Skip to content

Commit 8e08d60

Browse files
committed
[Refactor] Change maven repository locations to Sonatype Nexus.
1 parent 25d2611 commit 8e08d60

1 file changed

Lines changed: 10 additions & 37 deletions

File tree

pom.xml

Lines changed: 10 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -43,29 +43,9 @@
4343

4444
<!-- Repository locations -->
4545
<repositories>
46-
<repository>
47-
<id>bukkit-repo</id>
48-
<url>http://repo.bukkit.org/content/groups/public</url>
49-
<releases>
50-
<updatePolicy>always</updatePolicy>
51-
</releases>
52-
<snapshots>
53-
<updatePolicy>always</updatePolicy>
54-
</snapshots>
55-
</repository>
56-
<!--repository>
57-
<id>kitteh-repo</id>
58-
<url>http://repo.kitteh.org/content/groups/public</url>
59-
<releases>
60-
<updatePolicy>always</updatePolicy>
61-
</releases>
62-
<snapshots>
63-
<updatePolicy>always</updatePolicy>
64-
</snapshots>
65-
</repository-->
6646
<repository>
6747
<id>q0r-repo</id>
68-
<url>http://repo.q0r.ca</url>
48+
<url>http://nexus.q0r.ca/content/groups/public</url>
6949
<releases>
7050
<updatePolicy>always</updatePolicy>
7151
</releases>
@@ -119,30 +99,30 @@
11999
<scope>compile</scope>
120100
</dependency>
121101
<dependency>
122-
<groupId>org.anjocaido</groupId>
123-
<artifactId>GroupManager</artifactId>
124-
<version>1.9</version>
102+
<groupId>org.bukkit</groupId>
103+
<artifactId>bukkit-permissions</artifactId>
104+
<version>0.1.0-SNAPSHOT</version>
125105
<type>jar</type>
126106
<scope>compile</scope>
127107
</dependency>
128108
<dependency>
129-
<groupId>org.bukkit</groupId>
130-
<artifactId>bukkit-permissions</artifactId>
131-
<version>0.1.0-SNAPSHOT</version>
109+
<groupId>org.anjocaido</groupId>
110+
<artifactId>GroupManager</artifactId>
111+
<version>1.9</version>
132112
<type>jar</type>
133113
<scope>compile</scope>
134114
</dependency>
135115
<dependency>
136-
<groupId>ru.tehkode.permissions</groupId>
137-
<artifactId>bukkit</artifactId>
116+
<groupId>ru.tehkode</groupId>
117+
<artifactId>PermissionsEx</artifactId>
138118
<version>1.18</version>
139119
<type>jar</type>
140120
<scope>compile</scope>
141121
</dependency>
142122
<dependency>
143123
<groupId>de.bananaco</groupId>
144124
<artifactId>bPermissions</artifactId>
145-
<version>dev-SNAPSHOT</version>
125+
<version>v2.12-DEV</version>
146126
<type>jar</type>
147127
<scope>compile</scope>
148128
</dependency>
@@ -160,13 +140,6 @@
160140
<type>jar</type>
161141
<scope>compile</scope>
162142
</dependency>
163-
<!--dependency>
164-
<groupId>org.spoutcraft</groupId>
165-
<artifactId>spoutcraftplugin</artifactId>
166-
<version>1.5.2-R1.0-SNAPSHOT</version>
167-
<type>jar</type>
168-
<scope>compile</scope>
169-
</dependency-->
170143
<dependency>
171144
<groupId>net.milkbowl</groupId>
172145
<artifactId>vault</artifactId>

0 commit comments

Comments
 (0)