diff options
author | 2024-11-19 17:26:10 +0000 | |
---|---|---|
committer | 2024-11-19 17:26:10 +0000 | |
commit | a0c9950b50663949b8e48a3d94e884c1499875e7 (patch) | |
tree | b60f10c9e948df80a9c1ca9756b60967d6c5a73c /packages | |
parent | 0128f6777fa05c306393f1069e8608ebf953cd32 (diff) |
Set snapshot and/or references of policy/distribution for new release
policy/distribution updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5166
Change-Id: I19e1080f80bb5a0910aa0040f7980c789a201f67
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
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 073a8bef..13242c81 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.2-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> </parent> <packaging>pom</packaging> diff --git a/packages/policy-distribution-tarball/pom.xml b/packages/policy-distribution-tarball/pom.xml index 4be96ae8..aaf44240 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.2-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>policy-distribution-tarball</artifactId> diff --git a/packages/pom.xml b/packages/pom.xml index c0ab34a7..814fc70e 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.2-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>distribution-packages</artifactId> |