File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ JDK 1.7 +
28
28
<dependency >
29
29
<groupId >com.github.core-lib</groupId >
30
30
<artifactId >xjar</artifactId >
31
- <version >v2 .0.9</version >
31
+ <version >2 .0.9</version >
32
32
</dependency >
33
33
</dependencies >
34
34
</project >
@@ -220,7 +220,7 @@ XKit.not(
220
220
<plugin >
221
221
<groupId >com.github.core-lib</groupId >
222
222
<artifactId >xjar-maven-plugin</artifactId >
223
- <version >v2 .0.9</version >
223
+ <version >2 .0.9</version >
224
224
<executions >
225
225
<execution >
226
226
<goals >
@@ -322,8 +322,9 @@ mvn clean install -Dxjar.password=io.xjar -Dxjar.targetDir=/directory/to/save/ta
322
322
更多文档:[ XJar-Maven-Plugin] ( https://github.com/core-lib/xjar-maven-plugin )
323
323
324
324
## 版本记录
325
- * v2 .0.9
325
+ * 2 .0.9
326
326
1 . 修复XJar类加载器加载的类没有 ProtectionDomain 以及 CodeSource 的问题
327
+ 2 . 去除版本号前置的"v"
327
328
* v2.0.7
328
329
1 . 修复不同字符集机器间加密与运行的问题
329
330
* v2.0.6
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >io.xjar</groupId >
8
8
<artifactId >xjar</artifactId >
9
- <version >v2 .0.9</version >
9
+ <version >2 .0.9</version >
10
10
11
11
<name >xjar</name >
12
12
You can’t perform that action at this time.
0 commit comments