Skip to content

Commit

Permalink
Release 5.6.2-2
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Aug 31, 2023
1 parent 70e0eed commit 4b8188a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ allprojects {
apply(plugin = "maven-publish")

group = "io.javalin.community.openapi"
version = "5.6.2-1"
version = "5.6.2-2"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion examples/javalin-maven-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<javalin.version>5.6.2</javalin.version>
<javalin.openapi.version>5.6.2-1</javalin.openapi.version>
<javalin.openapi.version>5.6.2-2</javalin.openapi.version>
</properties>

<repositories>
Expand Down

0 comments on commit 4b8188a

Please sign in to comment.