Skip to content

Commit

Permalink
3.0.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
gondor committed May 13, 2016
1 parent a12c377 commit 887fd2c
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 15 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ OpenStack4j is a fluent OpenStack client that allows provisioning and control of

* GitHub Issues: [Click Here](https://github.com/gondor/openstack4j/issues)

## Requirements

* OpenStack4j 3.0.X - Java 8
* OpenStack4j 2.0.X - Java 7

Maven
-----

Expand Down
2 changes: 1 addition & 1 deletion connectors/http-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.pacesys.openstack4j.connectors</groupId>
<artifactId>openstack4j-connectors</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</parent>
<name>OpenStack4j HttpURL Connector</name>
<artifactId>openstack4j-http-connector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion connectors/httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.pacesys.openstack4j.connectors</groupId>
<artifactId>openstack4j-connectors</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>openstack4j-httpclient</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion connectors/jersey2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.pacesys.openstack4j.connectors</groupId>
<artifactId>openstack4j-connectors</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>openstack4j-jersey2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion connectors/okhttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.pacesys.openstack4j.connectors</groupId>
<artifactId>openstack4j-connectors</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>openstack4j-okhttp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion connectors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.pacesys</groupId>
<artifactId>openstack4j-parent</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.pacesys.openstack4j.connectors</groupId>
Expand Down
2 changes: 1 addition & 1 deletion connectors/resteasy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.pacesys.openstack4j.connectors</groupId>
<artifactId>openstack4j-connectors</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>openstack4j-resteasy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core-integration-test/it-httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.pacesys</groupId>
<artifactId>openstack4j-core-integration-test</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</parent>
<artifactId>it-httpclient</artifactId>
<name>OpenStack4j IntegrationTest Apache HttpClient</name>
Expand Down
2 changes: 1 addition & 1 deletion core-integration-test/it-jersey2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.pacesys</groupId>
<artifactId>openstack4j-core-integration-test</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</parent>
<artifactId>it-jersey2</artifactId>
<name>OpenStack4j IntegrationTest Jersey2 Connector</name>
Expand Down
2 changes: 1 addition & 1 deletion core-integration-test/it-okhttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.pacesys</groupId>
<artifactId>openstack4j-core-integration-test</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</parent>
<artifactId>it-okhttp</artifactId>
<name>OpenStack4j IntegrationTest OKHttp Connector</name>
Expand Down
2 changes: 1 addition & 1 deletion core-integration-test/it-resteasy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.pacesys</groupId>
<artifactId>openstack4j-core-integration-test</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</parent>
<artifactId>it-resteasy</artifactId>
<name>OpenStack4j IntegrationTest RestEasy Connector</name>
Expand Down
2 changes: 1 addition & 1 deletion core-integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.pacesys</groupId>
<artifactId>openstack4j-parent</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>openstack4j-core-integration-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.pacesys</groupId>
<artifactId>openstack4j-parent</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>openstack4j-core-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.pacesys</groupId>
<artifactId>openstack4j-parent</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>openstack4j-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.pacesys</groupId>
<artifactId>openstack4j-parent</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>openstack4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.pacesys</groupId>
<artifactId>openstack4j-parent</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
<name>OpenStack4j Parent</name>
<description>OpenStack Java API</description>
<url>http://github.com/gondor/openstack4j/</url>
Expand Down

0 comments on commit 887fd2c

Please sign in to comment.