diff options
Diffstat (limited to 'rest-client')
-rw-r--r-- | rest-client/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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> |