mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-02-17 04:11:33 +01:00
Update to Metrics R8-SNAPSHOT
This commit is contained in:
parent
7185917822
commit
1b40907f29
11
pom.xml
11
pom.xml
@ -110,13 +110,13 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<plugin>
|
||||
<groupId>com.versioneye</groupId>
|
||||
<artifactId>versioneye-maven-plugin</artifactId>
|
||||
<version>3.5.1</version>
|
||||
<configuration>
|
||||
<projectId>55bab9e8653762002000190a</projectId>
|
||||
<!--<apiKey>my_secret_api_key</apiKey>-->
|
||||
<!--<apiKey>my_secret_api_key</apiKey> -->
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
@ -178,6 +178,11 @@
|
||||
<url>http://ci.xephi.fr/plugin/repository/everything/</url>
|
||||
</repository>
|
||||
|
||||
<repository>
|
||||
<id>mcstats-snapshots</id>
|
||||
<url>http://repo.mcstats.org/content/repositories/snapshots/</url>
|
||||
</repository>
|
||||
|
||||
</repositories>
|
||||
|
||||
<dependencies>
|
||||
@ -236,7 +241,7 @@
|
||||
<dependency>
|
||||
<groupId>org.mcstats.bukkit</groupId>
|
||||
<artifactId>metrics</artifactId>
|
||||
<version>R7</version>
|
||||
<version>R8-SNAPSHOT</version>
|
||||
<scope>compile</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
|
Loading…
Reference in New Issue
Block a user