From 645454248f0274f41e5b3dbf88d964f0c9d6b1f9 Mon Sep 17 00:00:00 2001 From: Jeremy Unruh Date: Sun, 24 Feb 2019 01:49:56 -0600 Subject: [PATCH] release 3.2.0 --- 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 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/connectors/http-connector/pom.xml b/connectors/http-connector/pom.xml index 9a470addb..f75daa4fe 100644 --- a/connectors/http-connector/pom.xml +++ b/connectors/http-connector/pom.xml @@ -4,7 +4,7 @@ org.pacesys.openstack4j.connectors openstack4j-connectors - 3.1.1-SNAPSHOT + 3.2.0 OpenStack4j HttpURL Connector openstack4j-http-connector diff --git a/connectors/httpclient/pom.xml b/connectors/httpclient/pom.xml index 1a57041e0..efa9a3f14 100644 --- a/connectors/httpclient/pom.xml +++ b/connectors/httpclient/pom.xml @@ -2,7 +2,7 @@ org.pacesys.openstack4j.connectors openstack4j-connectors - 3.1.1-SNAPSHOT + 3.2.0 4.0.0 openstack4j-httpclient diff --git a/connectors/jersey2/pom.xml b/connectors/jersey2/pom.xml index b68e08b27..08758d229 100644 --- a/connectors/jersey2/pom.xml +++ b/connectors/jersey2/pom.xml @@ -2,7 +2,7 @@ org.pacesys.openstack4j.connectors openstack4j-connectors - 3.1.1-SNAPSHOT + 3.2.0 4.0.0 openstack4j-jersey2 diff --git a/connectors/okhttp/pom.xml b/connectors/okhttp/pom.xml index 381fc6b62..ee1cc2410 100644 --- a/connectors/okhttp/pom.xml +++ b/connectors/okhttp/pom.xml @@ -2,7 +2,7 @@ org.pacesys.openstack4j.connectors openstack4j-connectors - 3.1.1-SNAPSHOT + 3.2.0 4.0.0 openstack4j-okhttp diff --git a/connectors/pom.xml b/connectors/pom.xml index f89e8f23e..9a24c0e9d 100644 --- a/connectors/pom.xml +++ b/connectors/pom.xml @@ -2,7 +2,7 @@ org.pacesys openstack4j-parent - 3.1.1-SNAPSHOT + 3.2.0 4.0.0 org.pacesys.openstack4j.connectors diff --git a/connectors/resteasy/pom.xml b/connectors/resteasy/pom.xml index 7712b34b8..11d3de258 100644 --- a/connectors/resteasy/pom.xml +++ b/connectors/resteasy/pom.xml @@ -2,7 +2,7 @@ org.pacesys.openstack4j.connectors openstack4j-connectors - 3.1.1-SNAPSHOT + 3.2.0 4.0.0 openstack4j-resteasy diff --git a/core-integration-test/it-httpclient/pom.xml b/core-integration-test/it-httpclient/pom.xml index 61ab7d793..0178e3ffd 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.1.1-SNAPSHOT + 3.2.0 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 da81a596b..737ac74db 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.1.1-SNAPSHOT + 3.2.0 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 d42256e62..9b255711d 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.1.1-SNAPSHOT + 3.2.0 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 7539a5579..b712331d9 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.1.1-SNAPSHOT + 3.2.0 it-resteasy OpenStack4j IntegrationTest RestEasy Connector diff --git a/core-integration-test/pom.xml b/core-integration-test/pom.xml index 42d14b007..ef83af3f9 100644 --- a/core-integration-test/pom.xml +++ b/core-integration-test/pom.xml @@ -2,7 +2,7 @@ org.pacesys openstack4j-parent - 3.1.1-SNAPSHOT + 3.2.0 4.0.0 openstack4j-core-integration-test diff --git a/core-test/pom.xml b/core-test/pom.xml index 5a41ef16f..691a8bea2 100644 --- a/core-test/pom.xml +++ b/core-test/pom.xml @@ -2,7 +2,7 @@ org.pacesys openstack4j-parent - 3.1.1-SNAPSHOT + 3.2.0 4.0.0 openstack4j-core-test diff --git a/core/pom.xml b/core/pom.xml index 6fc6cc9dc..f157bc688 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -2,7 +2,7 @@ org.pacesys openstack4j-parent - 3.1.1-SNAPSHOT + 3.2.0 4.0.0 openstack4j-core diff --git a/distribution/pom.xml b/distribution/pom.xml index 390f04566..80b828d26 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -2,7 +2,7 @@ org.pacesys openstack4j-parent - 3.1.1-SNAPSHOT + 3.2.0 4.0.0 openstack4j diff --git a/pom.xml b/pom.xml index 735b5973f..eb3567483 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ 4.0.0 org.pacesys openstack4j-parent - 3.1.1-SNAPSHOT + 3.2.0 OpenStack4j Parent OpenStack Java API http://github.com/ContainX/openstack4j/