Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
b1fb09b753
15
pom.xml
15
pom.xml
|
@ -5,7 +5,7 @@
|
|||
|
||||
<groupId>me.map</groupId>
|
||||
<artifactId>example</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<version>0.0.2-SNAPSHOT</version>
|
||||
<url>http://maven.apache.org</url>
|
||||
|
||||
<properties>
|
||||
|
@ -16,16 +16,18 @@
|
|||
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spigot-repo</id>
|
||||
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
||||
</repository>
|
||||
|
||||
<repository>
|
||||
<id>recoreh-repo</id>
|
||||
<url>https://git.recorehosting.com/maven/snapshots/</url>
|
||||
</repository>
|
||||
|
||||
<repository>
|
||||
<id>spigot-repo</id>
|
||||
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
||||
</repository>
|
||||
|
||||
|
||||
</repositories>
|
||||
|
||||
<dependencies>
|
||||
|
@ -35,8 +37,9 @@
|
|||
<version>1.16.5-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>me.map</groupId>
|
||||
<groupId>me.map</groupId>
|
||||
<artifactId>ultimatekingdom</artifactId>
|
||||
<version>0.18.0-BETA-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
|
|
|
@ -2,5 +2,5 @@ name: Example
|
|||
version: 0.0.1
|
||||
author: MAP
|
||||
main: me.map.example.Example
|
||||
softdepend: []
|
||||
softdepend: [UltimateKingdom]
|
||||
depend: []
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
name: ModuleTest
|
||||
version: 0.0.0-DEV
|
||||
author: MAP
|
||||
main: me.map.moduletest.ModuleTest
|
||||
softdepend: []
|
||||
depend: []
|
|
@ -1,3 +0,0 @@
|
|||
/bouw/Example/src/main/java/me/map/example/ModuleTest.java
|
||||
/bouw/Example/src/main/java/me/map/example/ConnectionListener.java
|
||||
/bouw/Example/src/main/java/me/map/example/ConnectionListener2.java
|
Loading…
Reference in New Issue
Block a user