mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-03 00:38:00 +00:00
[CLEANUP] Set correct maven repository
This commit is contained in:
@@ -22,9 +22,9 @@
|
|||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>git-parabot</id>
|
<id>parabot-maven</id>
|
||||||
<name>Parabot's Git based repo</name>
|
<name>Parabot its Maven Repository</name>
|
||||||
<url>https://github.com/parabot/Maven-Repository/raw/master/</url>
|
<url>http://maven.parabot.org/</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.parabot</groupId>
|
<groupId>org.parabot</groupId>
|
||||||
<artifactId>client</artifactId>
|
<artifactId>client</artifactId>
|
||||||
<version>2.2.32</version>
|
<version>2.6</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
@@ -49,22 +49,5 @@
|
|||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</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>
|
</build>
|
||||||
</project>
|
</project>
|
||||||
Reference in New Issue
Block a user