diff options
author | Huabing Zhao <zhaohuabing@gmail.com> | 2020-03-03 03:29:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-03 03:29:27 +0000 |
commit | 0e4605fd8b99bde910b51b704a9aab13bcdd8a97 (patch) | |
tree | d41eb8ecf2a79923f8c83afedf26a0209c7a6637 /distributions/pom.xml | |
parent | fa02b7c7360676ee7a3e06a210b0e4bbc43a75a2 (diff) | |
parent | 004053997ee2eb4e2570da200fe4cb8674876b23 (diff) |
Merge "update version to 1.2.6-SNAPSHOT"
Diffstat (limited to 'distributions/pom.xml')
-rw-r--r-- | distributions/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distributions/pom.xml b/distributions/pom.xml index 6a15e97..f4071d9 100644 --- a/distributions/pom.xml +++ b/distributions/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>org.onap.msb.apigateway</groupId> <artifactId>msb-apigateway-parent</artifactId> - <version>1.2.5</version> + <version>1.2.6-SNAPSHOT</version> </parent> <groupId>org.onap.msb.apigateway.distributions</groupId> <artifactId>distributions-parent</artifactId> - <version>1.2.5</version> + <version>1.2.6-SNAPSHOT</version> <name>onap/msb/apigateway/distributions</name> <packaging>pom</packaging> <modules> |