Merge "Reset artifact versions to 1.0.0-SNAPSHOT"
authorJian Huang <huang.jian12@zte.com.cn>
Sun, 18 Sep 2016 04:15:20 +0000 (04:15 +0000)
committerGerrit Code Review <gerrit@open-o.org>
Sun, 18 Sep 2016 04:15:20 +0000 (04:15 +0000)
common-util/pom.xml
pom.xml
rest-client/pom.xml

index fdfeae8..e1a8185 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>
     <version>1.0.0-SNAPSHOT</version>
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>