Skip to content

Commit 03a3a12

Browse files
committed
Change version
1 parent 0a00e3f commit 03a3a12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.simplelocalize</groupId>
66
<artifactId>simplelocalize-cli</artifactId>
7-
<version>2.6.0</version>
7+
<version>2.6.0-beta</version>
88
<packaging>jar</packaging>
99
<name>simplelocalize-cli</name>
1010
<description>Official SimpleLocalize Command Line Interface</description>
@@ -19,6 +19,7 @@
1919
<junit5.version>5.9.2</junit5.version>
2020
<picocli.version>4.7.5</picocli.version>
2121
<jackson.version>2.14.2</jackson.version>
22+
<lombok.version>1.18.30</lombok.version>
2223

2324
<!-- maven -->
2425
<maven.compiler.target>${jdk.version}</maven.compiler.target>
@@ -30,7 +31,6 @@
3031
<native-maven-plugin.version>0.9.22</native-maven-plugin.version>
3132
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
3233
<maven-failsafe-plugin.version>2.22.2</maven-failsafe-plugin.version>
33-
<lombok.version>1.18.30</lombok.version>
3434
<graalvm.quickBuild>false</graalvm.quickBuild>
3535

3636
<!-- jacoco -->

0 commit comments

Comments
 (0)