Skip to content

Commit c97e53d

Browse files
committed
[maven-release-plugin] prepare release mybatis-parent-39
1 parent 6fcdce3 commit c97e53d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
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>39-SNAPSHOT</version>
25+
<version>39</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>mybatis-parent-38</tag>
235+
<tag>mybatis-parent-39</tag>
236236
<url>https://github.com/mybatis/parent</url>
237237
</scm>
238238
<issueManagement>
@@ -301,13 +301,13 @@
301301
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
302302

303303
<!-- Reproducible Builds -->
304-
<project.build.outputTimestamp>1685402403</project.build.outputTimestamp>
304+
<project.build.outputTimestamp>1695508669</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>39-SNAPSHOT</mybatis-parent.version>
310+
<mybatis-parent.version>39</mybatis-parent.version>
311311

312312
<!-- Dependency versions -->
313313
<asm.version>9.5</asm.version>

0 commit comments

Comments
 (0)