diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2022-04-26 14:31:40 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2022-04-26 14:31:40 +0000 |
commit | 1b6b1e69f3f33bc4ca0160fa16f1106b8a3fcad4 (patch) | |
tree | 7046d5011dd78fedecd42b9116d43b7a1ee46c83 | |
parent | 6a5d835a61e5d3ee674941a12ad8e393bb0f5d03 (diff) |
Release policy/parent3.5.310.0.0-ONAP
-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 984c344a..8c1196c7 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.3-SNAPSHOT</version> + <version>3.5.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.5.3-SNAPSHOT</version> + <version>3.5.3</version> <packaging>pom</packaging> <properties> diff --git a/resources/pom.xml b/resources/pom.xml index 58022f85..e24a33a4 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.3-SNAPSHOT</version> + <version>3.5.3</version> </parent> <artifactId>policy-parent-resources</artifactId> |