Skip to content

Commit fc148fc

Browse files
authored
Merge pull request #1083 from auhlig/3.1.0_release
3.1.0 release
2 parents 044608b + dace49a commit fc148fc

File tree

16 files changed

+17
-17
lines changed

16 files changed

+17
-17
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ OpenStack4j version 2.0.0+ is now modular. One of the benefits to this is the a
3838
<dependency>
3939
<groupId>org.pacesys</groupId>
4040
<artifactId>openstack4j</artifactId>
41-
<version>3.0.4</version>
41+
<version>3.1.0</version>
4242
</dependency>
4343
```
4444

@@ -54,7 +54,7 @@ See notes above about connectors (same rules apply) to development branches.
5454
<dependency>
5555
<groupId>org.pacesys</groupId>
5656
<artifactId>openstack4j</artifactId>
57-
<version>3.0.5-SNAPSHOT</version>
57+
<version>3.1.1-SNAPSHOT</version>
5858
</dependency>
5959
```
6060

Diff for: connectors/http-connector/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.pacesys.openstack4j.connectors</groupId>
66
<artifactId>openstack4j-connectors</artifactId>
7-
<version>3.0.5-SNAPSHOT</version>
7+
<version>3.1.1-SNAPSHOT</version>
88
</parent>
99
<name>OpenStack4j HttpURL Connector</name>
1010
<artifactId>openstack4j-http-connector</artifactId>

Diff for: connectors/httpclient/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.pacesys.openstack4j.connectors</groupId>
44
<artifactId>openstack4j-connectors</artifactId>
5-
<version>3.0.5-SNAPSHOT</version>
5+
<version>3.1.1-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-httpclient</artifactId>

Diff for: connectors/jersey2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.pacesys.openstack4j.connectors</groupId>
44
<artifactId>openstack4j-connectors</artifactId>
5-
<version>3.0.5-SNAPSHOT</version>
5+
<version>3.1.1-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-jersey2</artifactId>

Diff for: connectors/okhttp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.pacesys.openstack4j.connectors</groupId>
44
<artifactId>openstack4j-connectors</artifactId>
5-
<version>3.0.5-SNAPSHOT</version>
5+
<version>3.1.1-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-okhttp</artifactId>

Diff for: connectors/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.pacesys</groupId>
44
<artifactId>openstack4j-parent</artifactId>
5-
<version>3.0.5-SNAPSHOT</version>
5+
<version>3.1.1-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.pacesys.openstack4j.connectors</groupId>

Diff for: connectors/resteasy/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.pacesys.openstack4j.connectors</groupId>
44
<artifactId>openstack4j-connectors</artifactId>
5-
<version>3.0.5-SNAPSHOT</version>
5+
<version>3.1.1-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-resteasy</artifactId>

Diff for: core-integration-test/it-httpclient/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.pacesys</groupId>
66
<artifactId>openstack4j-core-integration-test</artifactId>
7-
<version>3.0.5-SNAPSHOT</version>
7+
<version>3.1.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>it-httpclient</artifactId>
1010
<name>OpenStack4j IntegrationTest Apache HttpClient</name>

Diff for: core-integration-test/it-jersey2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.pacesys</groupId>
66
<artifactId>openstack4j-core-integration-test</artifactId>
7-
<version>3.0.5-SNAPSHOT</version>
7+
<version>3.1.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>it-jersey2</artifactId>
1010
<name>OpenStack4j IntegrationTest Jersey2 Connector</name>

Diff for: core-integration-test/it-okhttp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.pacesys</groupId>
66
<artifactId>openstack4j-core-integration-test</artifactId>
7-
<version>3.0.5-SNAPSHOT</version>
7+
<version>3.1.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>it-okhttp</artifactId>
1010
<name>OpenStack4j IntegrationTest OKHttp Connector</name>

Diff for: core-integration-test/it-resteasy/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.pacesys</groupId>
66
<artifactId>openstack4j-core-integration-test</artifactId>
7-
<version>3.0.5-SNAPSHOT</version>
7+
<version>3.1.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>it-resteasy</artifactId>
1010
<name>OpenStack4j IntegrationTest RestEasy Connector</name>

Diff for: core-integration-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.pacesys</groupId>
44
<artifactId>openstack4j-parent</artifactId>
5-
<version>3.0.5-SNAPSHOT</version>
5+
<version>3.1.1-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-core-integration-test</artifactId>

Diff for: core-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.pacesys</groupId>
44
<artifactId>openstack4j-parent</artifactId>
5-
<version>3.0.5-SNAPSHOT</version>
5+
<version>3.1.1-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-core-test</artifactId>

Diff for: core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.pacesys</groupId>
44
<artifactId>openstack4j-parent</artifactId>
5-
<version>3.0.5-SNAPSHOT</version>
5+
<version>3.1.1-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-core</artifactId>

Diff for: distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.pacesys</groupId>
44
<artifactId>openstack4j-parent</artifactId>
5-
<version>3.0.5-SNAPSHOT</version>
5+
<version>3.1.1-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j</artifactId>

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>org.pacesys</groupId>
1010
<artifactId>openstack4j-parent</artifactId>
11-
<version>3.0.5-SNAPSHOT</version>
11+
<version>3.1.1-SNAPSHOT</version>
1212
<name>OpenStack4j Parent</name>
1313
<description>OpenStack Java API</description>
1414
<url>http://github.com/ContainX/openstack4j/</url>

0 commit comments

Comments
 (0)