aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2020-04-08 10:34:43 -0400
committerJimmy Forsyth <jf2512@att.com>2020-04-08 10:34:45 -0400
commit332cebc9ab337ffff07e849af1f47afd5e96d4ab (patch)
treeabcf783f47e091881bdaa40b112ef81d2c707c0f
parent33d472ede2a5b6a95d148632b9f6d56b0e79aeea (diff)
Upversion to 1.7.0
Issue-ID: AAI-2860 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Ica253e58cf03dc4fc9b74c2f3ba06b6cad0d329b
-rw-r--r--pom.xml4
-rw-r--r--version.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 33e5588..efbf33e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<groupId>org.onap.aai.cacher</groupId>
<artifactId>aai-cacher</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
<parent>
<groupId>org.onap.oparent</groupId>
@@ -71,7 +71,7 @@
<start-class>org.onap.aai.cacher.Application</start-class>
<aai-core.version>1.5.1</aai-core.version>
- <aai-schema-service.version>1.6.0</aai-schema-service.version>
+ <aai-schema-service.version>1.6.6</aai-schema-service.version>
<activemq.version>5.15.8</activemq.version>
<!-- Start of the jacoco plugin properties -->
diff --git a/version.properties b/version.properties
index 704dc53..85a0227 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=6
+minor_version=7
patch_version=0
base_version=${major_version}.${minor_version}.${patch_version}