Update snapshot and/or references of policy/distribution to latest snapshots 92/140992/2
authorwaynedunican <wayne.dunican@est.tech>
Wed, 28 May 2025 15:37:20 +0000 (16:37 +0100)
committerwaynedunican <wayne.dunican@est.tech>
Thu, 29 May 2025 06:59:10 +0000 (07:59 +0100)
Issue-ID: POLICY-5377
Change-Id: I6f592b2d71593426e6fc127e806f1b3faacfc9c3
Signed-off-by: waynedunican <wayne.dunican@est.tech>
16 files changed:
forwarding/pom.xml
main/pom.xml
model/pom.xml
packages/policy-distribution-docker/pom.xml
packages/policy-distribution-docker/src/main/docker/Dockerfile
packages/policy-distribution-tarball/pom.xml
packages/pom.xml
plugins/forwarding-plugins/pom.xml
plugins/pom.xml
plugins/reception-plugins/pom.xml
pom.xml
reception/pom.xml
testsuites/performance/pom.xml
testsuites/pom.xml
testsuites/stability/pom.xml
version.properties

index a737a9a..da50826 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>policy-distribution</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>forwarding</artifactId>
index c8a7b9e..033f178 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>policy-distribution</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>distribution-main</artifactId>
index 6a689ec..0cf19c5 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>policy-distribution</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>distribution-model</artifactId>
index 6ee6925..b0ef3c0 100644 (file)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>distribution-packages</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
index 644c676..6eaf081 100644 (file)
@@ -25,7 +25,7 @@ RUN mkdir /packages /extracted
 COPY /maven/lib/policy-distribution.tar.gz /packages/
 RUN tar xvzf /packages/policy-distribution.tar.gz --directory /extracted/
 
-FROM onap/policy-jre-alpine:4.1.3-SNAPSHOT
+FROM onap/policy-jre-alpine:4.2.0-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy SDC Service Distribution"
index 2ffdeae..86d6b53 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>distribution-packages</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-distribution-tarball</artifactId>
index 72b76de..b0e06bc 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>policy-distribution</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>distribution-packages</artifactId>
index 4cde194..cc6d7c7 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>distribution-plugins</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>forwarding-plugins</artifactId>
index aaa6694..5bad783 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>policy-distribution</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>distribution-plugins</artifactId>
index 6a0e4a3..5c45c2c 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>distribution-plugins</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>reception-plugins</artifactId>
diff --git a/pom.xml b/pom.xml
index b16204b..e0e9be3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>5.1.3-SNAPSHOT</version>
+        <version>5.2.0-SNAPSHOT</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.policy.distribution</groupId>
     <artifactId>policy-distribution</artifactId>
-    <version>4.1.3-SNAPSHOT</version>
+    <version>4.2.0-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
@@ -47,8 +47,8 @@
         <!-- Default Sonar configuration -->
         <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
 
-        <policy.common.version>3.1.3-SNAPSHOT</policy.common.version>
-        <policy.models.version>4.1.3-SNAPSHOT</policy.models.version>
+        <policy.common.version>3.2.0-SNAPSHOT</policy.common.version>
+        <policy.models.version>4.2.0-SNAPSHOT</policy.models.version>
         <surefireArgLine>
             --add-opens java.base/java.lang=ALL-UNNAMED
         </surefireArgLine>
index 1822634..7b8c1a1 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>policy-distribution</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>reception</artifactId>
index 6e86bd4..3e0dfc5 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>distribution-testsuites</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
     <artifactId>distribution-performance</artifactId>
     <build>
index 856af4e..8382225 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>policy-distribution</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
     <artifactId>distribution-testsuites</artifactId>
     <packaging>pom</packaging>
index f6b715c..85a787c 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>distribution-testsuites</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
     <artifactId>distribution-stability</artifactId>
     <build>
index 68aaed8..dbcc4be 100644 (file)
@@ -3,8 +3,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=4
-minor=1
-patch=3
+minor=2
+patch=0
 
 base_version=${major}.${minor}.${patch}