aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-06-19 16:04:53 -0400
committerJimmy Forsyth <jf2512@att.com>2019-06-19 16:22:29 -0400
commit5156f8b1b1236fb14259b935fa3be5b077a91a28 (patch)
tree560e510ed50a421c9ed920c44b242d66e6454487
parent6db534df5eff4930a148a7cb95071088f4d39649 (diff)
Upversion for global jjb transition
Issue-ID: AAI-2493 Change-Id: I19733590e9db6bc56111f602189b885b6f71f953 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--.gitreview4
-rwxr-xr-xpom.xml6
-rw-r--r--version.properties2
3 files changed, 8 insertions, 4 deletions
diff --git a/.gitreview b/.gitreview
new file mode 100644
index 0000000..05324f6
--- /dev/null
+++ b/.gitreview
@@ -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
--- 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>
diff --git a/version.properties b/version.properties
index c48027c..b11eaff 100644
--- a/version.properties
+++ b/version.properties
@@ -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}