We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ecaeee commit 8ad4a59Copy full SHA for 8ad4a59
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>syam.motdmanager</groupId>
4
<artifactId>MotdManager</artifactId>
5
- <version>1.41</version>
+ <version>1.5-SNAPSHOT</version>
6
<name>MotdManager</name>
7
<description>CraftBukkit MotdManager Plugin</description>
8
@@ -44,7 +44,7 @@
44
<!-- CI -->
45
<ciManagement>
46
<system>jenkins</system>
47
- <url>http://ci.sakura-server.net:8080/</url>
+ <url>http://ci.sakura-server.net/</url>
48
</ciManagement>
49
50
<!-- Build -->
@@ -175,7 +175,7 @@
175
<dependency>
176
<groupId>org.bukkit</groupId>
177
<artifactId>bukkit</artifactId>
178
- <version>1.5.2-R0.1-SNAPSHOT</version>
+ <version>1.6.1-R0.1-SNAPSHOT</version>
179
<scope>compile</scope>
180
</dependency>
181
</dependencies>
0 commit comments