diff options
author | Jian Huang <huang.jian12@zte.com.cn> | 2016-09-18 04:15:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2016-09-18 04:15:20 +0000 |
commit | ef35b7c9189bcefa774c4cded86d260d222dc6d5 (patch) | |
tree | 08e8ff47ccc448017e4e6d0caa52bcb6bd5fbe23 | |
parent | aa4647f7c9c9b1697f6a1b2c2acab3051633375c (diff) | |
parent | ad8efcc435891e298c686c33854773e46425f5fd (diff) |
Merge "Reset artifact versions to 1.0.0-SNAPSHOT"
-rw-r--r-- | common-util/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | rest-client/pom.xml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/common-util/pom.xml b/common-util/pom.xml index fdfeae8..e1a8185 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> <version>1.0.0-SNAPSHOT</version> @@ -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> |