diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2023-10-17 16:02:32 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2023-10-17 16:02:32 +0000 |
commit | ce5041c0f6bb0b236701a40a361a1247e18c5fd1 (patch) | |
tree | 9ed3df9a17b66df7da990381e80d9da0a3a89e7e | |
parent | 1e15c6748383e101b8672315bdf655dc9093685a (diff) |
Release policy/parent4.0.1
-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 e8ede633..95a94a5e 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.1-SNAPSHOT</version> + <version>4.0.1</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.1-SNAPSHOT</version> + <version>4.0.1</version> <packaging>pom</packaging> <properties> diff --git a/resources/pom.xml b/resources/pom.xml index 3d9dbfc7..937be538 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.1-SNAPSHOT</version> + <version>4.0.1</version> </parent> <artifactId>policy-parent-resources</artifactId> |