Upversion router core in prep for branch 07/46207/1
authorJimmy Forsyth <jf2512@att.com>
Fri, 4 May 2018 12:43:40 +0000 (08:43 -0400)
committerJimmy Forsyth <jf2512@att.com>
Fri, 4 May 2018 12:43:55 +0000 (08:43 -0400)
Issue-ID: AAI-1122
Change-Id: I32e9582c9787b5e04b4335a92dc6a084c4a6c5c0
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
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}