Skip to content

Commit 559bb23

Browse files
committed
update compiler and v1.0.0-beta6
1 parent d7ab00c commit 559bb23

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
@@ -6,7 +6,7 @@
66

77
<groupId>gg.quartzdev</groupId>
88
<artifactId>qlib-paper</artifactId>
9-
<version>1.0.0-beta5</version>
9+
<version>1.0.0-beta6</version>
1010
<packaging>jar</packaging>
1111

1212
<name>qlib-paper</name>
@@ -21,7 +21,7 @@
2121
<plugin>
2222
<groupId>org.apache.maven.plugins</groupId>
2323
<artifactId>maven-compiler-plugin</artifactId>
24-
<version>3.8.1</version>
24+
<version>3.13.0</version>
2525
<configuration>
2626
<source>${java.version}</source>
2727
<target>${java.version}</target>

0 commit comments

Comments
 (0)