Skip to content

Commit

Permalink
修正插件版本
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshishuifeng2022 committed Nov 21, 2019
1 parent d82a468 commit f30f5ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-parent</artifactId>
<version>22-SNAPSHOT</version>
<version>32-SNAPSHOT</version>
</parent>

<artifactId>mybatis</artifactId>
Expand Down Expand Up @@ -264,6 +264,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>jarjar-maven-plugin</artifactId>
<version>1.9</version>
<configuration>
<input>{classes}</input>
<input>{test-classes}</input>
Expand Down Expand Up @@ -319,6 +320,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.7</version>
<configuration>
<instrumentation>
<ignores>
Expand Down

0 comments on commit f30f5ac

Please sign in to comment.