aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuabing Zhao <zhao.huabing@zte.com.cn>2019-09-29 15:39:47 +0800
committerHuabing Zhao <zhao.huabing@zte.com.cn>2019-09-29 15:39:52 +0800
commitc9d41241f6052c0838a8b8a1e63d0c25958b3cab (patch)
tree84ab946958aca01810b3f39811e4db2a95423c7e
parent78852e4f3a551022b311499c9f837dc581d776e1 (diff)
Update El Alto version5.0.2-ONAPelalto
Issue-ID: MSB-384 Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn> Change-Id: I48565d40ddd3c506c938eeae6dbea5973b34ce73
-rw-r--r--example-spring-boot/pom.xml2
-rw-r--r--example/pom.xml2
-rw-r--r--pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/example-spring-boot/pom.xml b/example-spring-boot/pom.xml
index 90b246d..4c9dc12 100644
--- a/example-spring-boot/pom.xml
+++ b/example-spring-boot/pom.xml
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.onap.msb.sdk</groupId>
<artifactId>msb-java-sdk</artifactId>
- <version>1.2.5-SNAPSHOT</version>
+ <version>1.2.5</version>
</dependency>
</dependencies>
diff --git a/example/pom.xml b/example/pom.xml
index e637094..401d4be 100644
--- a/example/pom.xml
+++ b/example/pom.xml
@@ -13,7 +13,7 @@
<dependency>
<groupId>org.onap.msb.java-sdk</groupId>
<artifactId>msb-java-sdk</artifactId>
- <version>1.2.5-SNAPSHOT</version>
+ <version>1.2.5</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
diff --git a/pom.xml b/pom.xml
index cf229a2..ce56452 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
<groupId>org.onap.msb.java-sdk</groupId>
<artifactId>msb-java-sdk</artifactId>
<name>msb-java-sdk</name>
- <version>1.2.5-SNAPSHOT</version>
+ <version>1.2.5</version>
<packaging>jar</packaging>
<dependencies>
<dependency>