Upversion rest-client in master 63/93563/1
authorJimmy Forsyth <jf2512@att.com>
Wed, 14 Aug 2019 19:46:05 +0000 (15:46 -0400)
committerJimmy Forsyth <jf2512@att.com>
Wed, 14 Aug 2019 19:46:06 +0000 (15:46 -0400)
Issue-ID: AAI-2579
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Id841eb07cc84fa18c5a65d22368ea1d3810759c9

pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index d376121..84dcd3c 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.5.1-SNAPSHOT</version>
+   <version>1.6.0-SNAPSHOT</version>
    <name>aai-router-core</name>
    <properties>
       <checkstyle.config.location>google_checks.xml</checkstyle.config.location>
index 99af342..a0756ad 100644 (file)
@@ -3,7 +3,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=5
+minor=6
 patch=0
 
 base_version=${major}.${minor}.${patch}