diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2024-07-12 11:40:42 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2024-07-12 11:40:42 +0000 |
commit | 21dccc72f5cc30d62daa7794ffa173830b3dda39 (patch) | |
tree | 27dd2ff45f8cdf24d0ff2dfcfde9637e5a06cca8 /packages | |
parent | 1ad3258ef22e595e9e4bb0d899a234c20b82236f (diff) |
Release policy/distribution4.0.0
Diffstat (limited to 'packages')
-rw-r--r-- | packages/policy-distribution-docker/pom.xml | 2 | ||||
-rw-r--r-- | packages/policy-distribution-tarball/pom.xml | 2 | ||||
-rw-r--r-- | packages/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/packages/policy-distribution-docker/pom.xml b/packages/policy-distribution-docker/pom.xml index a8cfffe5..5b23809a 100644 --- a/packages/policy-distribution-docker/pom.xml +++ b/packages/policy-distribution-docker/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>distribution-packages</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <packaging>pom</packaging> diff --git a/packages/policy-distribution-tarball/pom.xml b/packages/policy-distribution-tarball/pom.xml index e6dc237e..0ac04b25 100644 --- a/packages/policy-distribution-tarball/pom.xml +++ b/packages/policy-distribution-tarball/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>distribution-packages</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>policy-distribution-tarball</artifactId> diff --git a/packages/pom.xml b/packages/pom.xml index 617d4d10..f501c7b9 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>policy-distribution</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>distribution-packages</artifactId> |