diff options
author | 2019-05-09 10:06:12 +0800 | |
---|---|---|
committer | 2019-05-09 10:06:16 +0800 | |
commit | 0087d0334b0c8decc4bec40e69fcb2af04345800 (patch) | |
tree | 23dbb2fbb3849fd8f36a15a15e0ed37291a00253 /distributions/pom.xml | |
parent | 4b2a245470e75932931cb47f97e2835ed7cd5778 (diff) |
bump version to 1.2.5
Issue-ID: MSB-334
Change-Id: I7518924a0481c2dc6c6846bfac06454888f3a342
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
Diffstat (limited to 'distributions/pom.xml')
-rw-r--r-- | distributions/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distributions/pom.xml b/distributions/pom.xml index a21ca74..5c6fb7b 100644 --- a/distributions/pom.xml +++ b/distributions/pom.xml @@ -4,16 +4,16 @@ <parent> <groupId>org.onap.msb.apigateway</groupId> <artifactId>msb-apigateway-parent</artifactId> - <version>1.2.4-SNAPSHOT</version> + <version>1.2.5-SNAPSHOT</version> </parent> <groupId>org.onap.msb.apigateway.distributions</groupId> <artifactId>distributions-parent</artifactId> - <version>1.2.4-SNAPSHOT</version> + <version>1.2.5-SNAPSHOT</version> <name>onap/msb/apigateway/distributions</name> <packaging>pom</packaging> <modules> - <module>msb-apigateway</module> + <module>msb-apigateway</module> </modules> |