Skip to content

Commit c58764d

Browse files
committed
MC-30930: Updated version to avoid conflicts
1 parent ce3fd12 commit c58764d

17 files changed

Lines changed: 17 additions & 18 deletions

File tree

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>co-3.12.3</version>
7+
<version>co-3.12.4</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>co-3.12.3</version>
5+
<version>co-3.12.4</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-httpclient</artifactId>

connectors/jersey2-jakarta/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>co-3.12.3</version>
5+
<version>co-3.12.4</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-jersey2-jakarta</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>co-3.12.3</version>
5+
<version>co-3.12.4</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>co-3.12.3</version>
5+
<version>co-3.12.4</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>co-3.12.3</version>
5+
<version>co-3.12.4</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>co-3.12.3</version>
5+
<version>co-3.12.4</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>co-3.12.3</version>
6+
<version>co-3.12.4</version>
77
</parent>
88
<artifactId>it-httpclient</artifactId>
99
<name>OpenStack4j IntegrationTest Apache HttpClient</name>

core-integration-test/it-jersey2-jakarta/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>co-3.12.3</version>
6+
<version>co-3.12.4</version>
77
</parent>
88
<artifactId>it-jersey2-jakarta</artifactId>
99
<name>OpenStack4j IntegrationTest Jersey2 Jakarta Connector</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>co-3.12.3</version>
6+
<version>co-3.12.4</version>
77
</parent>
88
<artifactId>it-jersey2</artifactId>
99
<name>OpenStack4j IntegrationTest Jersey2 Connector</name>

0 commit comments

Comments
 (0)