Skip to content

Commit c4a3031

Browse files
committed
MC-25873: Add missing imports & clean pom.xml
1 parent 6f83017 commit c4a3031

File tree

17 files changed

+19
-15
lines changed

17 files changed

+19
-15
lines changed

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>com.github.openstack4j.core.connectors</groupId>
66
<artifactId>openstack4j-connectors</artifactId>
7-
<version>3.13-SNAPSHOT</version>
7+
<version>3.12</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>com.github.openstack4j.core.connectors</groupId>
44
<artifactId>openstack4j-connectors</artifactId>
5-
<version>3.13-SNAPSHOT</version>
5+
<version>3.12</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>com.github.openstack4j.core.connectors</groupId>
44
<artifactId>openstack4j-connectors</artifactId>
5-
<version>3.13-SNAPSHOT</version>
5+
<version>3.12</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>com.github.openstack4j.core.connectors</groupId>
44
<artifactId>openstack4j-connectors</artifactId>
5-
<version>3.13-SNAPSHOT</version>
5+
<version>3.12</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>com.github.openstack4j.core</groupId>
44
<artifactId>openstack4j-parent</artifactId>
5-
<version>3.13-SNAPSHOT</version>
5+
<version>3.12</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>com.github.openstack4j.core.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>com.github.openstack4j.core.connectors</groupId>
44
<artifactId>openstack4j-connectors</artifactId>
5-
<version>3.13-SNAPSHOT</version>
5+
<version>3.12</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
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.openstack4j.core</groupId>
55
<artifactId>openstack4j-core-integration-test</artifactId>
6-
<version>3.13-SNAPSHOT</version>
6+
<version>3.12</version>
77
</parent>
88
<artifactId>it-httpclient</artifactId>
99
<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
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.openstack4j.core</groupId>
55
<artifactId>openstack4j-core-integration-test</artifactId>
6-
<version>3.13-SNAPSHOT</version>
6+
<version>3.12</version>
77
</parent>
88
<artifactId>it-jersey2</artifactId>
99
<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
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.openstack4j.core</groupId>
55
<artifactId>openstack4j-core-integration-test</artifactId>
6-
<version>3.13-SNAPSHOT</version>
6+
<version>3.12</version>
77
</parent>
88
<artifactId>it-okhttp</artifactId>
99
<name>OpenStack4j IntegrationTest OKHttp Connector</name>

core-integration-test/it-resteasy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.openstack4j.core</groupId>
55
<artifactId>openstack4j-core-integration-test</artifactId>
6-
<version>3.13-SNAPSHOT</version>
6+
<version>3.12</version>
77
</parent>
88
<artifactId>it-resteasy</artifactId>
99
<name>OpenStack4j IntegrationTest RestEasy Connector</name>

0 commit comments

Comments
 (0)