aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
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 /pom.xml
parentf926f08353fb604b7b37aeb86f0cc07f13eb6098 (diff)
Upversion to 1.7.0
Issue-ID: AAI-2860 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I53d3bcc9dc72c1642716ee082c1e39543bb54926
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 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>