Skip to content

Commit 2bd23a9

Browse files
committed
Fixed version in remaining files
Signed-off-by: Helber Belmiro <[email protected]>
1 parent 08241ca commit 2bd23a9

File tree

55 files changed

+55
-55
lines changed

Some content is hidden

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

55 files changed

+55
-55
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:
22
current-version: 2.7.1-lts
3-
next-version: 3.0.0-SNAPSHOT
3+
next-version: 3.0.0-lts-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>3.0.0-SNAPSHOT</version>
7+
<version>3.0.0-lts-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>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0-lts-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>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0-lts-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>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0-lts-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>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0-lts-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

client/integration-tests/change-custom-template-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>3.0.0-SNAPSHOT</version>
7+
<version>3.0.0-lts-SNAPSHOT</version>
88
</parent>
99
<artifactId>quarkus-openapi-generator-it-change-custom-template-directory</artifactId>
1010
<name>Quarkus - Openapi Generator - Integration Tests - Client - Change custom template directory</name>

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>3.0.0-SNAPSHOT</version>
7+
<version>3.0.0-lts-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>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0-lts-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>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0-lts-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)