浏览代码

Updated to EMetrics 0.0.4-SNAPSHOT

GJ 12 年之前
父节点
当前提交
61dc77559b
共有 2 个文件被更改,包括 2 次插入3 次删除
  1. 1 0
      Changelog.txt
  2. 1 3
      pom.xml

+ 1 - 0
Changelog.txt

@@ -23,6 +23,7 @@ Version 1.4.04-dev
  ! Updated localization files
  ! mcMMO abilities can no longer be activated while in Creative mode
  ! Expanded ChatAPI to allow toggling of chat states for users
+ ! Updated to EMetrics 0.0.4-SNAPSHOT
  - Removed deprecated functions from API classes.
  - Removed functions for getting the PlayerProfile - using API classes is preferred, but if not the McMMOPlayer should be used instead
  - Removed Ender Dragon, Wither, and Witch from granting combat experience and related configuration options

+ 1 - 3
pom.xml

@@ -165,9 +165,7 @@
         <dependency>
             <groupId>com.turt2live.metrics</groupId>
             <artifactId>MetricsExtension</artifactId>
-            <version>0.0.2-SNAPSHOT</version>
-            <type>jar</type>
-            <scope>compile</scope>
+            <version>0.0.4-SNAPSHOT</version>
         </dependency>
     </dependencies>
     <distributionManagement>