Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Commit 438c51b

Browse files
committed
Update to 1.12 spigot
1 parent 3af6e36 commit 438c51b

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

CONTRIBUTING.md

-1
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Citadel
22

3-
Original Citadel Jenkins Build Server can be found here: http://build.civcraft.co/job/Citadel-master/
3+
Citadel Jenkins Build Server can be found here: https://build.devotedmc.com/job/Citadel-master/
44

55
Basic new player tutorial: https://www.reddit.com/r/Devoted/wiki/plugins/citadel
66

pom.xml

+11-11
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<groupId>vg.civcraft.mc.citadel</groupId>
66
<artifactId>Citadel</artifactId>
77
<packaging>jar</packaging>
8-
<version>3.8.04</version>
8+
<version>3.9.0</version>
99
<name>Citadel</name>
10-
<url>https://github.com/Civcraft/Citadel</url>
10+
<url>https://github.com/Devoted/Citadel</url>
1111

1212
<build>
1313
<pluginManagement>
@@ -41,20 +41,20 @@
4141
<dependency>
4242
<groupId>org.spigotmc</groupId>
4343
<artifactId>spigot-api</artifactId>
44-
<version>1.11-R0.1-SNAPSHOT</version>
44+
<version>1.12-pre6-SNAPSHOT</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>vg.civcraft.mc.civmodcore</groupId>
4848
<artifactId>CivModCore</artifactId>
49-
<version>1.5.11</version>
49+
<version>1.6.0</version>
5050
<scope>provided</scope>
5151
</dependency>
5252
<dependency>
53-
<groupId>vg.civcraft.mc.namelayer</groupId>
54-
<artifactId>NameLayer</artifactId>
55-
<version>2.10.0</version>
56-
<scope>provided</scope>
57-
</dependency>
53+
<groupId>vg.civcraft.mc.namelayer</groupId>
54+
<artifactId>NameLayer</artifactId>
55+
<version>2.11.0</version>
56+
<scope>provided</scope>
57+
</dependency>
5858
<dependency>
5959
<groupId>vg.civcraft.mc.bettershards</groupId>
6060
<artifactId>BetterShardsBukkit</artifactId>
@@ -64,14 +64,14 @@
6464
<dependency>
6565
<groupId>vg.civcraft.mc.mercury</groupId>
6666
<artifactId>Mercury</artifactId>
67-
<version>1.2.0</version>
67+
<version>1.2.19</version>
6868
<scope>provided</scope>
6969
</dependency>
7070
</dependencies>
7171

7272
<repositories>
7373
<repository>
74-
<id>civcraft-repo</id>
74+
<id>devoted-repo</id>
7575
<url>https://build.devotedmc.com/plugin/repository/everything/</url>
7676
</repository>
7777
<repository>

0 commit comments

Comments
 (0)