diff options
author | Forsyth, James (jf2512) <jf2512@att.com> | 2020-01-17 17:53:00 -0500 |
---|---|---|
committer | Forsyth, James (jf2512) <jf2512@att.com> | 2020-01-17 17:53:24 -0500 |
commit | 4352992dcc27871e5b7eb61773b0b50402912adf (patch) | |
tree | 834bcb9ac8adfe994f61f9072f045fb0e16dacc4 | |
parent | 8ff4f944df28f3adb28c2a305cd45fffa79fc4c5 (diff) |
Upversion to 1.6.1
Issue-ID: AAI-2760
Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com>
Change-Id: Id9b95648507ba05fa937d13d9711316bb1aaa178
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | search-data-service-app/pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -31,7 +31,7 @@ <groupId>org.onap.aai</groupId> <artifactId>search-data-service</artifactId> <name>aai-search-data-service aggregate pom</name> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <packaging>pom</packaging> <modules> diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml index a7099b1..e00a0dd 100644 --- a/search-data-service-app/pom.xml +++ b/search-data-service-app/pom.xml @@ -27,12 +27,12 @@ <parent> <artifactId>search-data-service</artifactId> <groupId>org.onap.aai</groupId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> </parent> <groupId>org.onap.aai.search-data-service</groupId> <artifactId>search-data-service-app</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <name>AAI Search Data Service Application</name> <properties> diff --git a/version.properties b/version.properties index a0756ad..922c4fa 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=6 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |