aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2018-06-05 17:46:33 -0400
committerJimmy Forsyth <jf2512@att.com>2018-06-05 17:46:35 -0400
commit5b14a89f43397da93bfd83b2f79ab2fd34c065f0 (patch)
tree6cafa0a86b3dddd7bf7285b24e12b045d3293f30
parentde1d0f875d361e30a3fc4754f03d955aae7f4f3f (diff)
Update version after release
Issue-ID: AAI-1204 Change-Id: Ic96f660eb3893e0e2a0285dfe641ed33b51604c4 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--aai-resources/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
3 files changed, 3 insertions, 3 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml
index 527ea66a..1ad92791 100644
--- a/aai-resources/pom.xml
+++ b/aai-resources/pom.xml
@@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.aai.resources</groupId>
<artifactId>aai-resources</artifactId>
- <version>1.2.2</version>
+ <version>1.2.3</version>
<parent>
<groupId>org.springframework.boot</groupId>
diff --git a/pom.xml b/pom.xml
index 029149a2..4f23e8ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<groupId>org.onap.aai.resources</groupId>
<artifactId>resources</artifactId>
- <version>1.2.2</version>
+ <version>1.2.3</version>
<name>aai-resources</name>
<packaging>pom</packaging>
<modules>
diff --git a/version.properties b/version.properties
index e6fc35ba..6be12c90 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major_version=1
minor_version=2
-patch_version=2
+patch_version=3
base_version=${major_version}.${minor_version}.${patch_version}