diff options
Diffstat (limited to 'Bukkit-Patches/0001-POM-Changes.patch')
-rw-r--r-- | Bukkit-Patches/0001-POM-Changes.patch | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/Bukkit-Patches/0001-POM-Changes.patch b/Bukkit-Patches/0001-POM-Changes.patch new file mode 100644 index 0000000000..4bfc6bcc21 --- /dev/null +++ b/Bukkit-Patches/0001-POM-Changes.patch @@ -0,0 +1,66 @@ +From 6a6e208bf665c93f930be1631901330cc4957d33 Mon Sep 17 00:00:00 2001 +From: md_5 <[email protected]> +Date: Sun, 2 Jun 2013 10:36:24 +1000 +Subject: [PATCH] POM Changes + + +diff --git a/pom.xml b/pom.xml +index 4c5937a..2e5420b 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -1,42 +1,21 @@ + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> +- <groupId>org.bukkit</groupId> +- <artifactId>bukkit</artifactId> ++ <groupId>org.spigotmc</groupId> ++ <artifactId>spigot-api</artifactId> + <version>1.7.10-R0.1-SNAPSHOT</version> +- <name>Bukkit</name> +- <url>http://www.bukkit.org</url> ++ <name>Spigot-API</name> ++ <url>http://www.spigotmc.org</url> + + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + </properties> + +- <scm> +- <developerConnection>scm:git:[email protected]:Bukkit/Bukkit.git</developerConnection> +- <connection>scm:git:git://github.com/Bukkit/Bukkit.git</connection> +- <url>https://github.com/Bukkit/Bukkit/tree/master/</url> +- </scm> +- +- <ciManagement> +- <system>jenkins</system> +- <url>http://ci.bukkit.org</url> +- </ciManagement> +- +- <distributionManagement> +- <site> +- <id>jd.bukkit.org</id> +- <url>file:///home/javadocs/public_html/</url> +- </site> +- <repository> +- <id>repobo-rel</id> +- <name>repo.bukkit.org Releases</name> +- <url>http://repo.bukkit.org/content/repositories/releases/</url> +- </repository> +- <snapshotRepository> +- <id>repobo-snap</id> +- <name>repo.bukkit.org Snapshots</name> +- <url>http://repo.bukkit.org/content/repositories/snapshots/</url> +- </snapshotRepository> +- </distributionManagement> ++ <parent> ++ <groupId>org.spigotmc</groupId> ++ <artifactId>spigot-parent</artifactId> ++ <version>dev-SNAPSHOT</version> ++ <relativePath>../pom.xml</relativePath> ++ </parent> + + <build> + <plugins> +-- +1.9.1 + |