Set policy/parent master 3.0.0 version 02/88702/1
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 28 May 2019 17:49:58 +0000 (13:49 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 28 May 2019 17:50:03 +0000 (13:50 -0400)
Bumping the major patch since the target changes for
El Alto will involve moving to oparent 2.0.0. Could
be quite involved.

Issue-ID: POLICY-1747
Change-Id: Ic8eebd4738bc66cc4cac3021f41ed1c478268a4d
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
integration/pom.xml
pom.xml
version.properties

index 8fab6f4..9dd0574 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>2.1.1-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>integration</artifactId>
     <packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index dfc003b..9f18576 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     </parent>
     <groupId>org.onap.policy.parent</groupId>
     <artifactId>policy-parent</artifactId>
-    <version>2.1.1-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index b4f5618..17424de 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=1
-patch=1
+major=3
+minor=0
+patch=0
 
 base_version=${major}.${minor}.${patch}