From d74837714d7100c1466c0cf24179cbd74c7c017c Mon Sep 17 00:00:00 2001 From: Arno Uhlig Date: Wed, 19 Apr 2017 16:46:12 +0200 Subject: [PATCH] 3.0.4 release --- README.md | 4 ++-- connectors/http-connector/pom.xml | 2 +- connectors/httpclient/pom.xml | 2 +- connectors/jersey2/pom.xml | 2 +- connectors/okhttp/pom.xml | 2 +- connectors/pom.xml | 2 +- connectors/resteasy/pom.xml | 2 +- core-integration-test/it-httpclient/pom.xml | 2 +- core-integration-test/it-jersey2/pom.xml | 2 +- core-integration-test/it-okhttp/pom.xml | 2 +- core-integration-test/it-resteasy/pom.xml | 2 +- core-integration-test/pom.xml | 2 +- core-test/pom.xml | 2 +- core/pom.xml | 2 +- distribution/pom.xml | 2 +- pom.xml | 2 +- 16 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 2528e592f..ede163313 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.3 + 3.0.4 ``` @@ -54,7 +54,7 @@ See notes above about connectors (same rules apply) to development branches. org.pacesys openstack4j - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT ``` diff --git a/connectors/http-connector/pom.xml b/connectors/http-connector/pom.xml index 6e6315d86..0ffda394d 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.4-SNAPSHOT + 3.0.5-SNAPSHOT OpenStack4j HttpURL Connector openstack4j-http-connector diff --git a/connectors/httpclient/pom.xml b/connectors/httpclient/pom.xml index aec07a4c5..86a445e73 100644 --- a/connectors/httpclient/pom.xml +++ b/connectors/httpclient/pom.xml @@ -2,7 +2,7 @@ org.pacesys.openstack4j.connectors openstack4j-connectors - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT 4.0.0 openstack4j-httpclient diff --git a/connectors/jersey2/pom.xml b/connectors/jersey2/pom.xml index 8433b636c..e7fe0abf6 100644 --- a/connectors/jersey2/pom.xml +++ b/connectors/jersey2/pom.xml @@ -2,7 +2,7 @@ org.pacesys.openstack4j.connectors openstack4j-connectors - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT 4.0.0 openstack4j-jersey2 diff --git a/connectors/okhttp/pom.xml b/connectors/okhttp/pom.xml index 7dbea0400..2079b37b0 100644 --- a/connectors/okhttp/pom.xml +++ b/connectors/okhttp/pom.xml @@ -2,7 +2,7 @@ org.pacesys.openstack4j.connectors openstack4j-connectors - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT 4.0.0 openstack4j-okhttp diff --git a/connectors/pom.xml b/connectors/pom.xml index 800fd1364..311abad74 100644 --- a/connectors/pom.xml +++ b/connectors/pom.xml @@ -2,7 +2,7 @@ org.pacesys openstack4j-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT 4.0.0 org.pacesys.openstack4j.connectors diff --git a/connectors/resteasy/pom.xml b/connectors/resteasy/pom.xml index 63f40cb22..2d04054b4 100644 --- a/connectors/resteasy/pom.xml +++ b/connectors/resteasy/pom.xml @@ -2,7 +2,7 @@ org.pacesys.openstack4j.connectors openstack4j-connectors - 3.0.4-SNAPSHOT + 3.0.5-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 6f368ac4a..b2511e5e0 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.4-SNAPSHOT + 3.0.5-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 ba941f765..d82098c1b 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.4-SNAPSHOT + 3.0.5-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 9880b274a..b307b3fcf 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.4-SNAPSHOT + 3.0.5-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 efb5df358..8b40810bf 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.4-SNAPSHOT + 3.0.5-SNAPSHOT it-resteasy OpenStack4j IntegrationTest RestEasy Connector diff --git a/core-integration-test/pom.xml b/core-integration-test/pom.xml index 7791f65e0..805ab3dd3 100644 --- a/core-integration-test/pom.xml +++ b/core-integration-test/pom.xml @@ -2,7 +2,7 @@ org.pacesys openstack4j-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT 4.0.0 openstack4j-core-integration-test diff --git a/core-test/pom.xml b/core-test/pom.xml index c09969951..7a9df8af5 100644 --- a/core-test/pom.xml +++ b/core-test/pom.xml @@ -2,7 +2,7 @@ org.pacesys openstack4j-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT 4.0.0 openstack4j-core-test diff --git a/core/pom.xml b/core/pom.xml index 4ebe7c82b..eaededef9 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -2,7 +2,7 @@ org.pacesys openstack4j-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT 4.0.0 openstack4j-core diff --git a/distribution/pom.xml b/distribution/pom.xml index 9b3f66ef9..f7b9787de 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -2,7 +2,7 @@ org.pacesys openstack4j-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT 4.0.0 openstack4j diff --git a/pom.xml b/pom.xml index 2c41abff0..d53d61285 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ 4.0.0 org.pacesys openstack4j-parent - 3.0.4-SNAPSHOT + 3.0.5-SNAPSHOT OpenStack4j Parent OpenStack Java API http://github.com/ContainX/openstack4j/