mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-05 02:10:30 +01:00
c7f1eed0bf
3beb7729816 a77ed5758a7 52c130fc6d9
41 lines
1.2 KiB
Diff
41 lines
1.2 KiB
Diff
From e6075fce1256fa944083c6cde3b1e47fac360979 Mon Sep 17 00:00:00 2001
|
|
From: md_5 <md_5@live.com.au>
|
|
Date: Sun, 2 Jun 2013 10:36:24 +1000
|
|
Subject: [PATCH] POM Changes
|
|
|
|
|
|
diff --git a/pom.xml b/pom.xml
|
|
index f1efef0..7073202 100644
|
|
--- a/pom.xml
|
|
+++ b/pom.xml
|
|
@@ -1,15 +1,22 @@
|
|
<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.8-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>
|
|
|
|
+ <repositories>
|
|
+ <repository>
|
|
+ <id>sonatype-snapshots</id>
|
|
+ <url>https://oss.sonatype.org/content/repositories/public</url>
|
|
+ </repository>
|
|
+ </repositories>
|
|
+
|
|
<distributionManagement>
|
|
<repository>
|
|
<id>spigotmc-releases</id>
|
|
--
|
|
2.1.0
|
|
|