Update snapshot and/or references of policy/api to latest snapshots 88/140088/1
authorwaynedunican <wayne.dunican@est.tech>
Tue, 28 Jan 2025 10:13:41 +0000 (10:13 +0000)
committerwaynedunican <wayne.dunican@est.tech>
Tue, 28 Jan 2025 10:13:41 +0000 (10:13 +0000)
policy/api updated to its latest own and reference snapshots

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

Issue-ID: POLICY-5255
Change-Id: I7ecbe2d0b87d7fc50427125924d72f97b1ea1f6e
Signed-off-by: waynedunican <wayne.dunican@est.tech>
main/pom.xml
packages/policy-api-docker/pom.xml
packages/policy-api-docker/src/main/docker/Dockerfile
packages/policy-api-tarball/pom.xml
packages/pom.xml
pom.xml
testsuites/performance/pom.xml
testsuites/pom.xml
testsuites/stability/pom.xml
version.properties

index eb279e8..0729d90 100644 (file)
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.1.1-SNAPSHOT</version>
     </parent>
     <artifactId>api-main</artifactId>
     <name>${project.artifactId}</name>
index c26d5c7..1d67123 100644 (file)
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-packages</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.1.1-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
index 8bca172..bf8f1a8 100644 (file)
@@ -26,7 +26,7 @@ RUN mkdir /packages /extracted
 COPY /maven/lib/policy-api.tar.gz /packages/
 RUN tar xvzf /packages/policy-api.tar.gz --directory /extracted/
 
-FROM onap/policy-jre-alpine:4.1.0
+FROM onap/policy-jre-alpine:4.1.1-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy API"
index 7388aa3..6a6fa52 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-packages</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-api-tarball</artifactId>
index e3f5d29..6cca8f8 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>api-packages</artifactId>
diff --git a/pom.xml b/pom.xml
index 555c819..b6dd60b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>5.1.0</version>
+        <version>5.1.1-SNAPSHOT</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.policy.api</groupId>
     <artifactId>policy-api</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.1.1-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
@@ -42,8 +42,8 @@
     <description>Code that define our external API.</description>
 
     <properties>
-        <policy.common.version>3.1.0</policy.common.version>
-        <policy.models.version>4.1.0</policy.models.version>
+        <policy.common.version>3.1.1-SNAPSHOT</policy.common.version>
+        <policy.models.version>4.1.1-SNAPSHOT</policy.models.version>
     </properties>
 
     <modules>
index d275c79..7016f94 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-testsuites</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.1.1-SNAPSHOT</version>
     </parent>
     <artifactId>api-performance</artifactId>
     <build>
index edce5eb..ca24186 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>api-testsuites</artifactId>
index 1be6dd1..7943816 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-testsuites</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.1.1-SNAPSHOT</version>
     </parent>
     <artifactId>api-stability</artifactId>
     <build>
index b0ccfcd..c01968b 100644 (file)
@@ -4,7 +4,7 @@
 
 major=4
 minor=1
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}