Update snapshot and/or references of policy/api to latest snapshots 45/134345/1
authorSuresh Charan <suresh.charan@bell.ca>
Tue, 25 Apr 2023 16:12:44 +0000 (12:12 -0400)
committerSuresh Charan <suresh.charan@bell.ca>
Tue, 25 Apr 2023 16:12:44 +0000 (12:12 -0400)
policy/api updated to its latest own and reference snapshots

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

Issue-ID: POLICY-4648
Signed-off-by: Suresh Charan <suresh.charan@bell.ca>
Change-Id: Ifa1f54e6636729966538e61979a6f5008bb7926f

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 56baa50..cf47b01 100644 (file)
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>2.8.2-SNAPSHOT</version>
+        <version>2.8.3-SNAPSHOT</version>
     </parent>
     <artifactId>api-main</artifactId>
     <name>${project.artifactId}</name>
index 09af924..6b34d9e 100644 (file)
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-packages</artifactId>
-        <version>2.8.2-SNAPSHOT</version>
+        <version>2.8.3-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
index 46d71f7..96c3e40 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:2.6.2
+FROM onap/policy-jre-alpine:2.6.3-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy API"
index 2398c86..815a74d 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-packages</artifactId>
-        <version>2.8.2-SNAPSHOT</version>
+        <version>2.8.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-api-tarball</artifactId>
index a03b411..ca9c47a 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>2.8.2-SNAPSHOT</version>
+        <version>2.8.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>api-packages</artifactId>
diff --git a/pom.xml b/pom.xml
index beb7a02..fc20585 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>3.7.2</version>
+        <version>3.7.3-SNAPSHOT</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.policy.api</groupId>
     <artifactId>policy-api</artifactId>
-    <version>2.8.2-SNAPSHOT</version>
+    <version>2.8.3-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
@@ -42,8 +42,8 @@
     <description>Code that define our external API.</description>
 
     <properties>
-        <policy.common.version>1.12.2</policy.common.version>
-        <policy.models.version>2.8.2</policy.models.version>
+        <policy.common.version>1.12.3-SNAPSHOT</policy.common.version>
+        <policy.models.version>2.8.3-SNAPSHOT</policy.models.version>
     </properties>
 
     <modules>
index b3f4d42..b49d600 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-testsuites</artifactId>
-        <version>2.8.2-SNAPSHOT</version>
+        <version>2.8.3-SNAPSHOT</version>
     </parent>
     <artifactId>api-performance</artifactId>
     <build>
index 066ed53..7486029 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>2.8.2-SNAPSHOT</version>
+        <version>2.8.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>api-testsuites</artifactId>
index d147fa9..21def93 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-testsuites</artifactId>
-        <version>2.8.2-SNAPSHOT</version>
+        <version>2.8.3-SNAPSHOT</version>
     </parent>
     <artifactId>api-stability</artifactId>
     <build>
index 86d8b00..4e87a60 100644 (file)
@@ -4,7 +4,7 @@
 
 major=2
 minor=8
-patch=2
+patch=3
 
 base_version=${major}.${minor}.${patch}