diff --git a/README.md b/README.md
index fcc1950d7..2528e592f 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ OpenStack4j version 2.0.0+ is now modular. One of the benefits to this is the a
org.pacesys
openstack4j
- 3.0.2
+ 3.0.3
```
@@ -54,7 +54,7 @@ See notes above about connectors (same rules apply) to development branches.
org.pacesys
openstack4j
- 3.0.3-SNAPSHOT
+ 3.0.4-SNAPSHOT
```
diff --git a/connectors/http-connector/pom.xml b/connectors/http-connector/pom.xml
index 0286ed699..6e6315d86 100644
--- a/connectors/http-connector/pom.xml
+++ b/connectors/http-connector/pom.xml
@@ -4,7 +4,7 @@
org.pacesys.openstack4j.connectors
openstack4j-connectors
- 3.0.3-SNAPSHOT
+ 3.0.4-SNAPSHOT
OpenStack4j HttpURL Connector
openstack4j-http-connector
diff --git a/connectors/httpclient/pom.xml b/connectors/httpclient/pom.xml
index 7fa5bee5a..aec07a4c5 100644
--- a/connectors/httpclient/pom.xml
+++ b/connectors/httpclient/pom.xml
@@ -2,7 +2,7 @@
org.pacesys.openstack4j.connectors
openstack4j-connectors
- 3.0.3-SNAPSHOT
+ 3.0.4-SNAPSHOT
4.0.0
openstack4j-httpclient
diff --git a/connectors/jersey2/pom.xml b/connectors/jersey2/pom.xml
index fc19699ac..8433b636c 100644
--- a/connectors/jersey2/pom.xml
+++ b/connectors/jersey2/pom.xml
@@ -2,7 +2,7 @@
org.pacesys.openstack4j.connectors
openstack4j-connectors
- 3.0.3-SNAPSHOT
+ 3.0.4-SNAPSHOT
4.0.0
openstack4j-jersey2
diff --git a/connectors/okhttp/pom.xml b/connectors/okhttp/pom.xml
index 527a14ff3..7dbea0400 100644
--- a/connectors/okhttp/pom.xml
+++ b/connectors/okhttp/pom.xml
@@ -2,7 +2,7 @@
org.pacesys.openstack4j.connectors
openstack4j-connectors
- 3.0.3-SNAPSHOT
+ 3.0.4-SNAPSHOT
4.0.0
openstack4j-okhttp
diff --git a/connectors/pom.xml b/connectors/pom.xml
index 41f219a29..800fd1364 100644
--- a/connectors/pom.xml
+++ b/connectors/pom.xml
@@ -2,7 +2,7 @@
org.pacesys
openstack4j-parent
- 3.0.3-SNAPSHOT
+ 3.0.4-SNAPSHOT
4.0.0
org.pacesys.openstack4j.connectors
diff --git a/connectors/resteasy/pom.xml b/connectors/resteasy/pom.xml
index 82ceeb408..63f40cb22 100644
--- a/connectors/resteasy/pom.xml
+++ b/connectors/resteasy/pom.xml
@@ -2,7 +2,7 @@
org.pacesys.openstack4j.connectors
openstack4j-connectors
- 3.0.3-SNAPSHOT
+ 3.0.4-SNAPSHOT
4.0.0
openstack4j-resteasy
diff --git a/core-integration-test/it-httpclient/pom.xml b/core-integration-test/it-httpclient/pom.xml
index dfee08b03..6f368ac4a 100644
--- a/core-integration-test/it-httpclient/pom.xml
+++ b/core-integration-test/it-httpclient/pom.xml
@@ -4,7 +4,7 @@
org.pacesys
openstack4j-core-integration-test
- 3.0.3-SNAPSHOT
+ 3.0.4-SNAPSHOT
it-httpclient
OpenStack4j IntegrationTest Apache HttpClient
diff --git a/core-integration-test/it-jersey2/pom.xml b/core-integration-test/it-jersey2/pom.xml
index e388e4f24..ba941f765 100644
--- a/core-integration-test/it-jersey2/pom.xml
+++ b/core-integration-test/it-jersey2/pom.xml
@@ -4,7 +4,7 @@
org.pacesys
openstack4j-core-integration-test
- 3.0.3-SNAPSHOT
+ 3.0.4-SNAPSHOT
it-jersey2
OpenStack4j IntegrationTest Jersey2 Connector
diff --git a/core-integration-test/it-okhttp/pom.xml b/core-integration-test/it-okhttp/pom.xml
index c9aec3a74..9880b274a 100644
--- a/core-integration-test/it-okhttp/pom.xml
+++ b/core-integration-test/it-okhttp/pom.xml
@@ -4,7 +4,7 @@
org.pacesys
openstack4j-core-integration-test
- 3.0.3-SNAPSHOT
+ 3.0.4-SNAPSHOT
it-okhttp
OpenStack4j IntegrationTest OKHttp Connector
diff --git a/core-integration-test/it-resteasy/pom.xml b/core-integration-test/it-resteasy/pom.xml
index 65d7826e8..efb5df358 100644
--- a/core-integration-test/it-resteasy/pom.xml
+++ b/core-integration-test/it-resteasy/pom.xml
@@ -4,7 +4,7 @@
org.pacesys
openstack4j-core-integration-test
- 3.0.3-SNAPSHOT
+ 3.0.4-SNAPSHOT
it-resteasy
OpenStack4j IntegrationTest RestEasy Connector
diff --git a/core-integration-test/pom.xml b/core-integration-test/pom.xml
index 6df01d9a7..7791f65e0 100644
--- a/core-integration-test/pom.xml
+++ b/core-integration-test/pom.xml
@@ -2,7 +2,7 @@
org.pacesys
openstack4j-parent
- 3.0.3-SNAPSHOT
+ 3.0.4-SNAPSHOT
4.0.0
openstack4j-core-integration-test
diff --git a/core-test/pom.xml b/core-test/pom.xml
index 2dfa350dc..c09969951 100644
--- a/core-test/pom.xml
+++ b/core-test/pom.xml
@@ -2,7 +2,7 @@
org.pacesys
openstack4j-parent
- 3.0.3-SNAPSHOT
+ 3.0.4-SNAPSHOT
4.0.0
openstack4j-core-test
diff --git a/core/pom.xml b/core/pom.xml
index 5568a6225..4ebe7c82b 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -2,7 +2,7 @@
org.pacesys
openstack4j-parent
- 3.0.3-SNAPSHOT
+ 3.0.4-SNAPSHOT
4.0.0
openstack4j-core
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 475bee9f2..9b3f66ef9 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -2,7 +2,7 @@
org.pacesys
openstack4j-parent
- 3.0.3-SNAPSHOT
+ 3.0.4-SNAPSHOT
4.0.0
openstack4j
diff --git a/pom.xml b/pom.xml
index a92e26bc0..0e7ff337a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
4.0.0
org.pacesys
openstack4j-parent
- 3.0.3-SNAPSHOT
+ 3.0.4-SNAPSHOT
OpenStack4j Parent
OpenStack Java API
http://github.com/ContainX/openstack4j/