diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2021-11-20 19:34:38 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2021-11-20 19:34:38 +0000 |
commit | 2b28941d7ceade54d8d5b612c274cdf516dadfe1 (patch) | |
tree | 7c35cbed704991e3f1f3490871ddc672945e5dfc | |
parent | 9a652274626e960f4e7b7620e830794715ddaebc (diff) |
Release policy/parent3.5.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 5d0030e0..5e45a546 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.5.0-SNAPSHOT</version> + <version>3.5.0</version> </parent> <artifactId>integration</artifactId> <packaging>pom</packaging> @@ -29,7 +29,7 @@ </parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.0</version> <packaging>pom</packaging> <properties> diff --git a/resources/pom.xml b/resources/pom.xml index e3171097..40031b1e 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.0</version> </parent> <artifactId>policy-parent-resources</artifactId> |