mirror of
https://github.com/ME1312/SubServers-2.git
synced 2024-11-25 03:35:26 +01:00
Correct dependency versions
This commit is contained in:
parent
99910b2249
commit
03505996a7
7
.gitignore
vendored
7
.gitignore
vendored
@ -28,13 +28,6 @@ bld/
|
||||
[Oo]bj/
|
||||
[Ll]og/
|
||||
|
||||
## Maven
|
||||
/SubServers.Bungee/target/
|
||||
/SubServers.Client/Bukkit/target/
|
||||
/SubServers.Console/target/
|
||||
/SubServers.Host/target/
|
||||
/SubServers.Sync/target/
|
||||
|
||||
# IntelliJ
|
||||
/out/
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -28,7 +28,7 @@
|
||||
<dependency>
|
||||
<groupId>org.json</groupId>
|
||||
<artifactId>json</artifactId>
|
||||
<version>LATEST</version>
|
||||
<version>20180130</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@ -46,6 +46,7 @@
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<directory>../out/compile/target/SubServers.Bungee</directory>
|
||||
<sourceDirectory>src</sourceDirectory>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
Binary file not shown.
@ -28,7 +28,7 @@
|
||||
<dependency>
|
||||
<groupId>org.json</groupId>
|
||||
<artifactId>json</artifactId>
|
||||
<version>LATEST</version>
|
||||
<version>20180130</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@ -52,6 +52,7 @@
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<directory>../../out/compile/target/SubServers.Client.Bukkit</directory>
|
||||
<sourceDirectory>src</sourceDirectory>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
Binary file not shown.
@ -32,6 +32,7 @@
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<directory>../out/compile/target/SubServers.Console</directory>
|
||||
<sourceDirectory>src</sourceDirectory>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
@ -25,18 +25,19 @@
|
||||
<dependency>
|
||||
<groupId>org.yaml</groupId>
|
||||
<artifactId>snakeyaml</artifactId>
|
||||
<version>LATEST</version>
|
||||
<version>1.20</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.json</groupId>
|
||||
<artifactId>json</artifactId>
|
||||
<version>LATEST</version>
|
||||
<version>20180130</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<directory>../out/compile/target/SubServers.Host</directory>
|
||||
<sourceDirectory>src</sourceDirectory>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
Binary file not shown.
@ -28,7 +28,7 @@
|
||||
<dependency>
|
||||
<groupId>org.json</groupId>
|
||||
<artifactId>json</artifactId>
|
||||
<version>LATEST</version>
|
||||
<version>20180130</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@ -46,6 +46,7 @@
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<directory>../out/compile/target/SubServers.Sync</directory>
|
||||
<sourceDirectory>src</sourceDirectory>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user