diff --git a/README.md b/README.md index 9e8d23742..40837cf45 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,11 @@ OpenStack4j is a fluent OpenStack client that allows provisioning and control of * GitHub Issues: [Click Here](https://github.com/gondor/openstack4j/issues) +## Requirements + +* OpenStack4j 3.0.X - Java 8 +* OpenStack4j 2.0.X - Java 7 + Maven ----- diff --git a/connectors/http-connector/pom.xml b/connectors/http-connector/pom.xml index 7a1325e45..c8fa20f10 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.0 + 3.0.1-SNAPSHOT OpenStack4j HttpURL Connector openstack4j-http-connector diff --git a/connectors/httpclient/pom.xml b/connectors/httpclient/pom.xml index 981757b47..7e6815fd2 100644 --- a/connectors/httpclient/pom.xml +++ b/connectors/httpclient/pom.xml @@ -2,7 +2,7 @@ org.pacesys.openstack4j.connectors openstack4j-connectors - 3.0.0 + 3.0.1-SNAPSHOT 4.0.0 openstack4j-httpclient diff --git a/connectors/jersey2/pom.xml b/connectors/jersey2/pom.xml index 375eb92e6..61568f54a 100644 --- a/connectors/jersey2/pom.xml +++ b/connectors/jersey2/pom.xml @@ -2,7 +2,7 @@ org.pacesys.openstack4j.connectors openstack4j-connectors - 3.0.0 + 3.0.1-SNAPSHOT 4.0.0 openstack4j-jersey2 diff --git a/connectors/okhttp/pom.xml b/connectors/okhttp/pom.xml index c713be032..54a4099fe 100644 --- a/connectors/okhttp/pom.xml +++ b/connectors/okhttp/pom.xml @@ -2,7 +2,7 @@ org.pacesys.openstack4j.connectors openstack4j-connectors - 3.0.0 + 3.0.1-SNAPSHOT 4.0.0 openstack4j-okhttp diff --git a/connectors/pom.xml b/connectors/pom.xml index 18a6d3551..2e31a1ee3 100644 --- a/connectors/pom.xml +++ b/connectors/pom.xml @@ -2,7 +2,7 @@ org.pacesys openstack4j-parent - 3.0.0 + 3.0.1-SNAPSHOT 4.0.0 org.pacesys.openstack4j.connectors diff --git a/connectors/resteasy/pom.xml b/connectors/resteasy/pom.xml index bdee9d657..30b6b12a8 100644 --- a/connectors/resteasy/pom.xml +++ b/connectors/resteasy/pom.xml @@ -2,7 +2,7 @@ org.pacesys.openstack4j.connectors openstack4j-connectors - 3.0.0 + 3.0.1-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 e75045f74..be9d6e50d 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.0 + 3.0.1-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 8417100da..de20f01c9 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.0 + 3.0.1-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 dcfa28d1f..040eace65 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.0 + 3.0.1-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 c69f193e8..055902082 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.0 + 3.0.1-SNAPSHOT it-resteasy OpenStack4j IntegrationTest RestEasy Connector diff --git a/core-integration-test/pom.xml b/core-integration-test/pom.xml index 468fcb0c5..709af3a33 100644 --- a/core-integration-test/pom.xml +++ b/core-integration-test/pom.xml @@ -2,7 +2,7 @@ org.pacesys openstack4j-parent - 3.0.0 + 3.0.1-SNAPSHOT 4.0.0 openstack4j-core-integration-test diff --git a/core-test/pom.xml b/core-test/pom.xml index 11486ce0b..bff9b1377 100644 --- a/core-test/pom.xml +++ b/core-test/pom.xml @@ -2,7 +2,7 @@ org.pacesys openstack4j-parent - 3.0.0 + 3.0.1-SNAPSHOT 4.0.0 openstack4j-core-test diff --git a/core/pom.xml b/core/pom.xml index 928b2166c..604c23457 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -2,7 +2,7 @@ org.pacesys openstack4j-parent - 3.0.0 + 3.0.1-SNAPSHOT 4.0.0 openstack4j-core diff --git a/distribution/pom.xml b/distribution/pom.xml index f6e27b359..0cf97b0a4 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -2,7 +2,7 @@ org.pacesys openstack4j-parent - 3.0.0 + 3.0.1-SNAPSHOT 4.0.0 openstack4j diff --git a/pom.xml b/pom.xml index 823a0c80c..12861fad0 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ 4.0.0 org.pacesys openstack4j-parent - 3.0.0 + 3.0.1-SNAPSHOT OpenStack4j Parent OpenStack Java API http://github.com/gondor/openstack4j/