diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2023-11-08 17:58:03 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2023-11-08 17:58:03 +0000 |
commit | b751956e4f5b751fdffd9227b41ae85a95eb046f (patch) | |
tree | f6834be9ff52a08fa79834618806fc42e9fe2abd | |
parent | a1cc8254fdaf106bc970e7e317c7cc2a5fbed805 (diff) |
Release policy/parent4.0.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 6a8bb25e..97054a37 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>4.0.2-SNAPSHOT</version> + <version>4.0.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>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <packaging>pom</packaging> <properties> diff --git a/resources/pom.xml b/resources/pom.xml index 9bb5245d..b7b2ad15 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>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> </parent> <artifactId>policy-parent-resources</artifactId> |