We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8c583 commit 5deab51Copy full SHA for 5deab51
pom.xml
@@ -9,7 +9,7 @@
9
<version>${soft.version}</version>
10
11
<properties>
12
- <soft.version>1.2.0</soft.version>
+ <soft.version>1.2.1</soft.version>
13
</properties>
14
15
<dependencies>
@@ -23,7 +23,7 @@
23
<dependency>
24
<groupId>cn.hutool</groupId>
25
<artifactId>hutool-all</artifactId>
26
- <version>4.5.16</version>
+ <version>5.1.2</version>
27
</dependency>
28
29
@@ -85,8 +85,8 @@
85
<vendor>com.luooqi</vendor>
86
<needShortcut>true</needShortcut>
87
<bundleArguments>
88
- <!--<runtime />-->
89
- <copyright>luooqi@2019</copyright>
+ <runtime />
+ <copyright>luooqi@2020</copyright>
90
<installdirChooser>true</installdirChooser>
91
</bundleArguments>
92
<nativeReleaseVersion>${soft.version}</nativeReleaseVersion>
0 commit comments