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 d7ab00c commit 559bb23Copy full SHA for 559bb23
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>gg.quartzdev</groupId>
8
<artifactId>qlib-paper</artifactId>
9
- <version>1.0.0-beta5</version>
+ <version>1.0.0-beta6</version>
10
<packaging>jar</packaging>
11
12
<name>qlib-paper</name>
@@ -21,7 +21,7 @@
21
<plugin>
22
<groupId>org.apache.maven.plugins</groupId>
23
<artifactId>maven-compiler-plugin</artifactId>
24
- <version>3.8.1</version>
+ <version>3.13.0</version>
25
<configuration>
26
<source>${java.version}</source>
27
<target>${java.version}</target>
0 commit comments