File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
src/main/resources/config Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ jvm.args.survivor.ratio=-XX:SurvivorRatio=2
1414# JVM文件路径
1515jvm.path =./java/bin/server/jvm.dll
1616# JAR文件路径
17- jar.path =-Djava.class.path =./snail.javafx-1.5 .0.jar
17+ jar.path =-Djava.class.path =./snail.javafx-1.6 .0.jar
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ chcp 65001>nul
66rem 软件名称
77set project = snail
88rem 软件版本
9- set version = 1.5 .0
9+ set version = 1.6 .0
1010
1111rem 编译路径
1212set builder = .\builder\
Original file line number Diff line number Diff line change 2323
2424 <groupId >com.acgist</groupId >
2525 <artifactId >snail.parent</artifactId >
26- <version >1.5 .0</version >
26+ <version >1.6 .0</version >
2727 <packaging >pom</packaging >
2828
2929 <properties >
3030 <!-- 版本 -->
31- <acgist .version>1.5 .0</acgist .version>
31+ <acgist .version>1.6 .0</acgist .version>
3232 <!-- 作者 -->
3333 <vendor >acgist</vendor >
3434 <!-- 模块 -->
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.acgist</groupId >
99 <artifactId >snail.parent</artifactId >
10- <version >1.5 .0</version >
10+ <version >1.6 .0</version >
1111 </parent >
1212
1313 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.acgist</groupId >
99 <artifactId >snail.parent</artifactId >
10- <version >1.5 .0</version >
10+ <version >1.6 .0</version >
1111 </parent >
1212
1313 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.acgist</groupId >
99 <artifactId >snail.parent</artifactId >
10- <version >1.5 .0</version >
10+ <version >1.6 .0</version >
1111 </parent >
1212
1313 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ acgist.system.name=蜗牛
44# 软件名称(英文)
55acgist.system.name.en =Snail
66# 软件版本
7- acgist.system.version =1.5 .0
7+ acgist.system.version =1.6 .0
88# ================ FTP ================#
99# FTP匿名用户
1010acgist.system.ftp.user =anonymous
You can’t perform that action at this time.
0 commit comments