Skip to content

Commit 30c6d66

Browse files
Add -lts suffix to versions
1 parent 22c6a1f commit 30c6d66

File tree

2 files changed

+2
-2
lines changed
  • client/integration-tests

2 files changed

+2
-2
lines changed

client/integration-tests/mutiny-return-rest-response/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/return-rest-response/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)