aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Blimkie <Steven.Blimkie@amdocs.com>2019-08-15 21:01:13 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-15 21:01:13 +0000
commit5f8a8eed09b22bf9f849607e743ae1fe57433eb1 (patch)
tree8c24163cf918884b51a02859adc6fdb5edea1d2b
parent3215b48384eed4308da6ba49b2a52551f5b1427b (diff)
parentddebff31a76704d05d7d9fabe1733cc49d30216b (diff)
Merge "Upversion data-router in master"
-rw-r--r--pom.xml6
-rw-r--r--version.properties2
2 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index fce7ed4..9c18f5e 100644
--- 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
diff --git a/version.properties b/version.properties
index 99af342..a0756ad 100644
--- a/version.properties
+++ b/version.properties
@@ -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}