Skip to content

Commit a0af984

Browse files
committed
[maven-release-plugin] prepare release mybatis-spring-3.0.3
1 parent 7794c91 commit a0af984

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
@@ -23,11 +23,11 @@
2323
<groupId>org.mybatis</groupId>
2424
<artifactId>mybatis-parent</artifactId>
2525
<version>40</version>
26-
<relativePath/>
26+
<relativePath />
2727
</parent>
2828

2929
<artifactId>mybatis-spring</artifactId>
30-
<version>3.0.3-SNAPSHOT</version>
30+
<version>3.0.3</version>
3131
<packaging>jar</packaging>
3232

3333
<name>mybatis-spring</name>
@@ -79,7 +79,7 @@
7979
<scm>
8080
<connection>scm:git:ssh://[email protected]/mybatis/spring.git</connection>
8181
<developerConnection>scm:git:ssh://[email protected]/mybatis/spring.git</developerConnection>
82-
<tag>HEAD</tag>
82+
<tag>mybatis-spring-3.0.3</tag>
8383
<url>http://github.com/mybatis/spring</url>
8484
</scm>
8585
<issueManagement>
@@ -118,7 +118,7 @@
118118
<junit.version>5.10.1</junit.version>
119119

120120
<!-- Reproducible Builds -->
121-
<project.build.outputTimestamp>1684514485</project.build.outputTimestamp>
121+
<project.build.outputTimestamp>1700476303</project.build.outputTimestamp>
122122

123123
<!-- Set byte buddy to experimental -->
124124
<net.bytebuddy.experimental>true</net.bytebuddy.experimental>

0 commit comments

Comments
 (0)