aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaharajh, Robby (rx2202) <rx2202@us.att.com>2021-02-25 09:28:34 -0500
committerMaharajh, Robby (rx2202) <rx2202@us.att.com>2021-02-25 09:28:37 -0500
commita4537ab709d39074ad84582efe03503271d9f1d6 (patch)
tree06d099b5f1f78cecb84eda246740e7851bab5476
parent259550d18f919c8cf61dd25f2388bcdfb0e7ec02 (diff)
Upversion to 1.8.1-SNAPSHOT
Issue-ID: AAI-3249 Change-Id: Ia204877099f5d086f5946c9f6fe438f8dac22235 Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
-rwxr-xr-xpom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index b0d0b33..9cf6047 100755
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
</parent>
<groupId>org.onap.aai.graphadmin</groupId>
<artifactId>aai-graphadmin</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.8.1-SNAPSHOT</version>
<properties>
diff --git a/version.properties b/version.properties
index 5403b8c..b40cc93 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major_version=1
minor_version=8
-patch_version=0
+patch_version=1
base_version=${major_version}.${minor_version}.${patch_version}