Skip to content

Commit 121353c

Browse files
committed
修复XJar类加载器加载的类没有 ProtectionDomain 以及 CodeSource 的问题
1 parent 6e9f2b1 commit 121353c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ JDK 1.7 +
2828
<dependency>
2929
<groupId>com.github.core-lib</groupId>
3030
<artifactId>xjar</artifactId>
31-
<version>v2.0.9</version>
31+
<version>2.0.9</version>
3232
</dependency>
3333
</dependencies>
3434
</project>
@@ -220,7 +220,7 @@ XKit.not(
220220
<plugin>
221221
<groupId>com.github.core-lib</groupId>
222222
<artifactId>xjar-maven-plugin</artifactId>
223-
<version>v2.0.9</version>
223+
<version>2.0.9</version>
224224
<executions>
225225
<execution>
226226
<goals>
@@ -322,8 +322,9 @@ mvn clean install -Dxjar.password=io.xjar -Dxjar.targetDir=/directory/to/save/ta
322322
更多文档:[XJar-Maven-Plugin](https://github.com/core-lib/xjar-maven-plugin)
323323

324324
## 版本记录
325-
* v2.0.9
325+
* 2.0.9
326326
1. 修复XJar类加载器加载的类没有 ProtectionDomain 以及 CodeSource 的问题
327+
2. 去除版本号前置的"v"
327328
* v2.0.7
328329
1. 修复不同字符集机器间加密与运行的问题
329330
* v2.0.6

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.xjar</groupId>
88
<artifactId>xjar</artifactId>
9-
<version>v2.0.9</version>
9+
<version>2.0.9</version>
1010

1111
<name>xjar</name>
1212

0 commit comments

Comments
 (0)