Update snapshot and/or references of policy/api to latest snapshots 14/127414/1
authorliamfallon <liam.fallon@est.tech>
Tue, 1 Mar 2022 16:33:45 +0000 (16:33 +0000)
committerliamfallon <liam.fallon@est.tech>
Tue, 1 Mar 2022 16:33:45 +0000 (16:33 +0000)
policy/api updated to its latest own and reference snapshots

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

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

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 ff405ea..771afe4 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>2.5.2-SNAPSHOT</version>
+        <version>2.5.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>api-main</artifactId>
index 68af087..377d8fd 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-packages</artifactId>
-        <version>2.5.2-SNAPSHOT</version>
+        <version>2.5.3-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
index 6e3e784..4cd7749 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-packages</artifactId>
-        <version>2.5.2-SNAPSHOT</version>
+        <version>2.5.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-api-tarball</artifactId>
index dfd6535..bc74335 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>2.5.2-SNAPSHOT</version>
+        <version>2.5.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>api-packages</artifactId>
diff --git a/pom.xml b/pom.xml
index 1b9ba22..afb23ce 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>3.4.4</version>
+        <version>3.4.5-SNAPSHOT</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.policy.api</groupId>
     <artifactId>policy-api</artifactId>
-    <version>2.5.2-SNAPSHOT</version>
+    <version>2.5.3-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
@@ -42,8 +42,8 @@
     <description>Code that define our external API.</description>
 
     <properties>
-        <policy.common.version>1.9.2</policy.common.version>
-        <policy.models.version>2.5.2</policy.models.version>
+        <policy.common.version>1.9.3-SNAPSHOT</policy.common.version>
+        <policy.models.version>2.5.3-SNAPSHOT</policy.models.version>
     </properties>
 
     <modules>
index 6824b02..47d6983 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-testsuites</artifactId>
-        <version>2.5.2-SNAPSHOT</version>
+        <version>2.5.3-SNAPSHOT</version>
     </parent>
     <artifactId>api-performance</artifactId>
     <build>
index 1751581..974a516 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>2.5.2-SNAPSHOT</version>
+        <version>2.5.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>api-testsuites</artifactId>
index 73bc570..4642efa 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-testsuites</artifactId>
-        <version>2.5.2-SNAPSHOT</version>
+        <version>2.5.3-SNAPSHOT</version>
     </parent>
     <artifactId>api-stability</artifactId>
     <build>
index ecf57f4..8cfb592 100644 (file)
@@ -4,7 +4,7 @@
 
 major=2
 minor=5
-patch=2
+patch=3
 
 base_version=${major}.${minor}.${patch}