Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ OpenStack4j version 2.0.0+ is now modular. One of the benefits to this is the a
<dependency>
<groupId>org.pacesys</groupId>
<artifactId>openstack4j</artifactId>
<version>3.0.4</version>
<version>3.1.0</version>
</dependency>
```

Expand All @@ -54,7 +54,7 @@ See notes above about connectors (same rules apply) to development branches.
<dependency>
<groupId>org.pacesys</groupId>
<artifactId>openstack4j</artifactId>
<version>3.0.5-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
</dependency>
```

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.5-SNAPSHOT</version>
<version>3.1.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.5-SNAPSHOT</version>
<version>3.1.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.5-SNAPSHOT</version>
<version>3.1.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.5-SNAPSHOT</version>
<version>3.1.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.5-SNAPSHOT</version>
<version>3.1.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.5-SNAPSHOT</version>
<version>3.1.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.5-SNAPSHOT</version>
<version>3.1.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.5-SNAPSHOT</version>
<version>3.1.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.5-SNAPSHOT</version>
<version>3.1.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.5-SNAPSHOT</version>
<version>3.1.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.5-SNAPSHOT</version>
<version>3.1.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.5-SNAPSHOT</version>
<version>3.1.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.5-SNAPSHOT</version>
<version>3.1.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.5-SNAPSHOT</version>
<version>3.1.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.5-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
<name>OpenStack4j Parent</name>
<description>OpenStack Java API</description>
<url>http://github.com/ContainX/openstack4j/</url>
Expand Down