Commits
md_5 authored f972b368da8
1 - | From 2a48069ebcaac69995c9c64655cec6f6525a9d98 Mon Sep 17 00:00:00 2001 |
1 + | From 8c1bd2e4da1792ebc212a7a45a4992de669ff315 Mon Sep 17 00:00:00 2001 |
2 2 | From: md_5 <md_5@live.com.au> |
3 3 | Date: Sun, 2 Jun 2013 10:36:24 +1000 |
4 4 | Subject: [PATCH] POM Changes |
5 5 | |
6 6 | |
7 7 | diff --git a/pom.xml b/pom.xml |
8 - | index 28467cf..545cab1 100644 |
8 + | index 28467cf..fbe4371 100644 |
9 9 | --- a/pom.xml |
10 10 | +++ b/pom.xml |
11 - | |
12 - | <version>9</version> |
11 + | |
12 + | <modelVersion>4.0.0</modelVersion> |
13 + | |
14 + | <parent> |
15 + | - <groupId>org.sonatype.oss</groupId> |
16 + | - <artifactId>oss-parent</artifactId> |
17 + | - <version>9</version> |
18 + | + <groupId>org.spigotmc</groupId> |
19 + | + <artifactId>spigot-parent</artifactId> |
20 + | + <version>dev-SNAPSHOT</version> |
13 21 | </parent> |
14 22 | |
15 23 | - <groupId>org.bukkit</groupId> |
16 24 | - <artifactId>bukkit</artifactId> |
17 25 | + <groupId>org.spigotmc</groupId> |
18 26 | + <artifactId>spigot-api</artifactId> |
19 27 | <version>1.9.2-R0.1-SNAPSHOT</version> |
20 28 | <packaging>jar</packaging> |
21 29 | |
22 30 | - <name>Bukkit</name> |
23 31 | - <url>http://www.bukkit.org/</url> |
24 32 | - <description>A plugin API for Minecraft servers.</description> |
25 33 | + <name>Spigot-API</name> |
26 34 | + <url>http://www.spigotmc.org/</url> |
27 35 | + <description>An enhanced plugin API for Minecraft servers.</description> |
28 36 | |
29 37 | <properties> |
30 38 | <maven.compiler.source>1.6</maven.compiler.source> |
31 39 | -- |
32 - | 1.9.1 |
40 + | 2.7.4 |
33 41 | |