diff options
author | Huabing Zhao <zhaohuabing@gmail.com> | 2019-05-09 02:15:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-09 02:15:53 +0000 |
commit | 7ee2dcca7bf6ed1aa30a7dfb9ab04f540730644d (patch) | |
tree | b140dc78ee89786443505c4de6ed1d67108aa93d /distributions/pom.xml | |
parent | ad380db9da867dc872310df6b1fe47230c22d12c (diff) | |
parent | 0087d0334b0c8decc4bec40e69fcb2af04345800 (diff) |
Merge "bump version to 1.2.5"
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> |