We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec3e259 + 24b23b3 commit 0be2866Copy full SHA for 0be2866
pom.xml
@@ -22,7 +22,7 @@
22
<parent>
23
<groupId>org.mybatis</groupId>
24
<artifactId>mybatis-parent</artifactId>
25
- <version>28-SNAPSHOT</version>
+ <version>28</version>
26
<relativePath />
27
</parent>
28
@@ -355,18 +355,6 @@
355
</testResources>
356
</build>
357
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
-
370
<profiles>
371
<profile>
372
<id>java16</id>
0 commit comments