0.7.0-pre

updated maven-shade-plugin
This commit is contained in:
Anya 2022-03-30 10:12:38 -07:00
parent 62f07da899
commit a58478e303
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<groupId>moe.oko</groupId>
<artifactId>Kiafumi</artifactId>
<name>Kiafumi</name>
<version>0.6.0-pre</version>
<version>0.7.0-pre</version>
<packaging>jar</packaging>
<url>https://oko.moe/kiafumi.htm</url>
@ -84,6 +84,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<executions>
<execution>
<phase>package</phase>