File tree Expand file tree Collapse file tree 3 files changed +6
-14
lines changed Expand file tree Collapse file tree 3 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 38
38
</build >
39
39
40
40
<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 >
49
41
<repository >
50
42
<releases >
51
43
</releases >
58
50
59
51
<dependencies >
60
52
<dependency >
61
- <groupId >org .dynmap</groupId >
53
+ <groupId >us .dynmap</groupId >
62
54
<artifactId >dynmap-api</artifactId >
63
- <version >1.9 </version >
55
+ <version >2.2-SNAPSHOT </version >
64
56
</dependency >
65
57
<dependency >
66
58
<groupId >org.bukkit</groupId >
70
62
<dependency >
71
63
<groupId >com.sk89q</groupId >
72
64
<artifactId >WorldGuard</artifactId >
73
- <version >6.0.0-beta-03 </version >
65
+ <version >6.1 </version >
74
66
<scope >system</scope >
75
- <systemPath >${project.basedir} /worldguard-6.0.0-beta-03 .jar</systemPath >
67
+ <systemPath >${project.basedir} /worldguard-6.1 .jar</systemPath >
76
68
</dependency >
77
69
<dependency >
78
70
<groupId >com.sk89q</groupId >
79
71
<artifactId >WorldEdit</artifactId >
80
- <version >6.0 </version >
72
+ <version >6.1 </version >
81
73
<scope >system</scope >
82
- <systemPath >${project.basedir} /worldedit-bukkit-6.0 .jar</systemPath >
74
+ <systemPath >${project.basedir} /worldedit-bukkit-6.1 .jar</systemPath >
83
75
</dependency >
84
76
<dependency >
85
77
<groupId >com.sk89q</groupId >
You can’t perform that action at this time.
0 commit comments