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
hazendaz committed Jan 29, 2024
1 parent b87a5c9 commit e3bfee5
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 @@ -29,7 +29,7 @@

<groupId>org.mybatis</groupId>
<artifactId>mybatis-guice</artifactId>
<version>4.0.0</version>
<version>4.0.1-SNAPSHOT</version>

<name>mybatis-guice</name>
<description>The MyBatis Guice module is easy-to-use Google Guice bridge for MyBatis sql mapping framework.</description>
Expand Down Expand Up @@ -67,7 +67,7 @@
<scm>
<connection>scm:git:ssh://git@github.com/mybatis/guice.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mybatis/guice.git</developerConnection>
<tag>mybatis-guice-4.0.0</tag>
<tag>HEAD</tag>
<url>http://github.com/mybatis/guice/</url>
</scm>
<issueManagement>
Expand Down Expand Up @@ -103,7 +103,7 @@
<module.name>org.mybatis.guice</module.name>

<!-- Reproducible Builds -->
<project.build.outputTimestamp>1706488139</project.build.outputTimestamp>
<project.build.outputTimestamp>1706488285</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit e3bfee5

Please sign in to comment.