diff options
author | Huabing Zhao <zhao.huabing@zte.com.cn> | 2020-03-03 11:18:32 +0800 |
---|---|---|
committer | Huabing Zhao <zhao.huabing@zte.com.cn> | 2020-03-03 11:18:40 +0800 |
commit | 004053997ee2eb4e2570da200fe4cb8674876b23 (patch) | |
tree | d41eb8ecf2a79923f8c83afedf26a0209c7a6637 /distributions | |
parent | 233b89619a6ca93e210b7d76c20223fa7601a173 (diff) |
update version to 1.2.6-SNAPSHOT
Issue-ID: MSB-463
Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
Change-Id: I455d34b782f2a120b1fe63896a3a219f0287ec42
Diffstat (limited to 'distributions')
-rw-r--r-- | distributions/msb-apigateway/pom.xml | 4 | ||||
-rw-r--r-- | distributions/pom.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/distributions/msb-apigateway/pom.xml b/distributions/msb-apigateway/pom.xml index 844252e..106181b 100644 --- a/distributions/msb-apigateway/pom.xml +++ b/distributions/msb-apigateway/pom.xml @@ -3,12 +3,12 @@ <parent> <groupId>org.onap.msb.apigateway.distributions</groupId> <artifactId>distributions-parent</artifactId> - <version>1.2.5</version> + <version>1.2.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.msb.apigateway.distributions</groupId> <artifactId>msb-apigateway</artifactId> - <version>1.2.5</version> + <version>1.2.6-SNAPSHOT</version> <name>onap/msb/apigateway/distributions/msb-apigateway</name> <packaging>pom</packaging> 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> |