Update snapshot and/or references of policy/api to latest snapshots 94/140994/1
authorwaynedunican <wayne.dunican@est.tech>
Wed, 28 May 2025 14:44:00 +0000 (15:44 +0100)
committerwaynedunican <wayne.dunican@est.tech>
Thu, 29 May 2025 07:04:09 +0000 (08:04 +0100)
Issue-ID: POLICY-5377
Change-Id: Iedb72a210a34de226be2e8cba6b78dc4e41dd6f5
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 da45e5d..bb1b80b 100644 (file)
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
     <artifactId>api-main</artifactId>
     <name>${project.artifactId}</name>
index cff3b58..9d6b760 100644 (file)
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-packages</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
index 72bd257..a0533ff 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.3-SNAPSHOT
+FROM onap/policy-jre-alpine:4.2.0-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy API"
index a00ab04..4070259 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-packages</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-api-tarball</artifactId>
index ad70a8a..ac0b2ed 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>api-packages</artifactId>
diff --git a/pom.xml b/pom.xml
index 82d9704..d0c38d5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>5.1.3-SNAPSHOT</version>
+        <version>5.2.0-SNAPSHOT</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.policy.api</groupId>
     <artifactId>policy-api</artifactId>
-    <version>4.1.3-SNAPSHOT</version>
+    <version>4.2.0-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
@@ -44,8 +44,8 @@
     <description>Code that define our external API.</description>
 
     <properties>
-        <policy.common.version>3.1.3-SNAPSHOT</policy.common.version>
-        <policy.models.version>4.1.3-SNAPSHOT</policy.models.version>
+        <policy.common.version>3.2.0-SNAPSHOT</policy.common.version>
+        <policy.models.version>4.2.0-SNAPSHOT</policy.models.version>
     </properties>
 
     <modules>
index 5c780e6..0fd5724 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-testsuites</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
     <artifactId>api-performance</artifactId>
     <build>
index 97a5793..d83efb3 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>api-testsuites</artifactId>
index 25a795c..76775ac 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-testsuites</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
     <artifactId>api-stability</artifactId>
     <build>
index 68aaed8..dbcc4be 100644 (file)
@@ -3,8 +3,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=4
-minor=1
-patch=3
+minor=2
+patch=0
 
 base_version=${major}.${minor}.${patch}