diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2023-04-24 10:59:33 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2023-04-24 10:59:33 +0000 |
commit | e2d111863acc2963b9b834edc4e4c0f0f25c8e52 (patch) | |
tree | 261a14596a2b9e15d39928c237d01c1b75c94a15 | |
parent | 9603a70bec0f57dbf546ddcf1872cb7d3fa7ab4a (diff) |
Release policy/parent3.7.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 a7781444..0d4552bc 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>3.7.2-SNAPSHOT</version> + <version>3.7.2</version> </parent> <artifactId>integration</artifactId> <packaging>pom</packaging> @@ -30,7 +30,7 @@ </parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>3.7.2-SNAPSHOT</version> + <version>3.7.2</version> <packaging>pom</packaging> <properties> diff --git a/resources/pom.xml b/resources/pom.xml index 87297eb6..3599a93f 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>3.7.2-SNAPSHOT</version> + <version>3.7.2</version> </parent> <artifactId>policy-parent-resources</artifactId> |