Skip to content

Commit 9d139f5

Browse files
committed
Update Maven to use 2006Scape Repo
1 parent dd30fb3 commit 9d139f5

File tree

1 file changed

+6
-27
lines changed

1 file changed

+6
-27
lines changed

pom.xml

+6-27
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<additionalparam>-Xdoclint:none</additionalparam>
1717
</properties>
1818

19-
<name>Parabot client</name>
20-
<description>The best open-source (Runescape Private Server) bot</description>
21-
<url>http://www.parabot.org/</url>
19+
<name>2006Scape's Parabot client</name>
20+
<description>Parabot Fork Specific To 2006Scape</description>
21+
<url>https://github.com/2006-Scape/Parabot</url>
2222

2323
<licenses>
2424
<license>
@@ -30,14 +30,9 @@
3030

3131
<repositories>
3232
<repository>
33-
<id>parabot-maven</id>
34-
<name>Parabot its Maven Repository</name>
35-
<url>http://maven.parabot.org/</url>
36-
</repository>
37-
<repository>
38-
<id>git-parabot</id>
39-
<name>Parabot's Git based repo</name>
40-
<url>https://github.com/parabot/Maven-Repository/raw/master/</url>
33+
<id>2006scape-maven</id>
34+
<name>2006Scape's Git based repo</name>
35+
<url>https://raw.github.com/2006-Scape/Maven/master</url>
4136
</repository>
4237
</repositories>
4338

@@ -180,22 +175,6 @@
180175
</extensions>
181176
</build>
182177

183-
<distributionManagement>
184-
<downloadUrl>https://maven.parabot.org/</downloadUrl>
185-
<repository>
186-
<uniqueVersion>false</uniqueVersion>
187-
<id>parabot-maven</id>
188-
<name>Custom Maven Repository</name>
189-
<url>ftp://maven.parabot.org/public_html</url>
190-
<layout>default</layout>
191-
</repository>
192-
<site>
193-
<id>parabot-maven</id>
194-
<name>Frontend Parabot Maven</name>
195-
<url>ftp://maven.parabot.org/public_html/docs/${project.artifactId}/</url>
196-
</site>
197-
</distributionManagement>
198-
199178
<reporting>
200179
<plugins>
201180
<plugin>

0 commit comments

Comments
 (0)