Update snapshot and/or references of policy/pap to latest snapshots 46/134346/1
authorSuresh Charan <suresh.charan@bell.ca>
Tue, 25 Apr 2023 16:12:49 +0000 (12:12 -0400)
committerSuresh Charan <suresh.charan@bell.ca>
Tue, 25 Apr 2023 16:12:49 +0000 (12:12 -0400)
policy/pap updated to its latest own and reference snapshots

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

Issue-ID: POLICY-4648
Signed-off-by: Suresh Charan <suresh.charan@bell.ca>
Change-Id: Ie7d6aa78bec8eca6c8365e565eaa212350d90f47

main/pom.xml
packages/policy-pap-docker/pom.xml
packages/policy-pap-docker/src/main/docker/Dockerfile
packages/policy-pap-tarball/pom.xml
packages/pom.xml
pom.xml
testsuites/performance/pom.xml
testsuites/pom.xml
testsuites/stability/pom.xml
version.properties

index 1502893..fa56413 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>policy-pap</artifactId>
-        <version>2.8.2-SNAPSHOT</version>
+        <version>2.8.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>pap-main</artifactId>
index c9a44f9..59faccf 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>pap-packages</artifactId>
-        <version>2.8.2-SNAPSHOT</version>
+        <version>2.8.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-pap-docker</artifactId>
index 94f7fd6..4d007f0 100644 (file)
@@ -26,7 +26,7 @@ RUN mkdir /packages /extracted
 COPY /maven/lib/policy-pap.tar.gz /packages/
 RUN tar xvzf /packages/policy-pap.tar.gz --directory /extracted/
 
-FROM onap/policy-jre-alpine:2.6.2
+FROM onap/policy-jre-alpine:2.6.3-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy PAP"
index fc5e7d1..9e061f2 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>pap-packages</artifactId>
-        <version>2.8.2-SNAPSHOT</version>
+        <version>2.8.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-pap-tarball</artifactId>
index feaaf3e..dbe9648 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>policy-pap</artifactId>
-        <version>2.8.2-SNAPSHOT</version>
+        <version>2.8.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>pap-packages</artifactId>
diff --git a/pom.xml b/pom.xml
index c2f3a34..3bbda8c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>3.7.2</version>
+        <version>3.7.3-SNAPSHOT</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.policy.pap</groupId>
     <artifactId>policy-pap</artifactId>
-    <version>2.8.2-SNAPSHOT</version>
+    <version>2.8.3-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
@@ -41,8 +41,8 @@
     <description>Code that implements the Policy Administration Backend.</description>
 
     <properties>
-        <policy.common.version>1.12.2</policy.common.version>
-        <policy.models.version>2.8.2</policy.models.version>
+        <policy.common.version>1.12.3-SNAPSHOT</policy.common.version>
+        <policy.models.version>2.8.3-SNAPSHOT</policy.models.version>
     </properties>
 
     <modules>
index cb41b68..8c2a694 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>pap-testsuites</artifactId>
-        <version>2.8.2-SNAPSHOT</version>
+        <version>2.8.3-SNAPSHOT</version>
     </parent>
     <artifactId>pap-performance</artifactId>
     <build>
index 118371d..26f77d0 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>policy-pap</artifactId>
-        <version>2.8.2-SNAPSHOT</version>
+        <version>2.8.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>pap-testsuites</artifactId>
index 7e5daf3..875c998 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>pap-testsuites</artifactId>
-        <version>2.8.2-SNAPSHOT</version>
+        <version>2.8.3-SNAPSHOT</version>
     </parent>
     <artifactId>pap-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}