Now using Logging 1.0.4

This commit is contained in:
Jeremy Wood 2012-10-18 21:19:33 -04:00
parent 3572d3fbe7
commit b35a0325b8

View File

@ -207,6 +207,10 @@
<pattern>com.dumptruckman.minecraft.util.Logging</pattern>
<shadedPattern>com.onarandombox.MultiverseCore.utils.CoreLogging</shadedPattern>
</relocation>
<relocation>
<pattern>com.dumptruckman.minecraft.util.DebugLog</pattern>
<shadedPattern>com.onarandombox.MultiverseCore.utils.DebugLog</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
@ -283,7 +287,7 @@
<dependency>
<groupId>com.dumptruckman.minecraft</groupId>
<artifactId>Logging</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<type>jar</type>
<scope>compile</scope>
</dependency>