Update snapshot and/or references of policy/pap to latest snapshots 68/137268/1
authorwaynedunican <wayne.dunican@est.tech>
Mon, 19 Feb 2024 09:37:23 +0000 (09:37 +0000)
committerwaynedunican <wayne.dunican@est.tech>
Mon, 19 Feb 2024 09:37:23 +0000 (09:37 +0000)
policy/pap updated to its latest own and reference snapshots

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

Issue-ID: POLICY-4932
Change-Id: I0ba84ce1e4b9445eb4418fd938e989be904d3ac9
Signed-off-by: waynedunican <wayne.dunican@est.tech>
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 44df5ad..e030b77 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>policy-pap</artifactId>
-        <version>3.1.1-SNAPSHOT</version>
+        <version>3.1.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>pap-main</artifactId>
index 064033e..eceebc5 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>pap-packages</artifactId>
-        <version>3.1.1-SNAPSHOT</version>
+        <version>3.1.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-pap-docker</artifactId>
index a3406f5..94c5988 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:3.1.1
+FROM onap/policy-jre-alpine:3.1.2-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy PAP"
index 54fe7dd..6a96153 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>pap-packages</artifactId>
-        <version>3.1.1-SNAPSHOT</version>
+        <version>3.1.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-pap-tarball</artifactId>
index 59d943e..81e5705 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>policy-pap</artifactId>
-        <version>3.1.1-SNAPSHOT</version>
+        <version>3.1.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>pap-packages</artifactId>
diff --git a/pom.xml b/pom.xml
index 112114d..29e55de 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>4.1.1</version>
+        <version>4.1.2-SNAPSHOT</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.policy.pap</groupId>
     <artifactId>policy-pap</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.2-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
@@ -41,8 +41,8 @@
     <description>Code that implements the Policy Administration Backend.</description>
 
     <properties>
-        <policy.common.version>2.1.1</policy.common.version>
-        <policy.models.version>3.1.1</policy.models.version>
+        <policy.common.version>2.1.2-SNAPSHOT</policy.common.version>
+        <policy.models.version>3.1.2-SNAPSHOT</policy.models.version>
     </properties>
 
     <modules>
index 3ff3134..8d66231 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>pap-testsuites</artifactId>
-        <version>3.1.1-SNAPSHOT</version>
+        <version>3.1.2-SNAPSHOT</version>
     </parent>
     <artifactId>pap-performance</artifactId>
     <build>
index 4ace3f0..dc13c2a 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>policy-pap</artifactId>
-        <version>3.1.1-SNAPSHOT</version>
+        <version>3.1.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>pap-testsuites</artifactId>
index 8e58539..483f937 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>pap-testsuites</artifactId>
-        <version>3.1.1-SNAPSHOT</version>
+        <version>3.1.2-SNAPSHOT</version>
     </parent>
     <artifactId>pap-stability</artifactId>
     <build>
index 5142fa8..d3faa02 100644 (file)
@@ -4,7 +4,7 @@
 
 major=3
 minor=1
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}