Bump api to 2.3.3-SNAPSHOT 46/113646/1
authorPamela Dragosh <pdragosh@research.att.com>
Wed, 7 Oct 2020 20:23:51 +0000 (16:23 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Wed, 7 Oct 2020 20:23:56 +0000 (16:23 -0400)
Issue-ID: POLICY-2839
Change-Id: I7d35215e5b3dc404a6fbfcf45dee0735d74adfbb
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
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 b73b607..9e67d8e 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>2.3.2-SNAPSHOT</version>
+        <version>2.3.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>api-main</artifactId>
index b867b9a..77f414f 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-packages</artifactId>
-        <version>2.3.2-SNAPSHOT</version>
+        <version>2.3.3-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
index ee104ec..4c7e6b0 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-packages</artifactId>
-        <version>2.3.2-SNAPSHOT</version>
+        <version>2.3.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-api-tarball</artifactId>
index 3ed8ba7..f1d5c34 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>2.3.2-SNAPSHOT</version>
+        <version>2.3.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>api-packages</artifactId>
diff --git a/pom.xml b/pom.xml
index 2ba1ed5..74a0f0b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
 
     <groupId>org.onap.policy.api</groupId>
     <artifactId>policy-api</artifactId>
-    <version>2.3.2-SNAPSHOT</version>
+    <version>2.3.3-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
index c35d40a..869698c 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-testsuites</artifactId>
-        <version>2.3.2-SNAPSHOT</version>
+        <version>2.3.3-SNAPSHOT</version>
     </parent>
     <artifactId>api-performance</artifactId>
     <build>
index 01af178..6fdde4d 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>policy-api</artifactId>
-        <version>2.3.2-SNAPSHOT</version>
+        <version>2.3.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>api-testsuites</artifactId>
index 03324a1..96f2ec1 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-testsuites</artifactId>
-        <version>2.3.2-SNAPSHOT</version>
+        <version>2.3.3-SNAPSHOT</version>
     </parent>
     <artifactId>api-stability</artifactId>
     <build>
index 16dbea1..7307096 100644 (file)
@@ -4,7 +4,7 @@
 
 major=2
 minor=3
-patch=2
+patch=3
 
 base_version=${major}.${minor}.${patch}