Skip to content

Commit 6477a3c

Browse files
committed
fix maven plugin snapshot version
1 parent 5b6d12e commit 6477a3c

File tree

1 file changed

+1
-1
lines changed
  • modules/openapi-generator-maven-plugin/examples

1 file changed

+1
-1
lines changed

modules/openapi-generator-maven-plugin/examples/kotlin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<groupId>org.openapitools</groupId>
1616
<artifactId>openapi-generator-maven-plugin</artifactId>
1717
<!-- RELEASE_VERSION -->
18-
<version>4.3.0-SNAPSHOT</version>
18+
<version>5.0.0-SNAPSHOT</version>
1919
<!-- /RELEASE_VERSION -->
2020
<executions>
2121
<execution>

0 commit comments

Comments
 (0)