Skip to content

Commit 26d216b

Browse files
committed
Updated GitHub repository. Updated all dependencies. Added dedicated handler for Paper AsyncChatEvent. Fixed EssentialsXChat tag parsing. Added new 1.21.6 ServerVersion support. Added new 1.21.7 ServerVersion support. Changed plugin version to 1.6.1. Changed API version to 1.6.1.
1 parent 67dcdb3 commit 26d216b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>me.loving11ish</groupId>
88
<artifactId>ClansLite-API</artifactId>
9-
<version>1.6.0</version>
9+
<version>1.6.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>ClansLite-API</name>
@@ -39,7 +39,7 @@
3939
<plugin>
4040
<groupId>org.apache.maven.plugins</groupId>
4141
<artifactId>maven-compiler-plugin</artifactId>
42-
<version>3.13.0</version>
42+
<version>3.14.0</version>
4343
<configuration>
4444
<source>${java.version}</source>
4545
<target>${java.version}</target>
@@ -49,7 +49,7 @@
4949
<plugin>
5050
<groupId>org.apache.maven.plugins</groupId>
5151
<artifactId>maven-javadoc-plugin</artifactId>
52-
<version>3.7.0</version>
52+
<version>3.11.2</version>
5353
<configuration>
5454
<show>private</show>
5555
<nohelp>true</nohelp>
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>org.jetbrains</groupId>
9797
<artifactId>annotations</artifactId>
98-
<version>24.1.0</version>
98+
<version>26.0.2</version>
9999
<scope>provided</scope>
100100
</dependency>
101101

0 commit comments

Comments
 (0)