diff options
-rw-r--r-- | common-util/pom.xml | 3 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | rest-client/pom.xml | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/common-util/pom.xml b/common-util/pom.xml index e8ed309..2749380 100644 --- a/common-util/pom.xml +++ b/common-util/pom.xml @@ -19,9 +19,10 @@ <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> <packaging>jar</packaging> <properties> <cxf.version>3.1.6</cxf.version> @@ -26,7 +26,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 a2dfd20..d43d4e4 100644 --- a/rest-client/pom.xml +++ b/rest-client/pom.xml @@ -19,7 +19,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> @@ -28,7 +28,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> |