diff --git a/README.md b/README.md index a71ec806dd9041c8aff4cbc8b5ca062562b5feb2..fbe05e74db82f7562320a3ecb1a7724738e5bbc2 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ top.csaf ZUtil - 1.11.0 + 1.11.1 ``` @@ -43,9 +43,9 @@ ```groovy // groovy - implementation 'top.csaf:ZUtil:1.11.0' + implementation 'top.csaf:ZUtil:1.11.1' // kotlin - implementation("top.csaf:ZUtil:1.11.0") + implementation("top.csaf:ZUtil:1.11.1") ``` @@ -114,7 +114,7 @@ Mode 即为`org.openjdk.jmh.annotations.Mode`,分为: } } ``` - * Maven`test`进行测试,测试后会在`target`下生成`jacoco.exec`。 - * Maven`jacoco:report`生成代码覆盖率测试报告,在`target/site`目录下。 + * `mvn test -Dtest=要测试的类名`进行测试,测试后会在`target`下生成`jacoco.exec`。 + * `mvn jacoco:report`生成代码覆盖率测试报告,在`target/site`目录下。 * 查看更新的类或方法,覆盖率在 **90%** 以上时提交。 4. 提交时遵循 **[Angular 提交消息规范](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#-commit-message-guidelines)**,提交后新建 **pull request** 即可。 diff --git a/docs/docs/002-introduction.md b/docs/docs/002-introduction.md index dfda61162999bde5f2fa8705340e2a10cf44d452..e50d4620fcb42219db5861dbe3944f3fb8a4e533 100644 --- a/docs/docs/002-introduction.md +++ b/docs/docs/002-introduction.md @@ -8,7 +8,7 @@ top.csaf ZUtil - 1.11.0 + 1.11.1 ``` @@ -16,9 +16,9 @@ ```groovy // groovy -implementation 'top.csaf:ZUtil:1.11.0' +implementation 'top.csaf:ZUtil:1.11.1' // kotlin -implementation("top.csaf:ZUtil:1.11.0") +implementation("top.csaf:ZUtil:1.11.1") ``` ## 安装注意 @@ -32,7 +32,7 @@ implementation("top.csaf:ZUtil:1.11.0") top.csaf ZUtil - 1.11.0 + 1.11.1 org.slf4j @@ -65,7 +65,7 @@ implementation("top.csaf:ZUtil:1.11.0") // groovy dependencies { // 方式一:ZUtil 排除 slf4j - implementation('top.csaf:ZUtil:1.11.0') { + implementation('top.csaf:ZUtil:1.11.1') { exclude group: 'org.slf4j', module: 'slf4j-api' exclude group: 'org.slf4j', module: 'slf4j-simple' } @@ -78,7 +78,7 @@ dependencies { // kotlin dependencies { // 方式一:ZUtil 排除 slf4j - implementation("top.csaf:ZUtil:1.11.0") { + implementation("top.csaf:ZUtil:1.11.1") { exclude(group = "org.slf4j", module = "slf4j-api") exclude(group = "org.slf4j", module = "slf4j-simple") } diff --git a/docs/package.json b/docs/package.json index 7f0c3d53a4500df7506d4b6cd9122331e0f09c33..ec8f602ba3e66c51c5fc99651be1394c072284da 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "zutil-docs", - "version": "1.11.0", + "version": "1.11.1", "private": true, "scripts": { "docusaurus": "docusaurus", diff --git a/pom.xml b/pom.xml index 6ad0e352dd6a7d92b3f68e909d6c62648dc47239..898c8c73d86320482d39cb8bc3f1f405570bc96f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ top.csaf ZUtil - 1.11.0 + 1.11.1 ZUtil https://github.com/duanluan/ZUtil