Update snapshot and/or references of policy/distribution to latest snapshots 07/136507/1
authorliamfallon <liam.fallon@est.tech>
Mon, 13 Nov 2023 15:41:46 +0000 (16:41 +0100)
committerliamfallon <liam.fallon@est.tech>
Mon, 13 Nov 2023 15:41:46 +0000 (16:41 +0100)
policy/distribution updated to its latest own and reference snapshots

*** This commit is generated by a PF release script ***

Issue-ID: POLICY-4854
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I571bb4bc893762ccd36414875bdf732189be4d26

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 cbfd357..289d1b5 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>policy-distribution</artifactId>
-        <version>3.0.2-SNAPSHOT</version>
+        <version>3.0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>forwarding</artifactId>
index 8d9a3d7..f375ceb 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>policy-distribution</artifactId>
-        <version>3.0.2-SNAPSHOT</version>
+        <version>3.0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>distribution-main</artifactId>
index fdc2568..194d3a9 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>policy-distribution</artifactId>
-        <version>3.0.2-SNAPSHOT</version>
+        <version>3.0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>distribution-model</artifactId>
index 56d9a0d..3740ed5 100644 (file)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>distribution-packages</artifactId>
-        <version>3.0.2-SNAPSHOT</version>
+        <version>3.0.3-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
index 03d216d..ab69e8f 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:3.0.2
+FROM onap/policy-jre-alpine:3.0.3-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy SDC Service Distribution"
index 6fddb59..8b12205 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>distribution-packages</artifactId>
-        <version>3.0.2-SNAPSHOT</version>
+        <version>3.0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-distribution-tarball</artifactId>
index 3372c33..d50e356 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>policy-distribution</artifactId>
-        <version>3.0.2-SNAPSHOT</version>
+        <version>3.0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>distribution-packages</artifactId>
index ccecc58..3ae2610 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>distribution-plugins</artifactId>
-        <version>3.0.2-SNAPSHOT</version>
+        <version>3.0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>forwarding-plugins</artifactId>
index 9a4478f..37b3466 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>policy-distribution</artifactId>
-        <version>3.0.2-SNAPSHOT</version>
+        <version>3.0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>distribution-plugins</artifactId>
index 629ad06..29e2228 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>distribution-plugins</artifactId>
-        <version>3.0.2-SNAPSHOT</version>
+        <version>3.0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>reception-plugins</artifactId>
diff --git a/pom.xml b/pom.xml
index 0b4d203..396e382 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>4.0.2</version>
+        <version>4.0.3-SNAPSHOT</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.policy.distribution</groupId>
     <artifactId>policy-distribution</artifactId>
-    <version>3.0.2-SNAPSHOT</version>
+    <version>3.0.3-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
@@ -45,8 +45,8 @@
         <!-- Default Sonar configuration -->
         <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
 
-        <policy.common.version>2.0.2</policy.common.version>
-        <policy.models.version>3.0.2</policy.models.version>
+        <policy.common.version>2.0.3-SNAPSHOT</policy.common.version>
+        <policy.models.version>3.0.3-SNAPSHOT</policy.models.version>
         <surefireArgLine>
             --add-opens java.base/java.lang=ALL-UNNAMED
         </surefireArgLine>
index 35a19a4..093619d 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>policy-distribution</artifactId>
-        <version>3.0.2-SNAPSHOT</version>
+        <version>3.0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>reception</artifactId>
index afae516..229bb29 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>distribution-testsuites</artifactId>
-        <version>3.0.2-SNAPSHOT</version>
+        <version>3.0.3-SNAPSHOT</version>
     </parent>
     <artifactId>distribution-performance</artifactId>
     <build>
index b9215ab..c1358a3 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>policy-distribution</artifactId>
-        <version>3.0.2-SNAPSHOT</version>
+        <version>3.0.3-SNAPSHOT</version>
     </parent>
     <artifactId>distribution-testsuites</artifactId>
     <packaging>pom</packaging>
index 41f78b9..13d5b36 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>distribution-testsuites</artifactId>
-        <version>3.0.2-SNAPSHOT</version>
+        <version>3.0.3-SNAPSHOT</version>
     </parent>
     <artifactId>distribution-stability</artifactId>
     <build>
index ecb6009..0a767e5 100644 (file)
@@ -4,7 +4,7 @@
 
 major=3
 minor=0
-patch=2
+patch=3
 
 base_version=${major}.${minor}.${patch}