aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2020-04-08 10:35:46 -0400
committerJimmy Forsyth <jf2512@att.com>2020-04-08 10:35:48 -0400
commitc6428746184f40e6fff0e75d79495aa494cba0f6 (patch)
treef11187dc6ec6ce2ddf737d574e949de97258081b
parentf926f08353fb604b7b37aeb86f0cc07f13eb6098 (diff)
Upversion to 1.7.0
Issue-ID: AAI-2860 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I53d3bcc9dc72c1642716ee082c1e39543bb54926
-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 39c9eaa..8f2bb21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
</parent>
<groupId>org.onap.aai.data-router</groupId>
<artifactId>data-router</artifactId>
- <version>1.6.3-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
<name>aai-data-router</name>
<properties>
@@ -47,7 +47,7 @@ limitations under the License.
<installOwnerUser>aaiadmin</installOwnerUser>
<installOwnerGroup>aaiadmin</installOwnerGroup>
<ownerManagementGroup>com.att.csid.lab</ownerManagementGroup>
- <version.aai-schema>1.6.5</version.aai-schema>
+ <version.aai-schema>1.6.6</version.aai-schema>
<!-- docker related properties -->
<docker.fabric.version>0.28.0</docker.fabric.version>
diff --git a/version.properties b/version.properties
index 6d9c3d3..e377fcf 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=6
-patch=3
+minor=7
+patch=0
base_version=${major}.${minor}.${patch}