diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2022-09-22 10:07:54 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2022-09-22 10:07:54 +0000 |
commit | 6ef1224297ec48f362d7c657ea04f7fba902f511 (patch) | |
tree | 0db7917f57087ca1dae03cfe2956e95104940ab9 | |
parent | 530236fbbd76434bb76fb62579c8b9f6132e0698 (diff) |
Release policy/parent3.6.0
-rw-r--r-- | integration/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | resources/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index b2ca8c44..5e651c7d 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>3.6.0-SNAPSHOT</version> + <version>3.6.0</version> </parent> <artifactId>integration</artifactId> <packaging>pom</packaging> @@ -30,7 +30,7 @@ </parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>3.6.0-SNAPSHOT</version> + <version>3.6.0</version> <packaging>pom</packaging> <properties> diff --git a/resources/pom.xml b/resources/pom.xml index 3c89b407..18371c5a 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>3.6.0-SNAPSHOT</version> + <version>3.6.0</version> </parent> <artifactId>policy-parent-resources</artifactId> |