aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjimmy <jf2512@att.com>2020-02-06 14:02:33 -0500
committerjimmy <jf2512@att.com>2020-02-06 14:02:35 -0500
commit30282f9e3f6ab0ed9599f5bb2e2c743cbd099089 (patch)
tree84baaa13b0a7ac96884b5f3a2224890f99e4064c
parent4b514ea5b61067984f0b4548e9b029051ebfaf33 (diff)
Set parent to 1.6.3
Issue-ID: AAI-2791 Signed-off-by: jimmy <jf2512@att.com> Change-Id: I078e55825ac2bcebbb7f34e8e01f0475ef57fe28
-rwxr-xr-xpom.xml4
-rw-r--r--version.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 50e802d..0b4a441 100755
--- a/pom.xml
+++ b/pom.xml
@@ -26,11 +26,11 @@
<parent>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-parent</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.3</version>
</parent>
<groupId>org.onap.aai.graphadmin</groupId>
<artifactId>aai-graphadmin</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.3-SNAPSHOT</version>
<properties>
diff --git a/version.properties b/version.properties
index e4b73c7..fd02907 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major_version=1
minor_version=6
-patch_version=1
+patch_version=3
base_version=${major_version}.${minor_version}.${patch_version}