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>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.versioneye</groupId>
|
<groupId>com.versioneye</groupId>
|
||||||
<artifactId>versioneye-maven-plugin</artifactId>
|
<artifactId>versioneye-maven-plugin</artifactId>
|
||||||
<version>3.5.1</version>
|
<version>3.5.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<projectId>55bab9e8653762002000190a</projectId>
|
<projectId>55bab9e8653762002000190a</projectId>
|
||||||
<!--<apiKey>my_secret_api_key</apiKey>-->
|
<!--<apiKey>my_secret_api_key</apiKey> -->
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
@ -178,6 +178,11 @@
|
|||||||
<url>http://ci.xephi.fr/plugin/repository/everything/</url>
|
<url>http://ci.xephi.fr/plugin/repository/everything/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<id>mcstats-snapshots</id>
|
||||||
|
<url>http://repo.mcstats.org/content/repositories/snapshots/</url>
|
||||||
|
</repository>
|
||||||
|
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -236,7 +241,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.mcstats.bukkit</groupId>
|
<groupId>org.mcstats.bukkit</groupId>
|
||||||
<artifactId>metrics</artifactId>
|
<artifactId>metrics</artifactId>
|
||||||
<version>R7</version>
|
<version>R8-SNAPSHOT</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user