|
22 | 22 |
|
23 | 23 | <groupId>org.mybatis</groupId>
|
24 | 24 | <artifactId>mybatis-parent</artifactId>
|
25 |
| - <version>40-SNAPSHOT</version> |
| 25 | + <version>40</version> |
26 | 26 | <packaging>pom</packaging>
|
27 | 27 |
|
28 | 28 | <name>mybatis-parent</name>
|
|
232 | 232 | <scm>
|
233 | 233 | < connection>scm:git:ssh:// [email protected]/mybatis/parent.git</ connection>
|
234 | 234 | < developerConnection>scm:git:ssh:// [email protected]/mybatis/parent.git</ developerConnection>
|
235 |
| - <tag>HEAD</tag> |
| 235 | + <tag>mybatis-parent-40</tag> |
236 | 236 | <url>https://github.com/mybatis/parent</url>
|
237 | 237 | </scm>
|
238 | 238 | <issueManagement>
|
|
272 | 272 | <html.javadocType>-html5</html.javadocType>
|
273 | 273 | <impsortGroups>au,ch,com,de,io,jakarta,java,javassist,javax,lombok,mockit,net,nl,ognl,org</impsortGroups>
|
274 | 274 | <module.name>org.mybatis.parent</module.name>
|
275 |
| - <spotbugs.onlyAnalyze/> |
| 275 | + <spotbugs.onlyAnalyze /> |
276 | 276 |
|
277 | 277 | <!-- Maven date configuration -->
|
278 | 278 | <maven.build.timestamp.format>yyyy-MM-dd HH:mm:ssZ</maven.build.timestamp.format>
|
|
301 | 301 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
302 | 302 |
|
303 | 303 | <!-- Reproducible Builds -->
|
304 |
| - <project.build.outputTimestamp>1695508686</project.build.outputTimestamp> |
| 304 | + <project.build.outputTimestamp>1699330977</project.build.outputTimestamp> |
305 | 305 |
|
306 | 306 | <!-- Due to maven bug, fix timestamp -->
|
307 | 307 | <timestamp>${maven.build.timestamp}</timestamp>
|
308 | 308 |
|
309 | 309 | <!-- Parent Tracking on site -->
|
310 |
| - <mybatis-parent.version>40-SNAPSHOT</mybatis-parent.version> |
| 310 | + <mybatis-parent.version>40</mybatis-parent.version> |
311 | 311 |
|
312 | 312 | <!-- Dependency versions -->
|
313 | 313 | <asm.version>9.6</asm.version>
|
|
365 | 365 | <osgi.symbolicName>${project.groupId}.${project.artifactId}</osgi.symbolicName>
|
366 | 366 | <osgi.export>${project.groupId}.*;version=${project.version};-noimport:=true</osgi.export>
|
367 | 367 | <osgi.import>*</osgi.import>
|
368 |
| - <osgi.dynamicImport/> |
369 |
| - <osgi.private/> |
| 368 | + <osgi.dynamicImport /> |
| 369 | + <osgi.private /> |
370 | 370 |
|
371 | 371 | <!-- Add slow test groups here and annotate classes similar to @Tag('groupName'). -->
|
372 | 372 | <!-- Excluded groups are ran on github ci, to force here, pass -D"excludedGroups=" -->
|
373 |
| - <excludedGroups/> |
| 373 | + <excludedGroups /> |
374 | 374 | </properties>
|
375 | 375 |
|
376 | 376 | <build>
|
|
0 commit comments