Skip to content

Commit 9c50825

Browse files
authored
Merge pull request #998 from ricardozanini/fix-pom-snapshot
[2.4.x] Fix pom.xml versions to SNAPSHOT
2 parents ae6f369 + dd14e09 commit 9c50825

File tree

42 files changed

+55
-42
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+55
-42
lines changed

.github/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
release:
2-
current-version: 2.4.8
2+
current-version: 2.4.7
33
next-version: 2.4.999-SNAPSHOT

client/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.openapi.generator</groupId>
66
<artifactId>quarkus-openapi-generator-client-parent</artifactId>
7-
<version>2.4.7</version>
7+
<version>2.4.999-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>quarkus-openapi-generator-deployment</artifactId>

client/integration-tests/additional-properties/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
55
<groupId>io.quarkiverse.openapi.generator</groupId>
6-
<version>2.4.7</version>
6+
<version>2.4.999-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

client/integration-tests/array-enum/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
55
<groupId>io.quarkiverse.openapi.generator</groupId>
6-
<version>2.4.7</version>
6+
<version>2.4.999-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

client/integration-tests/bean-validation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
55
<groupId>io.quarkiverse.openapi.generator</groupId>
6-
<version>2.4.7</version>
6+
<version>2.4.999-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

client/integration-tests/beanparam/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
55
<groupId>io.quarkiverse.openapi.generator</groupId>
6-
<version>2.4.7</version>
6+
<version>2.4.999-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

client/integration-tests/change-directory/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
66
<groupId>io.quarkiverse.openapi.generator</groupId>
7-
<version>2.4.7</version>
7+
<version>2.4.999-SNAPSHOT</version>
88
</parent>
99
<artifactId>quarkus-openapi-generator-it-change-directory</artifactId>
1010
<name>Quarkus - Openapi Generator - Integration Tests - Client - Change directory</name>

client/integration-tests/circuit-breaker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
55
<groupId>io.quarkiverse.openapi.generator</groupId>
6-
<version>2.4.7</version>
6+
<version>2.4.999-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

client/integration-tests/config-key/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
55
<groupId>io.quarkiverse.openapi.generator</groupId>
6-
<version>2.4.7</version>
6+
<version>2.4.999-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

client/integration-tests/cookie-authentication/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
55
<groupId>io.quarkiverse.openapi.generator</groupId>
6-
<version>2.4.7</version>
6+
<version>2.4.999-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)