aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-06-18 15:32:44 -0400
committerJimmy Forsyth <jf2512@att.com>2019-06-19 15:02:38 -0400
commita98c404db84664f834f85e78f731e59d3930ede4 (patch)
tree3f148a9b453b865954575ea0901f791d5545b7cc
parentd39e2a4a6dec6590da962e4bd5e783f38a8a435a (diff)
Upversion for global jjb transition
Issue-ID: AAI-2486 Change-Id: Ie68c2689194d3743cd1d223061cabf9cfdb74fb7 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--pom.xml10
-rw-r--r--version.properties4
2 files changed, 7 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 58664a2..4a26a83 100644
--- 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>
diff --git a/version.properties b/version.properties
index eff345c..99af342 100644
--- a/version.properties
+++ b/version.properties
@@ -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}