aboutsummaryrefslogtreecommitdiffstats
path: root/champ-service/pom.xml
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-08-13 18:25:13 -0400
committerJimmy Forsyth <jf2512@att.com>2019-08-13 18:25:15 -0400
commitfc363c9ded8214b406b1d3f77b4e569b06ce4543 (patch)
treeb8a2ba8f109b6a2fda6f902b67239c6c5e0a1ac4 /champ-service/pom.xml
parent23dc949b6f0f4635c21ae8969ad1c5f0efa46aff (diff)
Upversion champ in master
Issue-ID: AAI-2579 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Iab34378a281b6c5d9ff8b5303fb6a2d3dedef665
Diffstat (limited to 'champ-service/pom.xml')
-rw-r--r--champ-service/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/champ-service/pom.xml b/champ-service/pom.xml
index 93126bd..4fa66b7 100644
--- a/champ-service/pom.xml
+++ b/champ-service/pom.xml
@@ -26,7 +26,7 @@ limitations under the License.
<parent>
<groupId>org.onap.aai</groupId>
<artifactId>champ</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.aai.champ</groupId>
@@ -41,7 +41,7 @@ limitations under the License.
<version.org.apache.commons.commons-lang3>3.7</version.org.apache.commons.commons-lang3>
<version.org.hamcrest.hamcrest-library>1.3</version.org.hamcrest.hamcrest-library>
- <version.org.springframework.boot.spring-boot-dependencies>1.5.19.RELEASE</version.org.springframework.boot.spring-boot-dependencies>
+ <version.org.springframework.boot.spring-boot-dependencies>1.5.21.RELEASE</version.org.springframework.boot.spring-boot-dependencies>
<!-- Minimum code coverage percentage. Please update this figure as coverage increases to prevent any drops in
coverage caused by new changes. Note that this figure cannot be lower than the ONAP requirement of 0.55 -->
<jacoco.line.coverage.limit>0.16</jacoco.line.coverage.limit>