aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2018-05-04 08:43:40 -0400
committerJimmy Forsyth <jf2512@att.com>2018-05-04 08:43:55 -0400
commita411e57cfe2fee21736296f6a5dacc6ddbf43baa (patch)
tree430b5ff27d4859d56abb4e8ffff5e2f1bd311a9a
parenta9b152be59c9fa28374a027f7a51f61d81c63097 (diff)
Upversion router core in prep for branch
Issue-ID: AAI-1122 Change-Id: I32e9582c9787b5e04b4335a92dc6a084c4a6c5c0 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 097fff7..4a96803 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
<groupId>org.onap.aai.router-core</groupId>
<artifactId>router-core</artifactId>
<packaging>bundle</packaging>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
<name>aai-router-core</name>
<properties>
<checkstyle.config.location>google_checks.xml</checkstyle.config.location>
diff --git a/version.properties b/version.properties
index faf06bb..688582d 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=2
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}