Skip to content

Commit f042087

Browse files
committed
Update pom to use new repository
1 parent d78e00f commit f042087

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

ProtocolLib/pom.xml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,23 @@
1717

1818
<distributionManagement>
1919
<repository>
20-
<id>shadowvolt-repo</id>
21-
<name>Shadowvolt Maven Repository</name>
22-
<url>http://ci.shadowvolt.com/plugin/repository/everything/</url>
20+
<id>dmulloy2-releases</id>
21+
<url>http://repo.dmulloy2.net/content/repositories/releases/</url>
2322
</repository>
23+
<snapshotRepository>
24+
<id>dmulloy2-snapshots</id>
25+
<url>http://repo.dmulloy2.net/content/repositories/snapshots/</url>
26+
</snapshotRepository>
2427
</distributionManagement>
2528

2629
<repositories>
2730
<repository>
28-
<id>md_5-repo</id>
29-
<url>http://repo.md-5.net/content/repositories/public/</url>
31+
<id>dmulloy2-repo</id>
32+
<url>http://repo.dmulloy2.net/content/groups/public/</url>
3033
</repository>
3134
<repository>
32-
<id>comphenix-releases</id>
33-
<url>http://repo.comphenix.net/content/repositories/releases/</url>
35+
<id>md_5-repo</id>
36+
<url>http://repo.md-5.net/content/repositories/public/</url>
3437
</repository>
3538
</repositories>
3639

@@ -225,7 +228,7 @@
225228
<dependency>
226229
<groupId>com.comphenix.executors</groupId>
227230
<artifactId>BukkitExecutors</artifactId>
228-
<version>1.0.0</version>
231+
<version>1.1-SNAPSHOT</version>
229232
<scope>compile</scope>
230233
</dependency>
231234
<dependency>

0 commit comments

Comments
 (0)