Skip to content

Commit 392fbc5

Browse files
committed
[maven-release-plugin] prepare release mybatis-spring-3.0.4
1 parent 1b8c661 commit 392fbc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>org.mybatis</groupId>
3131
<artifactId>mybatis-spring</artifactId>
32-
<version>3.0.4-SNAPSHOT</version>
32+
<version>3.0.4</version>
3333

3434
<name>mybatis-spring</name>
3535
<description>An easy-to-use Spring bridge for MyBatis sql mapping framework.</description>
@@ -80,7 +80,7 @@
8080
<scm>
8181
<connection>scm:git:ssh://[email protected]/mybatis/spring.git</connection>
8282
<developerConnection>scm:git:ssh://[email protected]/mybatis/spring.git</developerConnection>
83-
<tag>HEAD</tag>
83+
<tag>mybatis-spring-3.0.4</tag>
8484
<url>https://github.com/mybatis/spring/</url>
8585
</scm>
8686
<issueManagement>
@@ -122,7 +122,7 @@
122122
<junit.version>5.10.3</junit.version>
123123

124124
<!-- Reproducible Builds -->
125-
<project.build.outputTimestamp>1700476361</project.build.outputTimestamp>
125+
<project.build.outputTimestamp>1723410193</project.build.outputTimestamp>
126126

127127
<!-- Set byte buddy to experimental -->
128128
<net.bytebuddy.experimental>true</net.bytebuddy.experimental>

0 commit comments

Comments
 (0)