aboutsummaryrefslogtreecommitdiffstats
path: root/search-data-service-app
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-08-14 15:54:38 -0400
committerJimmy Forsyth <jf2512@att.com>2019-08-14 15:54:39 -0400
commite6606bcaa0357a41a35983aea91c1b28f05469c6 (patch)
treeaae04ef6220ab57673e12abf935110da8d1c0c8e /search-data-service-app
parent5d0e33ce34d021a354b574819536a6379413e53b (diff)
Upversion search-data-service in master
Issue-ID: AAI-2579 Change-Id: Ic6109e341f11ff22e790df34bdd8534dff41c9a5 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'search-data-service-app')
-rw-r--r--search-data-service-app/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml
index cde4169..9fd750c 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.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.aai.search-data-service</groupId>
<artifactId>search-data-service-app</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
<name>AAI Search Data Service Application</name>
<properties>
@@ -52,7 +52,7 @@
<sonar.jacoco.reportMissing.force.zero>false</sonar.jacoco.reportMissing.force.zero>
<sonar.projectVersion>${project.version}</sonar.projectVersion>
<jacoco.line.coverage.limit>0.58</jacoco.line.coverage.limit>
- <spring.boot.version>1.5.19.RELEASE</spring.boot.version>
+ <spring.boot.version>1.5.21.RELEASE</spring.boot.version>
</properties>
<dependencyManagement>