Skip to content

Commit

Permalink
[maven-release-plugin] prepare release openstack-java-sdk-3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
woorea committed Jul 21, 2013
1 parent 063a17e commit 79183be
Show file tree
Hide file tree
Showing 20 changed files with 42 additions and 42 deletions.
6 changes: 3 additions & 3 deletions ceilometer-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.woorea</groupId>
<artifactId>openstack-java-sdk</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>ceilometer-client</artifactId>
<name>OpenStack Ceilometer Client</name>
Expand All @@ -12,12 +12,12 @@
<dependency>
<groupId>com.woorea</groupId>
<artifactId>openstack-client</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>com.woorea</groupId>
<artifactId>ceilometer-model</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion ceilometer-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.woorea</groupId>
<artifactId>openstack-java-sdk</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>ceilometer-model</artifactId>
<name>OpenStack Ceilometer Model</name>
Expand Down
6 changes: 3 additions & 3 deletions glance-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.woorea</groupId>
<artifactId>openstack-java-sdk</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>glance-client</artifactId>
<name>OpenStack Glance Client</name>
Expand All @@ -12,13 +12,13 @@
<dependency>
<groupId>com.woorea</groupId>
<artifactId>openstack-client</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>

<dependency>
<groupId>com.woorea</groupId>
<artifactId>glance-model</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion glance-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.woorea</groupId>
<artifactId>openstack-java-sdk</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>glance-model</artifactId>
<name>OpenStack Glance Model</name>
Expand Down
6 changes: 3 additions & 3 deletions keystone-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.woorea</groupId>
<artifactId>openstack-java-sdk</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>keystone-client</artifactId>
<name>OpenStack Keystone Client</name>
Expand All @@ -12,12 +12,12 @@
<dependency>
<groupId>com.woorea</groupId>
<artifactId>openstack-client</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>com.woorea</groupId>
<artifactId>keystone-model</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion keystone-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.woorea</groupId>
<artifactId>openstack-java-sdk</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>keystone-model</artifactId>
<name>OpenStack Keystone Model</name>
Expand Down
6 changes: 3 additions & 3 deletions nova-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.woorea</groupId>
<artifactId>openstack-java-sdk</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>nova-client</artifactId>
<name>OpenStack Nova Client</name>
Expand All @@ -12,12 +12,12 @@
<dependency>
<groupId>com.woorea</groupId>
<artifactId>openstack-client</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>com.woorea</groupId>
<artifactId>nova-model</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion nova-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.woorea</groupId>
<artifactId>openstack-java-sdk</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>nova-model</artifactId>
<name>OpenStack Nova Model</name>
Expand Down
2 changes: 1 addition & 1 deletion openstack-client-connectors/jersey-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.woorea</groupId>
<artifactId>openstack-client-connectors</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>jersey-connector</artifactId>
<name>OpenStack Jersey Connector</name>
Expand Down
4 changes: 2 additions & 2 deletions openstack-client-connectors/jersey2-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.woorea</groupId>
<artifactId>openstack-client-connectors</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>jersey2-connector</artifactId>
<name>OpenStack Jersey2 Connector</name>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.woorea</groupId>
<artifactId>openstack-client</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions openstack-client-connectors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.woorea</groupId>
<artifactId>openstack-java-sdk</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>openstack-client-connectors</artifactId>
<name>OpenStack Client Connectors</name>
Expand Down Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>com.woorea</groupId>
<artifactId>openstack-client</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion openstack-client-connectors/resteasy-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.woorea</groupId>
<artifactId>openstack-client-connectors</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>resteasy-connector</artifactId>
<name>OpenStack RESTEasy Connector</name>
Expand Down
2 changes: 1 addition & 1 deletion openstack-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.woorea</groupId>
<artifactId>openstack-java-sdk</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>openstack-client</artifactId>
<name>OpenStack Client</name>
Expand Down
6 changes: 3 additions & 3 deletions openstack-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.woorea</groupId>
<artifactId>openstack-java-sdk</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>openstack-console</artifactId>
<name>OpenStack Console</name>
Expand All @@ -22,12 +22,12 @@
<dependency>
<groupId>com.woorea</groupId>
<artifactId>keystone-client</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>com.woorea</groupId>
<artifactId>nova-client</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
</dependencies>
<profiles>
Expand Down
14 changes: 7 additions & 7 deletions openstack-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.woorea</groupId>
<artifactId>openstack-java-sdk</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>openstack-examples</artifactId>
<name>OpenStack Examples</name>
Expand All @@ -12,32 +12,32 @@
<dependency>
<groupId>com.woorea</groupId>
<artifactId>keystone-client</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>com.woorea</groupId>
<artifactId>nova-client</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>com.woorea</groupId>
<artifactId>swift-client</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>com.woorea</groupId>
<artifactId>quantum-client</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>com.woorea</groupId>
<artifactId>ceilometer-client</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>com.woorea</groupId>
<artifactId>glance-client</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
</dependencies>
<profiles>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.woorea</groupId>
<artifactId>openstack-java-sdk</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<packaging>pom</packaging>
<name>OpenStack Java SDK</name>
<description>OpenStack Java SDK</description>
Expand Down
6 changes: 3 additions & 3 deletions quantum-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.woorea</groupId>
<artifactId>openstack-java-sdk</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>quantum-client</artifactId>
<name>OpenStack Quantum Client</name>
Expand All @@ -12,12 +12,12 @@
<dependency>
<groupId>com.woorea</groupId>
<artifactId>openstack-client</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>com.woorea</groupId>
<artifactId>quantum-model</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion quantum-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.woorea</groupId>
<artifactId>openstack-java-sdk</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>quantum-model</artifactId>
<name>OpenStack Quantum Model</name>
Expand Down
6 changes: 3 additions & 3 deletions swift-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.woorea</groupId>
<artifactId>openstack-java-sdk</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>swift-client</artifactId>
<name>OpenStack Swift Client</name>
Expand All @@ -12,12 +12,12 @@
<dependency>
<groupId>com.woorea</groupId>
<artifactId>openstack-client</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>com.woorea</groupId>
<artifactId>swift-model</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion swift-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.woorea</groupId>
<artifactId>openstack-java-sdk</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>swift-model</artifactId>
<name>OpenStack Swift Model</name>
Expand Down

0 comments on commit 79183be

Please sign in to comment.