mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-02 16:49:09 +00:00
[CLEANUP] Set correct maven repository
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>git-parabot</id>
|
||||
<name>Parabot's Git based repo</name>
|
||||
<url>https://github.com/parabot/Maven-Repository/raw/master/</url>
|
||||
<id>parabot-maven</id>
|
||||
<name>Parabot its Maven Repository</name>
|
||||
<url>http://maven.parabot.org/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<dependency>
|
||||
<groupId>org.parabot</groupId>
|
||||
<artifactId>client</artifactId>
|
||||
<version>2.2.32</version>
|
||||
<version>2.6</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
@@ -49,22 +49,5 @@
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>deploy</directory>
|
||||
<filtering>true</filtering>
|
||||
<excludes>
|
||||
<exclude>deploy.bat</exclude>
|
||||
<exclude>package.bat</exclude>
|
||||
<exclude>clean.bat</exclude>
|
||||
</excludes>
|
||||
<!--<includes>-->
|
||||
<!--<include>deploy.bat</include>-->
|
||||
<!--<include>package.bat</include>-->
|
||||
<!--<include>clean.bat</include>-->
|
||||
<!--</includes>-->
|
||||
</resource>
|
||||
</resources>
|
||||
</build>
|
||||
</project>
|
||||
Reference in New Issue
Block a user