Skip to content

Commit 9cc6d21

Browse files
committed
Updated GitHub repository. Updated all dependencies. Fixed data saving issue. Usermap now saves on /clanadmin save. Added granular permissions to all /clan commands(true by default). Added new variable to messages.yml. Changed plugin version to 1.5.2. Changed API version to 1.5.2.
1 parent fb90e7b commit 9cc6d21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 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.5.1</version>
9+
<version>1.5.2</version>
1010
<packaging>jar</packaging>
1111

1212
<name>ClansLite-API</name>
@@ -26,7 +26,7 @@
2626
<plugin>
2727
<groupId>org.apache.maven.plugins</groupId>
2828
<artifactId>maven-compiler-plugin</artifactId>
29-
<version>3.12.1</version>
29+
<version>3.13.0</version>
3030
<configuration>
3131
<source>${java.version}</source>
3232
<target>${java.version}</target>
@@ -36,7 +36,7 @@
3636
<plugin>
3737
<groupId>org.apache.maven.plugins</groupId>
3838
<artifactId>maven-javadoc-plugin</artifactId>
39-
<version>3.6.3</version>
39+
<version>3.7.0</version>
4040
<configuration>
4141
<show>private</show>
4242
<nohelp>true</nohelp>

0 commit comments

Comments
 (0)