Skip to content

Commit

Permalink
v1.4.0 - prepared for Bukkit 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rlf committed Mar 2, 2016
1 parent 33fddd2 commit 3f5cbcd
Show file tree
Hide file tree
Showing 16 changed files with 541 additions and 1,495 deletions.
18 changes: 16 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>dk.lockfuglsang.wolfencraft</groupId>
<artifactId>holographic-scoreboard</artifactId>
<version>1.3.11</version>
<version>1.4.0</version>
<name>HolographicScoreboard</name>

<repositories>
Expand All @@ -17,6 +17,11 @@
<id>Plugin Metrics</id>
<url>http://repo.mcstats.org/content/repositories/public</url>
</repository>
<repository>
<!-- Our repo is last - so we can put in fallback artifacts when the other repos are down -->
<id>uSkyBlock-mvn-repo</id>
<url>https://raw.github.com/rlf/uSkyBlock/mvn-repo/</url>
</repository>
</repositories>
<build>
<resources>
Expand Down Expand Up @@ -48,6 +53,10 @@
<pattern>org.mcstats</pattern>
<shadedPattern>dk.lockfuglsang.wolfencraft.mcstats</shadedPattern>
</relocation>
<relocation>
<pattern>dk.lockfuglsang.minecraft</pattern>
<shadedPattern>dk.lockfuglsang.hgs.minecraft</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
Expand All @@ -65,9 +74,14 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>LATEST</version>
<version>1.9-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>dk.lockfuglsang.minecraft</groupId>
<artifactId>bukkit-utils</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
Loading

0 comments on commit 3f5cbcd

Please sign in to comment.