Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
harawata committed Nov 20, 2023
1 parent a0af984 commit 8d8e362
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</parent>

<artifactId>mybatis-spring</artifactId>
<version>3.0.3</version>
<version>3.0.4-SNAPSHOT</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>mybatis-spring-3.0.3</tag>
<tag>HEAD</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>1700476303</project.build.outputTimestamp>
<project.build.outputTimestamp>1700476361</project.build.outputTimestamp>

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

0 comments on commit 8d8e362

Please sign in to comment.