mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-29 11:42:55 +01:00
Add updated repos to pom.xml
This commit is contained in:
parent
28fcbec3b1
commit
1aa0847803
1 changed files with 6 additions and 6 deletions
12
pom.xml
12
pom.xml
|
@ -24,26 +24,26 @@
|
||||||
<repository>
|
<repository>
|
||||||
<id>repobo-rel</id>
|
<id>repobo-rel</id>
|
||||||
<name>repo.bukkit.org Releases</name>
|
<name>repo.bukkit.org Releases</name>
|
||||||
<url>http://repo.bukkit.org/content/repositories/libs-release-local</url>
|
<url>http://repo.bukkit.org/content/repositories/releases/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>repobo-snap</id>
|
<id>repobo-snap</id>
|
||||||
<name>repo.bukkit.org Snapshots</name>
|
<name>repo.bukkit.org Snapshots</name>
|
||||||
<url>http://repo.bukkit.org/content/repositories/libs-snapshot-local</url>
|
<url>http://repo.bukkit.org/content/repositories/snapshots/</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>bukkit-repo</id>
|
<id>repobo-snap</id>
|
||||||
<url>http://repo.bukkit.org/artifactory/repo</url>
|
<url>http://repo.bukkit.org/content/groups/public</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<pluginRepositories>
|
<pluginRepositories>
|
||||||
<pluginRepository>
|
<pluginRepository>
|
||||||
<id>bukkit-plugins</id>
|
<id>bukkit-plugins</id>
|
||||||
<url>http://repo.bukkit.org/artifactory/plugins-release</url>
|
<url>http://repo.bukkit.org/content/groups/public</url>
|
||||||
</pluginRepository>
|
</pluginRepository>
|
||||||
</pluginRepositories>
|
</pluginRepositories>
|
||||||
|
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bukkit</groupId>
|
<groupId>org.bukkit</groupId>
|
||||||
<artifactId>minecraft-server-release</artifactId>
|
<artifactId>minecraft-server</artifactId>
|
||||||
<version>1.1_01</version>
|
<version>1.1_01</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
|
|
Loading…
Reference in a new issue