diff options
author | ChrisC <cc697w@intl.att.com> | 2017-03-13 04:26:35 -0700 |
---|---|---|
committer | ChrisC <cc697w@intl.att.com> | 2017-03-13 04:26:35 -0700 |
commit | ebb03106afcd25575b5ec4d17612e4a3e1076f6b (patch) | |
tree | f8b940b57d4388ba831f2f15052db55459b51570 /openstack-client-connectors/jersey2-connector | |
parent | d5391e1de647c10e6eed33bce7abaa9008bf1952 (diff) |
Update version to 1.1.0
Change-Id: I93c2955138d9bdfbb55f4e4a9be473595287a629
Signed-off-by: ChrisC <cc697w@intl.att.com>
Diffstat (limited to 'openstack-client-connectors/jersey2-connector')
-rw-r--r-- | openstack-client-connectors/jersey2-connector/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openstack-client-connectors/jersey2-connector/pom.xml b/openstack-client-connectors/jersey2-connector/pom.xml index 4cf7e83..a44e14f 100644 --- a/openstack-client-connectors/jersey2-connector/pom.xml +++ b/openstack-client-connectors/jersey2-connector/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.openecomp.mso.libs.openstack-java-sdk</groupId> <artifactId>client-connectors</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <groupId>org.openecomp.mso.libs.openstack-java-sdk.client-connectors</groupId> <artifactId>jersey2-connector</artifactId> @@ -28,8 +28,8 @@ <dependency> <groupId>org.openecomp.mso.libs.openstack-java-sdk</groupId> <artifactId>openstack-client</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </dependency> </dependencies> - + </project> |