Upversion data-router in master 97/93497/1
authorJimmy Forsyth <jf2512@att.com>
Tue, 13 Aug 2019 22:27:30 +0000 (18:27 -0400)
committerJimmy Forsyth <jf2512@att.com>
Tue, 13 Aug 2019 22:27:32 +0000 (18:27 -0400)
Issue-ID: AAI-2579
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Iddc3aece84cd00c0521daecfe77e390c1b76f11a

pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index fce7ed4..9c18f5e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,12 +25,12 @@ limitations under the License.
    <parent>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-parent</artifactId>
-      <version>1.5.19.RELEASE</version>
+      <version>1.5.21.RELEASE</version>
       <relativePath />
    </parent>
    <groupId>org.onap.aai.data-router</groupId>
    <artifactId>data-router</artifactId>
-   <version>1.5.0-SNAPSHOT</version>
+   <version>1.5.1-SNAPSHOT</version>
    <name>aai-data-router</name>
 
    <properties>
@@ -48,7 +48,7 @@ limitations under the License.
       <installOwnerUser>aaiadmin</installOwnerUser>
       <installOwnerGroup>aaiadmin</installOwnerGroup>
       <ownerManagementGroup>com.att.csid.lab</ownerManagementGroup>
-      <version.aai-schema>1.5.0</version.aai-schema>
+      <version.aai-schema>1.5.1</version.aai-schema>
 
       <!-- Port Selection. A value of 0 will allow for dynamic port selection.
          For local testing, you may choose to hardcode this value to something like
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}