fix: 类库版本错误

Signed-off-by: 502647092 <admin@yumc.pw>
dev
502647092 2017-07-29 14:43:05 +08:00
parent a9c6707fc7
commit fcf06780f0
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.3</version>
<version>2.4.3</version>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<minimizeJar>true</minimizeJar>
@ -100,7 +100,7 @@
<groupId>pw.yumc</groupId>
<artifactId>BukkitInjectedTools</artifactId>
<type>jar</type>
<version>1.0</version>
<version>[1.1,)</version>
</dependency>
</dependencies>
</project>