diff options
author | Huabing Zhao <zhaohuabing@gmail.com> | 2019-05-09 02:15:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-09 02:15:16 +0000 |
commit | 6fac8dc23afc377283021f5856c1cbe8ae49cba9 (patch) | |
tree | 34f88fe07d140ec8843fb5169f5749df6913b278 /nginx-ext-consul | |
parent | 61897e10d54f4979a1fc6cce863f19e6ba10445f (diff) | |
parent | 28a684276bad272a08dca739c5951e25011ecfd9 (diff) |
Merge "bump version to 1.2.5"
Diffstat (limited to 'nginx-ext-consul')
-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 1f87d8c..6b16997 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.3-SNAPSHOT</version> + <version>1.2.5-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.3-SNAPSHOT</version> + <version>1.2.5-SNAPSHOT</version> <properties> <outputdir>target/assembly/openresty</outputdir> |