Update snapshot and/or references of policy/api to latest snapshots 41/141041/1 master
authorwaynedunican <wayne.dunican@est.tech>
Fri, 30 May 2025 07:57:08 +0000 (08:57 +0100)
committerwaynedunican <wayne.dunican@est.tech>
Fri, 30 May 2025 07:57:08 +0000 (08:57 +0100)
policy/api updated to its latest own and reference snapshots

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

Issue-ID: POLICY-5377
Change-Id: I3e4ae30d8cb0e46f7d6c5f520b03c167ba465955
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 bb1b80b..1d01413 100644 (file)
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.2.1-SNAPSHOT</version>
     </parent>
     <artifactId>api-main</artifactId>
     <name>${project.artifactId}</name>
index 9d6b760..29854aa 100644 (file)
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-packages</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.2.1-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
index 6458a51..0e810cf 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.2.0
+FROM onap/policy-jre-alpine:4.2.1-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy API"
index 4070259..95d87a6 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-packages</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-api-tarball</artifactId>
index ac0b2ed..562abb2 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>api-packages</artifactId>
diff --git a/pom.xml b/pom.xml
index 3e70a64..29d94a3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>5.2.0</version>
+        <version>5.2.1-SNAPSHOT</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.policy.api</groupId>
     <artifactId>policy-api</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.2.1-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
@@ -44,8 +44,8 @@
     <description>Code that define our external API.</description>
 
     <properties>
-        <policy.common.version>3.2.0</policy.common.version>
-        <policy.models.version>4.2.0</policy.models.version>
+        <policy.common.version>3.2.1-SNAPSHOT</policy.common.version>
+        <policy.models.version>4.2.1-SNAPSHOT</policy.models.version>
     </properties>
 
     <modules>
index 0fd5724..4d8cd1a 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-testsuites</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.2.1-SNAPSHOT</version>
     </parent>
     <artifactId>api-performance</artifactId>
     <build>
index d83efb3..6fec700 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>api-testsuites</artifactId>
index 76775ac..ebe9849 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-testsuites</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.2.1-SNAPSHOT</version>
     </parent>
     <artifactId>api-stability</artifactId>
     <build>
index dbcc4be..f800455 100644 (file)
@@ -4,7 +4,7 @@
 
 major=4
 minor=2
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}