Merge "Upversion router core in prep for branch"
authorTian Lee <TianL@amdocs.com>
Fri, 4 May 2018 13:51:37 +0000 (13:51 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 4 May 2018 13:51:37 +0000 (13:51 +0000)
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 097fff7..4a96803 100644 (file)
--- 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>
index faf06bb..688582d 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=2
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}