File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.mybatis</groupId >
24
24
<artifactId >mybatis-parent</artifactId >
25
- <version >29 </version >
25
+ <version >30 </version >
26
26
<relativePath />
27
27
</parent >
28
28
131
131
</distributionManagement >
132
132
133
133
<properties >
134
+ <maven .compiler.source>1.7</maven .compiler.source>
135
+ <maven .compiler.target>1.7</maven .compiler.target>
134
136
<maven .compiler.testTarget>1.8</maven .compiler.testTarget>
135
137
<maven .compiler.testSource>1.8</maven .compiler.testSource>
136
138
<maven .compiler.testCompilerArgument>-parameters</maven .compiler.testCompilerArgument>
140
142
<osgi .import>*;resolution:=optional</osgi .import>
141
143
<osgi .dynamicImport>*</osgi .dynamicImport>
142
144
<maven .surefire.excludeGroups>org.apache.ibatis.test.SlowTests</maven .surefire.excludeGroups>
145
+
146
+ <!-- Override: Animal Sniffer Signature -->
147
+ <signature .artifact>java17</signature .artifact>
148
+ <signature .version>1.0</signature .version>
143
149
</properties >
144
150
145
151
<dependencies >
346
352
</excludes >
347
353
</configuration >
348
354
</plugin >
349
- <!-- Patch until mybatis-parent 30 (jdk9 build support) -->
350
- <plugin >
351
- <groupId >org.codehaus.mojo</groupId >
352
- <artifactId >animal-sniffer-maven-plugin</artifactId >
353
- <version >1.16</version >
354
- </plugin >
355
355
</plugins >
356
356
357
357
<resources >
You can’t perform that action at this time.
0 commit comments