Upversion for jjb transition 99/90199/1
authorJimmy Forsyth <jf2512@att.com>
Wed, 19 Jun 2019 21:57:28 +0000 (17:57 -0400)
committerJimmy Forsyth <jf2512@att.com>
Wed, 19 Jun 2019 21:57:31 +0000 (17:57 -0400)
Issue-ID: AAI-2499
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I2c0c1b00993ddcc7ca207fe5003bf55cf815e4a4

pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 3043b47..aea3649 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 
     <groupId>org.onap.aai</groupId>
     <artifactId>spike</artifactId>
-    <version>1.4.1-SNAPSHOT</version>
+    <version>1.5.0-SNAPSHOT</version>
     <name>aai-spike</name>
 
     <properties>
         <docker.location>${basedir}/target</docker.location>
-        <event.client.version>1.4.0</event.client.version>
-        <version.aai-schema>1.0.5</version.aai-schema>
+        <event.client.version>1.5.0</event.client.version>
+        <version.aai-schema>1.5.0</version.aai-schema>
         <version.aai-schema-ingest>1.4.1</version.aai-schema-ingest>
         <!-- Minimum code coverage percentage. Please update this figure as coverage increases to prevent any drops in
          coverage caused by new changes. Note that this figure cannot be lower than the ONAP requirement of 0.55 -->
         <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>org.onap.aai.logging-service</groupId>
             <artifactId>logging-api</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}