diff options
author | 2019-08-13 14:16:30 -0400 | |
---|---|---|
committer | 2019-08-13 14:16:35 -0400 | |
commit | e634c1f683856dc4a12a2b03cd182ada15c91f13 (patch) | |
tree | 0f1c6523604654065aaf084557612156fbeb1242 /champ-service | |
parent | efbce77406835f2933e6633f78edf15209a1eb05 (diff) |
Upversion champ
Issue-ID: AAI-2579
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Iadcea4958ad187a2efd84b48b0bbb5c7d1a4161f
Diffstat (limited to 'champ-service')
-rw-r--r-- | champ-service/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/champ-service/pom.xml b/champ-service/pom.xml index 7f5507b..eefb9b5 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.5.1-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> |