Skip to content

Commit 6454542

Browse files
committed
release 3.2.0
1 parent a03fc58 commit 6454542

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

connectors/http-connector/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.1-SNAPSHOT</version>
7+
<version>3.2.0</version>
88
</parent>
99
<name>OpenStack4j HttpURL Connector</name>
1010
<artifactId>openstack4j-http-connector</artifactId>

connectors/httpclient/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.1-SNAPSHOT</version>
5+
<version>3.2.0</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-httpclient</artifactId>

connectors/jersey2/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.1-SNAPSHOT</version>
5+
<version>3.2.0</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-jersey2</artifactId>

connectors/okhttp/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.1-SNAPSHOT</version>
5+
<version>3.2.0</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-okhttp</artifactId>

connectors/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.1-SNAPSHOT</version>
5+
<version>3.2.0</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.pacesys.openstack4j.connectors</groupId>

connectors/resteasy/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.1-SNAPSHOT</version>
5+
<version>3.2.0</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-resteasy</artifactId>

core-integration-test/it-httpclient/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.1-SNAPSHOT</version>
7+
<version>3.2.0</version>
88
</parent>
99
<artifactId>it-httpclient</artifactId>
1010
<name>OpenStack4j IntegrationTest Apache HttpClient</name>

core-integration-test/it-jersey2/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.1-SNAPSHOT</version>
7+
<version>3.2.0</version>
88
</parent>
99
<artifactId>it-jersey2</artifactId>
1010
<name>OpenStack4j IntegrationTest Jersey2 Connector</name>

core-integration-test/it-okhttp/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.1-SNAPSHOT</version>
7+
<version>3.2.0</version>
88
</parent>
99
<artifactId>it-okhttp</artifactId>
1010
<name>OpenStack4j IntegrationTest OKHttp Connector</name>

core-integration-test/it-resteasy/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.1-SNAPSHOT</version>
7+
<version>3.2.0</version>
88
</parent>
99
<artifactId>it-resteasy</artifactId>
1010
<name>OpenStack4j IntegrationTest RestEasy Connector</name>

core-integration-test/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.1-SNAPSHOT</version>
5+
<version>3.2.0</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-core-integration-test</artifactId>

core-test/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.1-SNAPSHOT</version>
5+
<version>3.2.0</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-core-test</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.1-SNAPSHOT</version>
5+
<version>3.2.0</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-core</artifactId>

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.1-SNAPSHOT</version>
5+
<version>3.2.0</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
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.1.1-SNAPSHOT</version>
11+
<version>3.2.0</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)