diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2021-09-08 09:22:08 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2021-09-08 09:22:08 +0000 |
commit | b11bda747fdebb63a533cb2a0950ceb9f895b39b (patch) | |
tree | c56eeb5e6bf001c69b732da65ba984ca7e264180 | |
parent | 516158d8deafd55a959e6b703677df980fb62fe3 (diff) |
Release policy/parent3.4.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 ff2f1674..793d1fd4 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.4.1-SNAPSHOT</version> + <version>3.4.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.4.1-SNAPSHOT</version> + <version>3.4.1</version> <packaging>pom</packaging> <properties> diff --git a/resources/pom.xml b/resources/pom.xml index b7d1e642..e4c66f27 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.4.1-SNAPSHOT</version> + <version>3.4.1</version> </parent> <artifactId>policy-parent-resources</artifactId> |