diff options
author | Huabing Zhao <zhaohuabing@gmail.com> | 2019-05-09 10:11:23 +0800 |
---|---|---|
committer | Huabing Zhao <zhaohuabing@gmail.com> | 2019-05-09 10:11:26 +0800 |
commit | 1516545caf9a906a052158d8596f4fc8ed6e9a13 (patch) | |
tree | bd8fd8c2b37d7f28eea620b0e44bbecd12173102 /example-spring-boot/pom.xml | |
parent | 14fe96da81b4197373ba6347773164465145c9df (diff) |
bump version to 1.2.5
Issue-ID: MSB-334
Change-Id: Iee1edcd9c93395930baee9998952319320c01b1d
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
Diffstat (limited to 'example-spring-boot/pom.xml')
-rw-r--r-- | example-spring-boot/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/example-spring-boot/pom.xml b/example-spring-boot/pom.xml index 96ed664..40f38e7 100644 --- a/example-spring-boot/pom.xml +++ b/example-spring-boot/pom.xml @@ -30,9 +30,9 @@ <version>1.5.6.RELEASE</version> <scope>import</scope> <type>pom</type> - </dependency> + </dependency> </dependencies> - </dependencyManagement> + </dependencyManagement> <dependencies> <dependency> @@ -51,8 +51,8 @@ <dependency> <groupId>org.onap.msb.sdk</groupId> <artifactId>msb-java-sdk</artifactId> - <version>1.2.0-SNAPSHOT</version> - </dependency> + <version>1.2.5-SNAPSHOT</version> + </dependency> </dependencies> <build> |