Skip to content

Commit 145554f

Browse files
committed
[maven-release-plugin] prepare release mybatis-parent-40
1 parent dba0653 commit 145554f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>org.mybatis</groupId>
2424
<artifactId>mybatis-parent</artifactId>
25-
<version>40-SNAPSHOT</version>
25+
<version>40</version>
2626
<packaging>pom</packaging>
2727

2828
<name>mybatis-parent</name>
@@ -232,7 +232,7 @@
232232
<scm>
233233
<connection>scm:git:ssh://[email protected]/mybatis/parent.git</connection>
234234
<developerConnection>scm:git:ssh://[email protected]/mybatis/parent.git</developerConnection>
235-
<tag>HEAD</tag>
235+
<tag>mybatis-parent-40</tag>
236236
<url>https://github.com/mybatis/parent</url>
237237
</scm>
238238
<issueManagement>
@@ -272,7 +272,7 @@
272272
<html.javadocType>-html5</html.javadocType>
273273
<impsortGroups>au,ch,com,de,io,jakarta,java,javassist,javax,lombok,mockit,net,nl,ognl,org</impsortGroups>
274274
<module.name>org.mybatis.parent</module.name>
275-
<spotbugs.onlyAnalyze/>
275+
<spotbugs.onlyAnalyze />
276276

277277
<!-- Maven date configuration -->
278278
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ssZ</maven.build.timestamp.format>
@@ -301,13 +301,13 @@
301301
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
302302

303303
<!-- Reproducible Builds -->
304-
<project.build.outputTimestamp>1695508686</project.build.outputTimestamp>
304+
<project.build.outputTimestamp>1699330977</project.build.outputTimestamp>
305305

306306
<!-- Due to maven bug, fix timestamp -->
307307
<timestamp>${maven.build.timestamp}</timestamp>
308308

309309
<!-- Parent Tracking on site -->
310-
<mybatis-parent.version>40-SNAPSHOT</mybatis-parent.version>
310+
<mybatis-parent.version>40</mybatis-parent.version>
311311

312312
<!-- Dependency versions -->
313313
<asm.version>9.6</asm.version>
@@ -365,12 +365,12 @@
365365
<osgi.symbolicName>${project.groupId}.${project.artifactId}</osgi.symbolicName>
366366
<osgi.export>${project.groupId}.*;version=${project.version};-noimport:=true</osgi.export>
367367
<osgi.import>*</osgi.import>
368-
<osgi.dynamicImport/>
369-
<osgi.private/>
368+
<osgi.dynamicImport />
369+
<osgi.private />
370370

371371
<!-- Add slow test groups here and annotate classes similar to @Tag('groupName'). -->
372372
<!-- Excluded groups are ran on github ci, to force here, pass -D"excludedGroups=" -->
373-
<excludedGroups/>
373+
<excludedGroups />
374374
</properties>
375375

376376
<build>

0 commit comments

Comments
 (0)