Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
b1fb09b753
13
pom.xml
13
pom.xml
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
<groupId>me.map</groupId>
|
<groupId>me.map</groupId>
|
||||||
<artifactId>example</artifactId>
|
<artifactId>example</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.2-SNAPSHOT</version>
|
||||||
<url>http://maven.apache.org</url>
|
<url>http://maven.apache.org</url>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -16,16 +16,18 @@
|
||||||
|
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
|
||||||
<id>spigot-repo</id>
|
|
||||||
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
|
||||||
</repository>
|
|
||||||
|
|
||||||
<repository>
|
<repository>
|
||||||
<id>recoreh-repo</id>
|
<id>recoreh-repo</id>
|
||||||
<url>https://git.recorehosting.com/maven/snapshots/</url>
|
<url>https://git.recorehosting.com/maven/snapshots/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<id>spigot-repo</id>
|
||||||
|
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
||||||
|
</repository>
|
||||||
|
|
||||||
|
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@ -35,6 +37,7 @@
|
||||||
<version>1.16.5-R0.1-SNAPSHOT</version>
|
<version>1.16.5-R0.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>me.map</groupId>
|
<groupId>me.map</groupId>
|
||||||
<artifactId>ultimatekingdom</artifactId>
|
<artifactId>ultimatekingdom</artifactId>
|
||||||
|
|
|
@ -2,5 +2,5 @@ name: Example
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
author: MAP
|
author: MAP
|
||||||
main: me.map.example.Example
|
main: me.map.example.Example
|
||||||
softdepend: []
|
softdepend: [UltimateKingdom]
|
||||||
depend: []
|
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