diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2022-04-12 10:48:44 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2022-04-12 10:48:44 +0000 |
commit | 4c8df6fdcf162290339a851fbd874c0cb4828f3f (patch) | |
tree | 93b8206d387d0718516cb803ef5ba54d328507d8 | |
parent | 744843ba923ab63013d7ed11a83da58a5c194f55 (diff) |
Release policy/parent3.5.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 7477cd85..8078d637 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.2-SNAPSHOT</version> + <version>3.5.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.5.2-SNAPSHOT</version> + <version>3.5.2</version> <packaging>pom</packaging> <properties> diff --git a/resources/pom.xml b/resources/pom.xml index 92286eff..3f4755e2 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.2-SNAPSHOT</version> + <version>3.5.2</version> </parent> <artifactId>policy-parent-resources</artifactId> |