diff options
author | Huabing Zhao <zhao.huabing@zte.com.cn> | 2020-03-03 11:08:11 +0800 |
---|---|---|
committer | Huabing Zhao <zhao.huabing@zte.com.cn> | 2020-03-03 11:38:00 +0800 |
commit | c2d204d0c00f043c20a8272f8ab167976ad4d581 (patch) | |
tree | 0e5519e765d58f7da49d11c53e57be2d5f62eb7e /nginx-ext-consul/pom.xml | |
parent | cc269e95c1a0d8e57d0d70889ce7c07f1d071db8 (diff) |
update version to 1.2.6-SNAPSHOT
Issue-ID: MSB-463
Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
Change-Id: Id1662e36028a8b5c79dc26ecdaa67d8026d4b62c
Diffstat (limited to 'nginx-ext-consul/pom.xml')
-rw-r--r-- | nginx-ext-consul/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nginx-ext-consul/pom.xml b/nginx-ext-consul/pom.xml index 6d8d2fe..21ad995 100644 --- a/nginx-ext-consul/pom.xml +++ b/nginx-ext-consul/pom.xml @@ -20,14 +20,14 @@ <parent> <groupId>org.onap.msb.discovery</groupId> <artifactId>msb-discovery-parent</artifactId> - <version>1.2.5</version> + <version>1.2.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.msb.discovery</groupId> <artifactId>nginx-ext-consul</artifactId> <name>onap/msb/discovery/nginx-ext-consul</name> <packaging>pom</packaging> - <version>1.2.5</version> + <version>1.2.6-SNAPSHOT</version> <properties> <outputdir>target/assembly/openresty</outputdir> |