Set snapshot and/or references of policy/pap for new release 50/134650/1
authorliamfallon <liam.fallon@est.tech>
Thu, 25 May 2023 08:41:08 +0000 (09:41 +0100)
committerliamfallon <liam.fallon@est.tech>
Thu, 25 May 2023 08:41:08 +0000 (09:41 +0100)
policy/pap updated to its latest own and reference snapshots

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

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

main/pom.xml
packages/policy-pap-docker/pom.xml
packages/policy-pap-tarball/pom.xml
packages/pom.xml
pom.xml
testsuites/performance/pom.xml
testsuites/pom.xml
testsuites/stability/pom.xml
version.properties

index fa56413..fe39599 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>policy-pap</artifactId>
-        <version>2.8.3-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>pap-main</artifactId>
index 59faccf..54cbb2b 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>pap-packages</artifactId>
-        <version>2.8.3-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-pap-docker</artifactId>
index 9e061f2..597cc76 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>pap-packages</artifactId>
-        <version>2.8.3-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-pap-tarball</artifactId>
index dbe9648..adf6748 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>policy-pap</artifactId>
-        <version>2.8.3-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>pap-packages</artifactId>
diff --git a/pom.xml b/pom.xml
index 3bbda8c..15922f8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
 
     <groupId>org.onap.policy.pap</groupId>
     <artifactId>policy-pap</artifactId>
-    <version>2.8.3-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
index 8c2a694..d693922 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>pap-testsuites</artifactId>
-        <version>2.8.3-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>pap-performance</artifactId>
     <build>
index 26f77d0..7099a40 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>policy-pap</artifactId>
-        <version>2.8.3-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>pap-testsuites</artifactId>
index 875c998..94a30a1 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.pap</groupId>
         <artifactId>pap-testsuites</artifactId>
-        <version>2.8.3-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>pap-stability</artifactId>
     <build>
index 4e87a60..4ba0a9a 100644 (file)
@@ -2,9 +2,9 @@
 # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
 # because they are used in Jenkins, whose plug-in doesn't support
 
-major=2
-minor=8
-patch=3
+minor=3
+minor=0
+patch=0
 
 base_version=${major}.${minor}.${patch}