diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2021-10-12 14:51:33 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2021-10-12 14:51:33 +0000 |
commit | c5d2f7bc8f817d5aaf3d4507ed28ec5394471ba6 (patch) | |
tree | ccb4de47d984b5d342b1972d4203a1937fe6d7a1 | |
parent | 34367583a1e62a10fb39ae0488f8df3aef5caf6b (diff) |
Release policy/parent3.4.3
-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 3953be0f..7853bd63 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.3-SNAPSHOT</version> + <version>3.4.3</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.3-SNAPSHOT</version> + <version>3.4.3</version> <packaging>pom</packaging> <properties> diff --git a/resources/pom.xml b/resources/pom.xml index 1f656d0f..ee61b8b5 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.3-SNAPSHOT</version> + <version>3.4.3</version> </parent> <artifactId>policy-parent-resources</artifactId> |