Skip to content

Commit 4119d23

Browse files
committed
Update build to use WG 6.1 and WE 6.1
1 parent 1398869 commit 4119d23

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

pom.xml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,6 @@
3838
</build>
3939

4040
<repositories>
41-
<repository>
42-
<releases>
43-
</releases>
44-
<snapshots>
45-
</snapshots>
46-
<id>bukkit-repo</id>
47-
<url>http://repo.bukkit.org/content/repositories/releases/</url>
48-
</repository>
4941
<repository>
5042
<releases>
5143
</releases>
@@ -58,9 +50,9 @@
5850

5951
<dependencies>
6052
<dependency>
61-
<groupId>org.dynmap</groupId>
53+
<groupId>us.dynmap</groupId>
6254
<artifactId>dynmap-api</artifactId>
63-
<version>1.9</version>
55+
<version>2.2-SNAPSHOT</version>
6456
</dependency>
6557
<dependency>
6658
<groupId>org.bukkit</groupId>
@@ -70,16 +62,16 @@
7062
<dependency>
7163
<groupId>com.sk89q</groupId>
7264
<artifactId>WorldGuard</artifactId>
73-
<version>6.0.0-beta-03</version>
65+
<version>6.1</version>
7466
<scope>system</scope>
75-
<systemPath>${project.basedir}/worldguard-6.0.0-beta-03.jar</systemPath>
67+
<systemPath>${project.basedir}/worldguard-6.1.jar</systemPath>
7668
</dependency>
7769
<dependency>
7870
<groupId>com.sk89q</groupId>
7971
<artifactId>WorldEdit</artifactId>
80-
<version>6.0</version>
72+
<version>6.1</version>
8173
<scope>system</scope>
82-
<systemPath>${project.basedir}/worldedit-bukkit-6.0.jar</systemPath>
74+
<systemPath>${project.basedir}/worldedit-bukkit-6.1.jar</systemPath>
8375
</dependency>
8476
<dependency>
8577
<groupId>com.sk89q</groupId>
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)