diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-07-28 17:23:18 +0800 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-07-28 18:24:24 +0800 |
commit | 5978df58ad72bcffbdfc598d3f39cb1476f47c5e (patch) | |
tree | b9ba3bb7829c4949b6d181c99979575ba5f36d59 /nginx-ext-consul | |
parent | 835d87162f6e69d0a4724e46bce9228fc4cea31a (diff) |
inherit from oparent
Change-Id: I65ec3504fcf1399d12d40cf646b21030dfaa9265
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
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 02335b3..7a61a84 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>0.0.1-SNAPSHOT</version> + <version>1.0.0-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>0.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <properties> <outputdir>target/assembly/openresty</outputdir> |