aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2016-09-15 16:49:20 -0700
committerGary Wu <gary.i.wu@huawei.com>2016-09-15 16:49:20 -0700
commitad8efcc435891e298c686c33854773e46425f5fd (patch)
tree99b56f895f1145961fe764c65f4d69b53692df45
parent906a4ce648cbcef097f7da2888f88e082a0b8d5c (diff)
Reset artifact versions to 1.0.0-SNAPSHOT
Change-Id: Idffcba17725b0453ea9f462f856f9399a86745e5 Issue-id: INT-32 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--common-util/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--rest-client/pom.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/common-util/pom.xml b/common-util/pom.xml
index e99cfd3..7e57a00 100644
--- a/common-util/pom.xml
+++ b/common-util/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.openo.common-services.common-utilities</groupId>
<artifactId>common-setting</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>commonlib-cbb</artifactId>
<packaging>jar</packaging>
diff --git a/pom.xml b/pom.xml
index 298b1d9..9c9a878 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<groupId>org.openo.common-services.common-utilities</groupId>
<artifactId>common-setting</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>common-setting</name>
diff --git a/rest-client/pom.xml b/rest-client/pom.xml
index 6634b55..cdfa3cc 100644
--- a/rest-client/pom.xml
+++ b/rest-client/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.openo.common-services.common-utilities</groupId>
<artifactId>common-setting</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>commonlib-restclient</artifactId>
<properties>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.openo.common-services.common-utilities</groupId>
<artifactId>commonlib-cbb</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>