Update snapshot and/or references of policy/api to latest snapshots 62/136262/1
authorliamfallon <liam.fallon@est.tech>
Wed, 18 Oct 2023 14:48:16 +0000 (15:48 +0100)
committerliamfallon <liam.fallon@est.tech>
Wed, 18 Oct 2023 14:48:16 +0000 (15:48 +0100)
policy/api updated to its latest own and reference snapshots

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

Issue-ID: POLICY-4854
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I97f9ae3d9c1116661899229e2c520f062fbe48ef

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 5f88ee5..b17b550 100644 (file)
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.0.2-SNAPSHOT</version>
     </parent>
     <artifactId>api-main</artifactId>
     <name>${project.artifactId}</name>
index f9d2b97..90449f2 100644 (file)
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-packages</artifactId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.0.2-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
index 9860aee..e2d0e76 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:3.0.1
+FROM onap/policy-jre-alpine:3.0.2-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy API"
index ecab83f..e630798 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-packages</artifactId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-api-tarball</artifactId>
index 520be64..e73cda3 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>api-packages</artifactId>
diff --git a/pom.xml b/pom.xml
index bef8c32..1564b98 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>4.0.1</version>
+        <version>4.0.2-SNAPSHOT</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.policy.api</groupId>
     <artifactId>policy-api</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.2-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
@@ -42,8 +42,8 @@
     <description>Code that define our external API.</description>
 
     <properties>
-        <policy.common.version>2.0.1</policy.common.version>
-        <policy.models.version>3.0.1</policy.models.version>
+        <policy.common.version>2.0.2-SNAPSHOT</policy.common.version>
+        <policy.models.version>3.0.2-SNAPSHOT</policy.models.version>
     </properties>
 
     <modules>
index 9ee4c16..8f7c912 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-testsuites</artifactId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.0.2-SNAPSHOT</version>
     </parent>
     <artifactId>api-performance</artifactId>
     <build>
index dad3137..d190ef3 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>api-testsuites</artifactId>
index 57d7491..b8fb423 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-testsuites</artifactId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.0.2-SNAPSHOT</version>
     </parent>
     <artifactId>api-stability</artifactId>
     <build>
index fd262fb..ecb6009 100644 (file)
@@ -4,7 +4,7 @@
 
 major=3
 minor=0
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}