Upversion for global jjb transition 89/90189/1
authorJimmy Forsyth <jf2512@att.com>
Wed, 19 Jun 2019 20:04:53 +0000 (16:04 -0400)
committerJimmy Forsyth <jf2512@att.com>
Wed, 19 Jun 2019 20:22:29 +0000 (16:22 -0400)
Issue-ID: AAI-2493
Change-Id: I19733590e9db6bc56111f602189b885b6f71f953
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
.gitreview [new file with mode: 0644]
pom.xml
version.properties

diff --git a/.gitreview b/.gitreview
new file mode 100644 (file)
index 0000000..05324f6
--- /dev/null
@@ -0,0 +1,4 @@
+[gerrit]
+host=gerrit.onap.org
+port=29418
+project=aai/graphadmin
diff --git a/pom.xml b/pom.xml
index 3b11c76..3697d45 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     </parent>
     <groupId>org.onap.aai.graphadmin</groupId>
     <artifactId>aai-graphadmin</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.5.0-SNAPSHOT</version>
 
     <properties>
 
@@ -99,8 +99,8 @@
         <gson.version>2.7</gson.version>
         <json.version>20090211</json.version>
 
-        <aai.core.version>1.4.3</aai.core.version>
-        <aai.schema.version>1.0.5</aai.schema.version>
+        <aai.core.version>1.5.1</aai.core.version>
+        <aai.schema.version>1.5.0</aai.schema.version>
 
         <netty.handler.version>4.1.9.Final</netty.handler.version>
         <netty.version>4.0.56.Final</netty.version>
index c48027c..b11eaff 100644 (file)
@@ -4,7 +4,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major_version=1
-minor_version=1
+minor_version=5
 patch_version=0
 
 base_version=${major_version}.${minor_version}.${patch_version}