Skip to content

Commit

Permalink
[Refactor] Change maven repository locations to Sonatype Nexus.
Browse files Browse the repository at this point in the history
  • Loading branch information
MiracleM4n committed Oct 30, 2013
1 parent 25d2611 commit 8e08d60
Showing 1 changed file with 10 additions and 37 deletions.
47 changes: 10 additions & 37 deletions pom.xml
Expand Up @@ -43,29 +43,9 @@

<!-- Repository locations -->
<repositories>
<repository>
<id>bukkit-repo</id>
<url>http://repo.bukkit.org/content/groups/public</url>
<releases>
<updatePolicy>always</updatePolicy>
</releases>
<snapshots>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
<!--repository>
<id>kitteh-repo</id>
<url>http://repo.kitteh.org/content/groups/public</url>
<releases>
<updatePolicy>always</updatePolicy>
</releases>
<snapshots>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository-->
<repository>
<id>q0r-repo</id>
<url>http://repo.q0r.ca</url>
<url>http://nexus.q0r.ca/content/groups/public</url>
<releases>
<updatePolicy>always</updatePolicy>
</releases>
Expand Down Expand Up @@ -119,30 +99,30 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.anjocaido</groupId>
<artifactId>GroupManager</artifactId>
<version>1.9</version>
<groupId>org.bukkit</groupId>
<artifactId>bukkit-permissions</artifactId>
<version>0.1.0-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit-permissions</artifactId>
<version>0.1.0-SNAPSHOT</version>
<groupId>org.anjocaido</groupId>
<artifactId>GroupManager</artifactId>
<version>1.9</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>ru.tehkode.permissions</groupId>
<artifactId>bukkit</artifactId>
<groupId>ru.tehkode</groupId>
<artifactId>PermissionsEx</artifactId>
<version>1.18</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.bananaco</groupId>
<artifactId>bPermissions</artifactId>
<version>dev-SNAPSHOT</version>
<version>v2.12-DEV</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand All @@ -160,13 +140,6 @@
<type>jar</type>
<scope>compile</scope>
</dependency>
<!--dependency>
<groupId>org.spoutcraft</groupId>
<artifactId>spoutcraftplugin</artifactId>
<version>1.5.2-R1.0-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency-->
<dependency>
<groupId>net.milkbowl</groupId>
<artifactId>vault</artifactId>
Expand Down

0 comments on commit 8e08d60

Please sign in to comment.