Skip to content

Commit a04530f

Browse files
committed
[maven-release-plugin] prepare release mybatis-parent-49
1 parent 406ce24 commit a04530f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2010-2024 the original author or authors.
4+
Copyright 2010-2025 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
2222

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

2828
<name>mybatis-parent</name>
@@ -233,7 +233,7 @@
233233
<scm>
234234
<connection>scm:git:ssh://[email protected]/mybatis/parent.git</connection>
235235
<developerConnection>scm:git:ssh://[email protected]/mybatis/parent.git</developerConnection>
236-
<tag>HEAD</tag>
236+
<tag>mybatis-parent-49</tag>
237237
<url>https://github.com/mybatis/parent/</url>
238238
</scm>
239239
<issueManagement>
@@ -301,7 +301,7 @@
301301
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
302302

303303
<!-- Reproducible Builds -->
304-
<project.build.outputTimestamp>1735244718</project.build.outputTimestamp>
304+
<project.build.outputTimestamp>1746065302</project.build.outputTimestamp>
305305

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

0 commit comments

Comments
 (0)