Update snapshot and/or references of policy/distribution to latest snapshots 12/132412/1 kohn
authorliamfallon <liam.fallon@est.tech>
Tue, 22 Nov 2022 21:51:36 +0000 (21:51 +0000)
committerliamfallon <liam.fallon@est.tech>
Tue, 22 Nov 2022 21:51:36 +0000 (21:51 +0000)
policy/distribution updated to its latest own and reference snapshots

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

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

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 ca35e3c..c524103 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>policy-distribution</artifactId>
-        <version>2.8.2-SNAPSHOT</version>
+        <version>2.8.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>forwarding</artifactId>
index 38340c9..212ef17 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>policy-distribution</artifactId>
-        <version>2.8.2-SNAPSHOT</version>
+        <version>2.8.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>distribution-main</artifactId>
index 26a2b03..d266a37 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>policy-distribution</artifactId>
-        <version>2.8.2-SNAPSHOT</version>
+        <version>2.8.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>distribution-model</artifactId>
index 2d4b6ba..c7b3e64 100644 (file)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>distribution-packages</artifactId>
-        <version>2.8.2-SNAPSHOT</version>
+        <version>2.8.3-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
index 0eedf89..876aa19 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:2.5.1
+FROM onap/policy-jre-alpine:2.5.2-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy SDC Service Distribution"
index 5e02d8b..d791fb6 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>distribution-packages</artifactId>
-        <version>2.8.2-SNAPSHOT</version>
+        <version>2.8.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-distribution-tarball</artifactId>
index 076587c..a19dfd9 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>policy-distribution</artifactId>
-        <version>2.8.2-SNAPSHOT</version>
+        <version>2.8.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>distribution-packages</artifactId>
index cd7350f..59bea2b 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>distribution-plugins</artifactId>
-        <version>2.8.2-SNAPSHOT</version>
+        <version>2.8.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>forwarding-plugins</artifactId>
index 56ac163..058281c 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>policy-distribution</artifactId>
-        <version>2.8.2-SNAPSHOT</version>
+        <version>2.8.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>distribution-plugins</artifactId>
index cb3c17e..dd9aec6 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>distribution-plugins</artifactId>
-        <version>2.8.2-SNAPSHOT</version>
+        <version>2.8.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>reception-plugins</artifactId>
diff --git a/pom.xml b/pom.xml
index c6e7f97..7a03dbf 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>3.6.1</version>
+        <version>3.6.2-SNAPSHOT</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.policy.distribution</groupId>
     <artifactId>policy-distribution</artifactId>
-    <version>2.8.2-SNAPSHOT</version>
+    <version>2.8.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>1.11.1</policy.common.version>
-        <policy.models.version>2.7.2</policy.models.version>
+        <policy.common.version>1.11.2-SNAPSHOT</policy.common.version>
+        <policy.models.version>2.7.3-SNAPSHOT</policy.models.version>
     </properties>
 
     <modules>
index fc13193..532f6ee 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>policy-distribution</artifactId>
-        <version>2.8.2-SNAPSHOT</version>
+        <version>2.8.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>reception</artifactId>
index 2f6c329..f1b77c9 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>distribution-testsuites</artifactId>
-        <version>2.8.2-SNAPSHOT</version>
+        <version>2.8.3-SNAPSHOT</version>
     </parent>
     <artifactId>distribution-performance</artifactId>
     <build>
index 09a701d..2299d48 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>policy-distribution</artifactId>
-        <version>2.8.2-SNAPSHOT</version>
+        <version>2.8.3-SNAPSHOT</version>
     </parent>
     <artifactId>distribution-testsuites</artifactId>
     <packaging>pom</packaging>
index 1830c80..8aa3be9 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>distribution-testsuites</artifactId>
-        <version>2.8.2-SNAPSHOT</version>
+        <version>2.8.3-SNAPSHOT</version>
     </parent>
     <artifactId>distribution-stability</artifactId>
     <build>
index 86d8b00..4e87a60 100644 (file)
@@ -4,7 +4,7 @@
 
 major=2
 minor=8
-patch=2
+patch=3
 
 base_version=${major}.${minor}.${patch}