aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-06-14 11:20:13 +0200
committerJimmy Forsyth <jf2512@att.com>2019-06-14 11:23:10 +0200
commit0986bb72923ba59839b3e0e656ce82c451126820 (patch)
tree93a7eb9246fdccdef207671839b491f2a55f66a4
parent5659bed931e5e4eb607eae77d60c37dc48b1421d (diff)
Upversion in preparation of initial release
Issue-ID: AAI-2477 Change-Id: I476c3e329bb8ae247b3850d96c0f5b71da1cd190 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--pom.xml4
-rw-r--r--version.properties4
2 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index d9f6d91..a074410 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
<groupId>org.onap.aai</groupId>
<artifactId>babel</artifactId>
- <version>1.4.2-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>aai-babel</name>
@@ -58,7 +58,7 @@
<javax.ws.rs.version>2.1</javax.ws.rs.version>
<mvn.jaxb2.version>0.13.2</mvn.jaxb2.version>
<aai-schema.group.id>org.onap.aai.schema-service</aai-schema.group.id>
- <aai-schema.version>1.0.5</aai-schema.version>
+ <aai-schema.version>1.5.0</aai-schema.version>
<apache.lang3.version>3.7</apache.lang3.version>
<aai.rest.client.version>1.2.1</aai.rest.client.version>
<sdc.distribution.client.version>1.3.0</sdc.distribution.client.version>
diff --git a/version.properties b/version.properties
index 77e67b1..99af342 100644
--- a/version.properties
+++ b/version.properties
@@ -3,8 +3,8 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=4
-patch=2
+minor=5
+patch=0
base_version=${major}.${minor}.${patch}