Skip to content

Commit

Permalink
GH-101 Release 5.1.4-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Nov 17, 2022
1 parent 5504e32 commit 60f6052
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.1.5-SNAPSHOT"
version = "5.1.4-1"

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 @@ -85,7 +85,7 @@
<annotationProcessorPath>
<groupId>io.javalin-rfc</groupId>
<artifactId>openapi-annotation-processor</artifactId>
<version>5.1.4</version>
<version>5.1.4-1</version>
</annotationProcessorPath>
</annotationProcessorPaths>
</configuration>
Expand Down

0 comments on commit 60f6052

Please sign in to comment.