mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-30 10:47:33 +02:00
Change to lenis repository
This commit is contained in:
@ -16,6 +16,13 @@
|
|||||||
<name>FastLoginBukkit</name>
|
<name>FastLoginBukkit</name>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
|
<!--LoginSecurity-->
|
||||||
|
<repository>
|
||||||
|
<id>lenis0012-repo</id>
|
||||||
|
<url>http://ci.lenis0012.com/plugin/repository/everything/</url>
|
||||||
|
</repository>
|
||||||
|
|
||||||
|
|
||||||
<!--Bukkit-Server-API -->
|
<!--Bukkit-Server-API -->
|
||||||
<repository>
|
<repository>
|
||||||
<id>spigot-repo</id>
|
<id>spigot-repo</id>
|
||||||
@ -64,7 +71,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.spigotmc</groupId>
|
<groupId>org.spigotmc</groupId>
|
||||||
<artifactId>spigot-api</artifactId>
|
<artifactId>spigot-api</artifactId>
|
||||||
<version>1.9-R0.1-SNAPSHOT</version>
|
<version>1.10-R0.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
@ -100,7 +107,7 @@
|
|||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<!--Oringal owner is lenis, but maven always uses the newest version-->
|
<!--Oringal owner is lenis, but maven always uses the newest version-->
|
||||||
<groupId>com.github.games647</groupId>
|
<groupId>com.github.lenis0012</groupId>
|
||||||
<artifactId>LoginSecurity-2</artifactId>
|
<artifactId>LoginSecurity-2</artifactId>
|
||||||
<!--Old version 2.0 -->
|
<!--Old version 2.0 -->
|
||||||
<version>-9c09e73b7f-1</version>
|
<version>-9c09e73b7f-1</version>
|
||||||
@ -113,10 +120,9 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.lenis0012</groupId>
|
<groupId>com.lenis0012.bukkit</groupId>
|
||||||
<artifactId>LoginSecurity-2</artifactId>
|
<artifactId>loginsecurity</artifactId>
|
||||||
<!--New version 2.1-->
|
<version>2.1.3-SNAPSHOT</version>
|
||||||
<version>3fa977c486</version>
|
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>*</groupId>
|
<groupId>*</groupId>
|
||||||
|
Reference in New Issue
Block a user