Skip to content

Commit 8ad4a59

Browse files
committed
Update to 1.5-SNAPSHOT, also build against latest craftbukkit 1.6.1.
1 parent 0ecaeee commit 8ad4a59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>syam.motdmanager</groupId>
44
<artifactId>MotdManager</artifactId>
5-
<version>1.41</version>
5+
<version>1.5-SNAPSHOT</version>
66
<name>MotdManager</name>
77
<description>CraftBukkit MotdManager Plugin</description>
88

@@ -44,7 +44,7 @@
4444
<!-- CI -->
4545
<ciManagement>
4646
<system>jenkins</system>
47-
<url>http://ci.sakura-server.net:8080/</url>
47+
<url>http://ci.sakura-server.net/</url>
4848
</ciManagement>
4949

5050
<!-- Build -->
@@ -175,7 +175,7 @@
175175
<dependency>
176176
<groupId>org.bukkit</groupId>
177177
<artifactId>bukkit</artifactId>
178-
<version>1.5.2-R0.1-SNAPSHOT</version>
178+
<version>1.6.1-R0.1-SNAPSHOT</version>
179179
<scope>compile</scope>
180180
</dependency>
181181
</dependencies>

0 commit comments

Comments
 (0)