diff options
author | Huabing Zhao <zhao.huabing@zte.com.cn> | 2019-09-29 15:31:37 +0800 |
---|---|---|
committer | Huabing Zhao <zhao.huabing@zte.com.cn> | 2019-09-29 15:31:41 +0800 |
commit | ecf231f98b63af99e214771c239bd1fce5cc1087 (patch) | |
tree | f0b56c5df1d5618357793e4a0f17b9132fef0886 /apiroute/apiroute-service | |
parent | d2a01dabfa4845281b454989a030ebd876c060af (diff) |
Update El Alto version
Issue-ID: MSB-384
Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
Change-Id: I6465984d6937968ef50bdd593352d13f1776fd8e
Diffstat (limited to 'apiroute/apiroute-service')
-rw-r--r-- | apiroute/apiroute-service/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apiroute/apiroute-service/pom.xml b/apiroute/apiroute-service/pom.xml index 290bd27..ff437b6 100644 --- a/apiroute/apiroute-service/pom.xml +++ b/apiroute/apiroute-service/pom.xml @@ -12,14 +12,14 @@ <parent> <groupId>org.onap.msb.apigateway.apiroute</groupId> <artifactId>apiroute-parent</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.5</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.msb.apigateway.apiroute</groupId> <artifactId>apiroute-service</artifactId> <name>onap/msb/apigateway/apiroute/apiroute-service</name> <packaging>jar</packaging> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.5</version> <dependencies> |