Reset artifact versions to 1.0.0-SNAPSHOT
authorGary Wu <gary.i.wu@huawei.com>
Thu, 15 Sep 2016 23:49:20 +0000 (16:49 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Thu, 15 Sep 2016 23:49:20 +0000 (16:49 -0700)
Change-Id: Idffcba17725b0453ea9f462f856f9399a86745e5
Issue-id: INT-32
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
common-util/pom.xml
pom.xml
rest-client/pom.xml

index e99cfd3..7e57a00 100644 (file)
@@ -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 (file)
--- 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>
 
index 6634b55..cdfa3cc 100644 (file)
@@ -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>