Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
inponomarev committed Nov 4, 2023
1 parent 6f22269 commit 1bab021
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Generates client and server side Java/Kotlin code based on OpenAPI spec, using [
<plugin>
<groupId>ru.curs</groupId>
<artifactId>hurdy-gurdy</artifactId>
<version>1.14</version>
<version>1.31</version>
<configuration>
<!--Root package for generated code-->
<rootPackage>com.example.project</rootPackage>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ru.curs</groupId>
<artifactId>hurdy-gurdy</artifactId>
<version>1.30</version>
<version>1.31</version>
<packaging>maven-plugin</packaging>

<name>OpenAPI codegen Maven Plugin</name>
Expand Down

0 comments on commit 1bab021

Please sign in to comment.