aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarish Venkata Kajur <vk250x@att.com>2020-08-17 12:04:56 -0400
committerHarish Venkata Kajur <vk250x@att.com>2020-08-17 12:06:03 -0400
commit877fd6a373a2faf8b39b13dc84e820edccb1c1a3 (patch)
tree85e506155a0b8b065d2dc053f1c3978f5195f9c6
parent31516c2ecc0504ad8c13c45be5df054a6532b79a (diff)
Update data router to 1.7.3 schema service
Issue-ID: AAI-3017 Change-Id: Ife11389e3fdda87b54cd2ca779d6e7bed8d09b90 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
-rw-r--r--pom.xml6
-rw-r--r--version.properties2
2 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index d05be50..75a0d37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,4 @@
-<!--
+<!--
============LICENSE_START=======================================================
org.onap.aai
================================================================================
@@ -30,7 +30,7 @@ limitations under the License.
</parent>
<groupId>org.onap.aai.data-router</groupId>
<artifactId>data-router</artifactId>
- <version>1.7.0-SNAPSHOT</version>
+ <version>1.7.1-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.6</version.aai-schema>
+ <version.aai-schema>1.7.3</version.aai-schema>
<!-- docker related properties -->
<docker.fabric.version>0.28.0</docker.fabric.version>
diff --git a/version.properties b/version.properties
index e377fcf..4bdcfa1 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=7
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}