Upversion for global jjb transition 07/90107/2 1.5.0
authorJimmy Forsyth <jf2512@att.com>
Tue, 18 Jun 2019 18:27:03 +0000 (14:27 -0400)
committerJimmy Forsyth <jf2512@att.com>
Tue, 18 Jun 2019 18:33:26 +0000 (14:33 -0400)
Issue-ID: AAI-2484
Change-Id: Ib48fc39f730cc223cb25e09a6d9f01666b769df5
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 89ab244..c500043 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.onap.aai</groupId>
     <artifactId>rest-client</artifactId>
-    <version>1.4.1-SNAPSHOT</version>
+    <version>1.5.0-SNAPSHOT</version>
     <name>aai-rest-client</name>
 
     <properties>
@@ -56,7 +56,7 @@
         <dependency>
             <groupId>org.onap.aai.logging-service</groupId>
             <artifactId>common-logging</artifactId>
-            <version>1.2.2</version>
+            <version>1.5.0</version>
         </dependency>
 
         <dependency>
index eff345c..99af342 100644 (file)
@@ -3,8 +3,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}