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/jersey-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/jersey-connector')
-rw-r--r-- | openstack-client-connectors/jersey-connector/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openstack-client-connectors/jersey-connector/pom.xml b/openstack-client-connectors/jersey-connector/pom.xml index 24489d9..fe24f1a 100644 --- a/openstack-client-connectors/jersey-connector/pom.xml +++ b/openstack-client-connectors/jersey-connector/pom.xml @@ -3,7 +3,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>jersey-connector</artifactId> @@ -21,5 +21,5 @@ <version>1.9.12</version> </dependency> </dependencies> - + </project> |