Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mybatis-spring-3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
harawata committed Nov 20, 2023
1 parent 7794c91 commit a0af984
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<groupId>org.mybatis</groupId>
<artifactId>mybatis-parent</artifactId>
<version>40</version>
<relativePath/>
<relativePath />
</parent>

<artifactId>mybatis-spring</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
<packaging>jar</packaging>

<name>mybatis-spring</name>
Expand Down Expand Up @@ -79,7 +79,7 @@
<scm>
<connection>scm:git:ssh://[email protected]/mybatis/spring.git</connection>
<developerConnection>scm:git:ssh://[email protected]/mybatis/spring.git</developerConnection>
<tag>HEAD</tag>
<tag>mybatis-spring-3.0.3</tag>
<url>http://github.com/mybatis/spring</url>
</scm>
<issueManagement>
Expand Down Expand Up @@ -118,7 +118,7 @@
<junit.version>5.10.1</junit.version>

<!-- Reproducible Builds -->
<project.build.outputTimestamp>1684514485</project.build.outputTimestamp>
<project.build.outputTimestamp>1700476303</project.build.outputTimestamp>

<!-- Set byte buddy to experimental -->
<net.bytebuddy.experimental>true</net.bytebuddy.experimental>
Expand Down

0 comments on commit a0af984

Please sign in to comment.