File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 4444
4545 <properties >
4646 <!-- revision-->
47- <revision >2.8.1 </revision >
47+ <revision >2.8.2 </revision >
4848 <!-- build-->
4949 <java .version>1.8</java .version>
5050 <server .id>ossrh-token</server .id>
6363 <maven-source-plugin .version>3.2.1</maven-source-plugin .version>
6464 <maven-compiler-plugin .version>3.8.0</maven-compiler-plugin .version>
6565 <maven-gpg-plugin .version>1.6</maven-gpg-plugin .version>
66- <nexus-staging-maven-plugin .version>1.6.7</nexus-staging-maven-plugin .version>
6766 <skip .maven.gpg.plugin>false</skip .maven.gpg.plugin>
6867 <skip .jacoco.plugin>true</skip .jacoco.plugin>
6968 </properties >
219218 </configuration >
220219 </plugin >
221220
222- <!-- sonatype -->
223- <!-- <plugin>-->
224- <!-- <groupId>org.sonatype.plugins</groupId>-->
225- <!-- <artifactId>nexus-staging-maven-plugin</artifactId>-->
226- <!-- <version>${nexus-staging-maven-plugin.version}</version>-->
227- <!-- <extensions>true</extensions>-->
228- <!-- <configuration>-->
229- <!-- <serverId>ossrh</serverId>-->
230- <!-- <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>-->
231- <!-- <autoReleaseAfterClose>true</autoReleaseAfterClose>-->
232- <!-- </configuration>-->
233- <!-- </plugin>-->
234-
235221 <!-- 测试覆盖率 -->
236222 <plugin >
237223 <groupId >org.jacoco</groupId >
You can’t perform that action at this time.
0 commit comments