Skip to content

Commit

Permalink
[maven-release-plugin] prepare release javalin-parent-5.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tipsy committed May 8, 2024
1 parent cf186e3 commit b8ede14
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion javalin-bundle/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>javalin-parent</artifactId>
<groupId>io.javalin</groupId>
<version>5.6.5-SNAPSHOT</version>
<version>5.6.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion javalin-micrometer/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>javalin-parent</artifactId>
<groupId>io.javalin</groupId>
<version>5.6.5-SNAPSHOT</version>
<version>5.6.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion javalin-testtools/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>javalin-parent</artifactId>
<groupId>io.javalin</groupId>
<version>5.6.5-SNAPSHOT</version>
<version>5.6.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion javalin/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>javalin-parent</artifactId>
<groupId>io.javalin</groupId>
<version>5.6.5-SNAPSHOT</version>
<version>5.6.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -10,7 +10,7 @@

<groupId>io.javalin</groupId>
<artifactId>javalin-parent</artifactId>
<version>5.6.5-SNAPSHOT</version>
<version>5.6.5</version>

<name>Javalin (parent)</name>
<description>Javalin: Simple REST APIs for Java and Kotlin</description>
Expand All @@ -27,7 +27,7 @@
<connection>scm:git:git@github.com:javalin/javalin.git</connection>
<developerConnection>scm:git:git@github.com:javalin/javalin.git</developerConnection>
<url>https://github.com/javalin/javalin.git</url>
<tag>HEAD</tag>
<tag>javalin-parent-5.6.5</tag>
</scm>
<developers>
<developer>
Expand Down

0 comments on commit b8ede14

Please sign in to comment.