aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2018-05-15 16:25:11 -0400
committerJimmy Forsyth <jf2512@att.com>2018-05-15 16:25:26 -0400
commit52c0854dcd815452fab79e89a0eea89a034bfc73 (patch)
tree045dd49c85caf7343c21476d2d4ef2710f3a2af9
parent1d0cadceab1a713d995e542bf256e3fa8104be17 (diff)
Upversion resources prior to branching
Issue-ID: AAI-1140 Change-Id: Id6bcfafcc24e73418414e822976e176f84c21572 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 6a39866..eb3a312 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.0</version>
+ <version>1.2.1</version>
<parent>
<groupId>org.springframework.boot</groupId>
diff --git a/pom.xml b/pom.xml
index 5ea4d07..59cea32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<groupId>org.onap.aai.resources</groupId>
<artifactId>resources</artifactId>
- <version>1.2.0</version>
+ <version>1.2.1</version>
<name>aai-resources</name>
<packaging>pom</packaging>
<modules>
diff --git a/version.properties b/version.properties
index 9c95207..dfe0c65 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major_version=1
minor_version=2
-patch_version=0
+patch_version=1
base_version=${major_version}.${minor_version}.${patch_version}