2013-01-17 23:27:26 +01:00
|
|
|
From 4add005c6ae11c94de77e63e610e476da60a5ca8 Mon Sep 17 00:00:00 2001
|
2013-01-15 02:18:40 +01:00
|
|
|
From: md_5 <md_5@bigpond.com>
|
|
|
|
Date: Tue, 15 Jan 2013 11:48:54 +1100
|
2013-01-16 01:32:20 +01:00
|
|
|
Subject: [PATCH 14/15] Update pom with Spigot specific info.
|
2013-01-15 02:18:40 +01:00
|
|
|
|
|
|
|
---
|
|
|
|
pom.xml | 34 ++++------------------------------
|
|
|
|
1 file changed, 4 insertions(+), 30 deletions(-)
|
|
|
|
|
|
|
|
diff --git a/pom.xml b/pom.xml
|
2013-01-17 23:27:26 +01:00
|
|
|
index a09a7c4..e08f4fd 100644
|
2013-01-15 02:18:40 +01:00
|
|
|
--- a/pom.xml
|
|
|
|
+++ b/pom.xml
|
|
|
|
@@ -1,12 +1,12 @@
|
|
|
|
<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>craftbukkit</artifactId>
|
|
|
|
+ <groupId>org.spigotmc</groupId>
|
|
|
|
+ <artifactId>spigot</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
2013-01-17 23:27:26 +01:00
|
|
|
<version>1.4.7-R0.2-SNAPSHOT</version>
|
2013-01-15 02:18:40 +01:00
|
|
|
- <name>CraftBukkit</name>
|
|
|
|
- <url>http://www.bukkit.org</url>
|
|
|
|
+ <name>Spigot</name>
|
|
|
|
+ <url>http://www.spigotmc.org</url>
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
@@ -16,25 +16,6 @@
|
2013-01-17 23:27:26 +01:00
|
|
|
<minecraft_version>1_4_R1</minecraft_version>
|
2013-01-15 02:18:40 +01:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
- <scm>
|
|
|
|
- <connection>scm:git:git://github.com/Bukkit/CraftBukkit.git</connection>
|
|
|
|
- <developerConnection>scm:git:ssh://git@github.com/Bukkit/CraftBukkit.git</developerConnection>
|
|
|
|
- <url>https://github.com/Bukkit/CraftBukkit</url>
|
|
|
|
- </scm>
|
|
|
|
-
|
|
|
|
- <distributionManagement>
|
|
|
|
- <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>
|
|
|
|
-
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>repobo-snap</id>
|
|
|
|
@@ -42,13 +23,6 @@
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
- <pluginRepositories>
|
|
|
|
- <pluginRepository>
|
|
|
|
- <id>bukkit-plugins</id>
|
|
|
|
- <url>http://repo.bukkit.org/content/groups/public</url>
|
|
|
|
- </pluginRepository>
|
|
|
|
- </pluginRepositories>
|
|
|
|
-
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc</groupId>
|
|
|
|
--
|
|
|
|
1.8.1-rc2
|
|
|
|
|