aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-06-14 11:28:52 +0200
committerJimmy Forsyth <jf2512@att.com>2019-06-14 11:28:54 +0200
commit3a9ff74119c0f9ac69d87dbddbbb7c4c891bbff9 (patch)
tree8618586fea7d909a430ec1d77a0532b8464927e9
parent35ba3b4df300bd4af45688eeaeb9b9eca0104d94 (diff)
Upversion in preparation of initial release
Issue-ID: AAI-2478 Change-Id: Ie219397d12dd99dde76ed618668853d9b1601ddf Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--pom.xml7
-rw-r--r--version.properties2
2 files changed, 5 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 23e0f1e..8e3b57b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<groupId>org.onap.aai.cacher</groupId>
<artifactId>aai-cacher</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
<parent>
<groupId>org.onap.oparent</groupId>
@@ -70,7 +70,8 @@
<start-class>org.onap.aai.cacher.Application</start-class>
- <aai-core.version>1.4.1</aai-core.version>
+ <aai-core.version>1.5.1</aai-core.version>
+ <aai-schema-service.version>1.5.0</aai-schema-service.version>
<activemq.version>5.15.8</activemq.version>
<!-- Start of the jacoco plugin properties -->
@@ -414,7 +415,7 @@
<dependency>
<groupId>org.onap.aai.schema-service</groupId>
<artifactId>aai-schema</artifactId>
- <version>1.0.5</version>
+ <version>${aai-schema-service.version}</version>
</dependency>
<dependency>
<groupId>commons-configuration</groupId>
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}