Skip to content

Commit f9c8a6c

Browse files
committed
Update to build with v1.6.x versions of WorldGuard, WorldEdit, WGCustomFlags
1 parent 296b481 commit f9c8a6c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed
76.2 KB
Binary file not shown.

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,33 +60,33 @@
6060
<dependency>
6161
<groupId>org.dynmap</groupId>
6262
<artifactId>dynmap-api</artifactId>
63-
<version>1.7</version>
63+
<version>1.9</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.bukkit</groupId>
6767
<artifactId>bukkit</artifactId>
68-
<version>1.5.2-R0.1</version>
68+
<version>1.6.4-R2.0</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>com.sk89q</groupId>
7272
<artifactId>WorldGuard</artifactId>
73-
<version>5.7.3</version>
73+
<version>5.8</version>
7474
<scope>system</scope>
75-
<systemPath>${project.basedir}/worldguard-5.7.3.jar</systemPath>
75+
<systemPath>${project.basedir}/worldguard-5.8.jar</systemPath>
7676
</dependency>
7777
<dependency>
7878
<groupId>com.sk89q</groupId>
7979
<artifactId>WorldEdit</artifactId>
80-
<version>5.5.6</version>
80+
<version>5.5.8</version>
8181
<scope>system</scope>
82-
<systemPath>${project.basedir}/worldedit-5.5.6.jar</systemPath>
82+
<systemPath>${project.basedir}/worldedit-5.5.8.jar</systemPath>
8383
</dependency>
8484
<dependency>
8585
<groupId>com.sk89q</groupId>
8686
<artifactId>WGCustomFlags</artifactId>
87-
<version>1.5.2</version>
87+
<version>1.6</version>
8888
<scope>system</scope>
89-
<systemPath>${project.basedir}/WGCustomFlags-1.5.2.jar</systemPath>
89+
<systemPath>${project.basedir}/WGCustomFlags-1.6.jar</systemPath>
9090
</dependency>
9191
</dependencies>
9292
</project>
809 KB
Binary file not shown.
318 KB
Binary file not shown.

0 commit comments

Comments
 (0)