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