Skip to content

Commit 0387e2b

Browse files
committed
release 3.0.2 - move to 3.0.3-SNAPSHOT
1 parent 447fd69 commit 0387e2b

File tree

16 files changed

+17
-17
lines changed

16 files changed

+17
-17
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ OpenStack4j version 2.0.0+ is now modular. One of the benefits to this is the a
3939
<dependency>
4040
<groupId>org.pacesys</groupId>
4141
<artifactId>openstack4j</artifactId>
42-
<version>3.0.1</version>
42+
<version>3.0.2</version>
4343
</dependency>
4444
```
4545

@@ -55,7 +55,7 @@ See notes above about connectors (same rules apply) to development branches.
5555
<dependency>
5656
<groupId>org.pacesys</groupId>
5757
<artifactId>openstack4j</artifactId>
58-
<version>3.0.2-SNAPSHOT</version>
58+
<version>3.0.3-SNAPSHOT</version>
5959
</dependency>
6060
```
6161

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.0.2-SNAPSHOT</version>
7+
<version>3.0.3-SNAPSHOT</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.0.2-SNAPSHOT</version>
5+
<version>3.0.3-SNAPSHOT</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.0.2-SNAPSHOT</version>
5+
<version>3.0.3-SNAPSHOT</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.0.2-SNAPSHOT</version>
5+
<version>3.0.3-SNAPSHOT</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.0.2-SNAPSHOT</version>
5+
<version>3.0.3-SNAPSHOT</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.0.2-SNAPSHOT</version>
5+
<version>3.0.3-SNAPSHOT</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.0.2-SNAPSHOT</version>
7+
<version>3.0.3-SNAPSHOT</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.0.2-SNAPSHOT</version>
7+
<version>3.0.3-SNAPSHOT</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.0.2-SNAPSHOT</version>
7+
<version>3.0.3-SNAPSHOT</version>
88
</parent>
99
<artifactId>it-okhttp</artifactId>
1010
<name>OpenStack4j IntegrationTest OKHttp Connector</name>

0 commit comments

Comments
 (0)