Changed project version to 3.1.1-SNAPSHOT in order to isolate java 11 upgrades 65/99165/3
authorHOCKLA <ah999m@att.com>
Wed, 4 Dec 2019 17:38:24 +0000 (11:38 -0600)
committerHOCKLA <ah999m@att.com>
Wed, 4 Dec 2019 20:20:08 +0000 (14:20 -0600)
Issue-ID: POLICY-1594
Change-Id: I64e9f486353a4b2ac2ac706512c426932c1aff3a
Signed-off-by: HOCKLA <ah999m@att.com>
integration/pom.xml
pom.xml
version.properties

index a5cefed..eeccf18 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>3.1.1-SNAPSHOT</version>
     </parent>
     <artifactId>integration</artifactId>
     <packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index 8f3e4f0..42eb180 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
         <version>2.1.0</version>
-        <relativePath /> 
+        <relativePath />
     </parent>
     <groupId>org.onap.policy.parent</groupId>
     <artifactId>policy-parent</artifactId>
-    <version>3.1.0-SNAPSHOT</version>
+    <version>3.1.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index bc48f0a..5142fa8 100644 (file)
@@ -4,7 +4,7 @@
 
 major=3
 minor=1
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}