diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2022-03-09 09:41:01 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2022-03-09 09:41:01 +0000 |
commit | ab9769506f40e2c69ce27dfa6813c5aa8958ee89 (patch) | |
tree | d41ff0f7df1b8f15a1cbed705c3e9b07e4fe8e6f | |
parent | 262e56f80064b70ddfa5c642eaed56bf65be9d72 (diff) |
Release policy/parent3.5.1
-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 76685ad2..247947dd 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.1-SNAPSHOT</version> + <version>3.5.1</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.1-SNAPSHOT</version> + <version>3.5.1</version> <packaging>pom</packaging> <properties> diff --git a/resources/pom.xml b/resources/pom.xml index 3774a7e7..d3903d46 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.1-SNAPSHOT</version> + <version>3.5.1</version> </parent> <artifactId>policy-parent-resources</artifactId> |