Skip to content

Commit 0be2866

Browse files
authored
Merge pull request #856 from kazuki43zoo/update-parent
Update to mybatis-parent 28
2 parents ec3e259 + 24b23b3 commit 0be2866

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

pom.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.mybatis</groupId>
2424
<artifactId>mybatis-parent</artifactId>
25-
<version>28-SNAPSHOT</version>
25+
<version>28</version>
2626
<relativePath />
2727
</parent>
2828

@@ -355,18 +355,6 @@
355355
</testResources>
356356
</build>
357357

358-
<reporting>
359-
<plugins>
360-
<!-- Workaround for class format error. see https://github.com/mybatis/parent/pull/55 -->
361-
<plugin>
362-
<groupId>org.codehaus.mojo</groupId>
363-
<artifactId>clirr-maven-plugin</artifactId>
364-
<!--<version>2.7</version>-->
365-
<version>2.8</version>
366-
</plugin>
367-
</plugins>
368-
</reporting>
369-
370358
<profiles>
371359
<profile>
372360
<id>java16</id>

0 commit comments

Comments
 (0)