Skip to content

Commit 91a7092

Browse files
committed
🔖 发布 4.0.5 版本
1 parent f82155f commit 91a7092

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

pom.xml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
<groupId>im.zhaojun</groupId>
1313
<artifactId>zfile</artifactId>
14-
<version>4.0.4</version>
14+
<version>4.0.5</version>
1515
<name>zfile</name>
16-
<packaging>war</packaging>
16+
<packaging>jar</packaging>
1717
<description>一个在线的文件浏览系统</description>
1818

1919
<properties>
@@ -252,27 +252,27 @@
252252
<groupId>org.flywaydb</groupId>
253253
<artifactId>flyway-maven-plugin</artifactId>
254254
</plugin>
255-
<plugin>
256-
<groupId>com.uyoqu.framework</groupId>
257-
<artifactId>maven-plugin-starter</artifactId>
258-
<version>1.0.0</version>
259-
<executions>
260-
<execution>
261-
<phase>package</phase>
262-
<goals>
263-
<goal>bin</goal>
264-
</goals>
265-
</execution>
266-
</executions>
267-
<configuration>
268-
<jvms>
269-
<jvm>-Djava.security.egd=file:/dev/./urandom</jvm>
270-
<jvm>-Dfile.encoding=utf-8</jvm>
271-
<jvm>-Djava.net.preferIPv4Stack=false</jvm>
272-
<jvm>-Djava.net.preferIPv4Addresses=true</jvm>
273-
</jvms>
274-
</configuration>
275-
</plugin>
255+
<!--<plugin>-->
256+
<!-- <groupId>com.uyoqu.framework</groupId>-->
257+
<!-- <artifactId>maven-plugin-starter</artifactId>-->
258+
<!-- <version>1.0.0</version>-->
259+
<!-- <executions>-->
260+
<!-- <execution>-->
261+
<!-- <phase>package</phase>-->
262+
<!-- <goals>-->
263+
<!-- <goal>bin</goal>-->
264+
<!-- </goals>-->
265+
<!-- </execution>-->
266+
<!-- </executions>-->
267+
<!-- <configuration>-->
268+
<!-- <jvms>-->
269+
<!-- <jvm>-Djava.security.egd=file:/dev/./urandom</jvm>-->
270+
<!-- <jvm>-Dfile.encoding=utf-8</jvm>-->
271+
<!-- <jvm>-Djava.net.preferIPv4Stack=false</jvm>-->
272+
<!-- <jvm>-Djava.net.preferIPv4Addresses=true</jvm>-->
273+
<!-- </jvms>-->
274+
<!-- </configuration>-->
275+
<!--</plugin>-->
276276
</plugins>
277277

278278

0 commit comments

Comments
 (0)