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 /search-data-service-app | |
parent | 8ff4f944df28f3adb28c2a305cd45fffa79fc4c5 (diff) |
Upversion to 1.6.1
Issue-ID: AAI-2760
Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com>
Change-Id: Id9b95648507ba05fa937d13d9711316bb1aaa178
Diffstat (limited to 'search-data-service-app')
-rw-r--r-- | search-data-service-app/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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> |