We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f896a0 commit edc2736Copy full SHA for edc2736
pom.xml
@@ -6,7 +6,7 @@
6
<parent>
7
<groupId>io.javalin</groupId>
8
<artifactId>javalin-parent</artifactId>
9
- <version>6.0.0-SNAPSHOT</version>
+ <version>6.0.0</version>
10
</parent>
11
12
<artifactId>javalin-rendering</artifactId>
@@ -40,7 +40,7 @@
40
</issueManagement>
41
42
<properties>
43
- <javalin.version>6.0.0-SNAPSHOT</javalin.version>
+ <javalin.version>6.0.0</javalin.version>
44
<jte.version>3.0.2</jte.version>
45
<copy-build-resources.skip>false</copy-build-resources.skip>
46
<assertj.version>3.23.1</assertj.version>
0 commit comments