Update snapshot and/or references of policy/api to latest snapshots 27/128527/1
authorliamfallon <liam.fallon@est.tech>
Tue, 12 Apr 2022 20:34:47 +0000 (21:34 +0100)
committerliamfallon <liam.fallon@est.tech>
Tue, 12 Apr 2022 20:34:47 +0000 (21:34 +0100)
policy/api updated to its latest own and reference snapshots

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

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

main/pom.xml
packages/policy-api-docker/pom.xml
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 c982693..4e787cf 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>2.6.2-SNAPSHOT</version>
+        <version>2.6.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>api-main</artifactId>
index 4cbd16a..e89db15 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-packages</artifactId>
-        <version>2.6.2-SNAPSHOT</version>
+        <version>2.6.3-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
index f5c6640..8895f76 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-packages</artifactId>
-        <version>2.6.2-SNAPSHOT</version>
+        <version>2.6.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-api-tarball</artifactId>
index 4c7f145..4049ed4 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>2.6.2-SNAPSHOT</version>
+        <version>2.6.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>api-packages</artifactId>
diff --git a/pom.xml b/pom.xml
index 3052cf8..bab2b95 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>3.5.2</version>
+        <version>3.5.3-SNAPSHOT</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.policy.api</groupId>
     <artifactId>policy-api</artifactId>
-    <version>2.6.2-SNAPSHOT</version>
+    <version>2.6.3-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
@@ -42,8 +42,8 @@
     <description>Code that define our external API.</description>
 
     <properties>
-        <policy.common.version>1.10.2</policy.common.version>
-        <policy.models.version>2.6.2</policy.models.version>
+        <policy.common.version>1.10.3-SNAPSHOT</policy.common.version>
+        <policy.models.version>2.6.3-SNAPSHOT</policy.models.version>
     </properties>
 
     <modules>
index 06df6fd..1927d22 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-testsuites</artifactId>
-        <version>2.6.2-SNAPSHOT</version>
+        <version>2.6.3-SNAPSHOT</version>
     </parent>
     <artifactId>api-performance</artifactId>
     <build>
index 92b3d1a..f692956 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>2.6.2-SNAPSHOT</version>
+        <version>2.6.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>api-testsuites</artifactId>
index 6ca28d2..578a87e 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-testsuites</artifactId>
-        <version>2.6.2-SNAPSHOT</version>
+        <version>2.6.3-SNAPSHOT</version>
     </parent>
     <artifactId>api-stability</artifactId>
     <build>
index ca0670a..d4663f2 100644 (file)
@@ -4,7 +4,7 @@
 
 major=2
 minor=6
-patch=2
+patch=3
 
 base_version=${major}.${minor}.${patch}