diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2021-09-09 13:42:42 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2021-09-09 13:42:42 +0000 |
commit | 98d3822ae3d52d95663077a6718cb0594dbad62a (patch) | |
tree | 6a563a21e7e42487c2ddae996fa6676c008c59a1 | |
parent | a958e636be63703ad4d73f1d2bf14774e2783639 (diff) |
Release policy/parent3.4.2
-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 e1a1dc5b..c99192f1 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.2-SNAPSHOT</version> + <version>3.4.2</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.2-SNAPSHOT</version> + <version>3.4.2</version> <packaging>pom</packaging> <properties> diff --git a/resources/pom.xml b/resources/pom.xml index f60e293c..97881c80 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.2-SNAPSHOT</version> + <version>3.4.2</version> </parent> <artifactId>policy-parent-resources</artifactId> |