fix: 修复类库错误

Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
2017-01-25 00:32:23 +08:00
parent d17faea50e
commit f4713e06d9
3 changed files with 8 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>pw.yumc</groupId>
<artifactId>MiaoChat</artifactId>
<version>1.7</version>
<version>1.7.1</version>
<build>
<finalName>${project.name}</finalName>
<resources>
@@ -93,7 +93,7 @@
<groupId>pw.yumc</groupId>
<artifactId>YumCore</artifactId>
<type>jar</type>
<version>1.5</version>
<version>1.6</version>
</dependency>
</dependencies>
</project>