aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTian Lee <TianL@amdocs.com>2018-05-04 13:51:37 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-04 13:51:37 +0000
commit1e717da9896132fb1b54d74f26d5db9e5dbe5fbf (patch)
tree4a0d7d384dab5bf834a1cbde14fa5aefe13157a9
parentdb5be86c48def55cb1bed52c7f2a107286e29da0 (diff)
parenta411e57cfe2fee21736296f6a5dacc6ddbf43baa (diff)
Merge "Upversion router core in prep for branch"
-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}