mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-03 01:10:37 +01:00
70 lines
2.2 KiB
Diff
70 lines
2.2 KiB
Diff
From 3f9b2f27b3535d47b22935dcec3b4c4a1a890298 Mon Sep 17 00:00:00 2001
|
|
From: md_5 <md_5@live.com.au>
|
|
Date: Wed, 30 Jan 2013 23:44:29 -0500
|
|
Subject: [PATCH] Spigot POM Changes.
|
|
|
|
|
|
diff --git a/pom.xml b/pom.xml
|
|
index d73d4bf..4985143 100644
|
|
--- a/pom.xml
|
|
+++ b/pom.xml
|
|
@@ -1,43 +1,23 @@
|
|
<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>
|
|
+
|
|
+ <parent>
|
|
+ <groupId>org.spigotmc</groupId>
|
|
+ <artifactId>spigot-parent</artifactId>
|
|
+ <version>dev-SNAPSHOT</version>
|
|
+ <relativePath>../pom.xml</relativePath>
|
|
+ </parent>
|
|
+
|
|
+ <groupId>org.spigotmc</groupId>
|
|
+ <artifactId>spigot-api</artifactId>
|
|
<version>1.5.2-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:git@github.com: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>
|
|
-
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
--
|
|
1.8.2.1
|
|
|