Upversion for global jjb transition 90/90190/2
authorJimmy Forsyth <jf2512@att.com>
Wed, 19 Jun 2019 20:39:59 +0000 (16:39 -0400)
committerJimmy Forsyth <jf2512@att.com>
Wed, 19 Jun 2019 20:44:10 +0000 (16:44 -0400)
Issue-ID: AAI-2494
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Id9199420a979d177bd4920010ac8e6959dd4d4c8

pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index af10150..34fbe23 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
        <groupId>org.onap.aai.model-loader</groupId>
        <artifactId>model-loader</artifactId>
        <name>aai-model-loader</name>
-       <version>1.4.1-SNAPSHOT</version>
+       <version>1.5.0-SNAPSHOT</version>
 
        <dependencyManagement>
                <dependencies>
                <dependency>
                        <groupId>org.onap.aai.logging-service</groupId>
                        <artifactId>common-logging</artifactId>
-                       <version>1.2.2</version>
+                       <version>1.5.0</version>
                </dependency>
                <dependency>
                        <groupId>ch.qos.logback</groupId>
index f4d5cf8..4c24975 100644 (file)
@@ -24,8 +24,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=4
-patch=1
+minor=5
+patch=0
 
 base_version=${major}.${minor}.${patch}