diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2016-10-12 13:58:27 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2016-10-12 14:59:39 -0700 |
commit | 05cbfaf80c4640a5d7a1c5d5a65e5e335815ae29 (patch) | |
tree | dffab5e2a7a35836fedf07d71d0967033206c90c /rest-client | |
parent | e298272753b493afd2f4210f80a1d4e363727cc0 (diff) |
Bump master version to 1.1.0-SNAPSHOT, part 2
Change-Id: I1e6ae41405ca2e329e1af3db9e6b60a8ccb35eda
Issue-id: OCS-111
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
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 d43d4e4..7e9d94f 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.0-SNAPSHOT</version> + <version>1.1.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.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.eclipse.jetty.aggregate</groupId> |