Upversion for global jjb transition 11/90111/2
authorJimmy Forsyth <jf2512@att.com>
Tue, 18 Jun 2019 19:32:44 +0000 (15:32 -0400)
committerJimmy Forsyth <jf2512@att.com>
Wed, 19 Jun 2019 19:02:38 +0000 (15:02 -0400)
Issue-ID: AAI-2486
Change-Id: Ie68c2689194d3743cd1d223061cabf9cfdb74fb7
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 58664a2..4a26a83 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
    </parent>
    <groupId>org.onap.aai.data-router</groupId>
    <artifactId>data-router</artifactId>
-   <version>1.4.1-SNAPSHOT</version>
+   <version>1.5.0-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.0.5</version.aai-schema>
+      <version.aai-schema>1.5.0</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
@@ -185,7 +185,7 @@ limitations under the License.
       <dependency>
          <groupId>org.onap.aai.router-core</groupId>
          <artifactId>router-core</artifactId>
-         <version>1.4.0</version>
+         <version>1.5.0</version>
       </dependency>
 
    
@@ -209,13 +209,13 @@ limitations under the License.
       <dependency>
          <groupId>org.onap.aai.logging-service</groupId>
          <artifactId>common-logging</artifactId>
-         <version>1.2.2</version>
+         <version>1.5.0</version>
       </dependency>
 
       <dependency>
          <groupId>org.onap.aai.logging-service</groupId>
          <artifactId>logging-api</artifactId>
-         <version>1.1.0</version>
+         <version>1.5.0</version>
       </dependency>
 
       <dependency>
index eff345c..99af342 100644 (file)
@@ -3,8 +3,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=4
-patch=1
+minor=5
+patch=0
 
 base_version=${major}.${minor}.${patch}