Skip to content

Commit e3bfee5

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent b87a5c9 commit e3bfee5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>org.mybatis</groupId>
3131
<artifactId>mybatis-guice</artifactId>
32-
<version>4.0.0</version>
32+
<version>4.0.1-SNAPSHOT</version>
3333

3434
<name>mybatis-guice</name>
3535
<description>The MyBatis Guice module is easy-to-use Google Guice bridge for MyBatis sql mapping framework.</description>
@@ -67,7 +67,7 @@
6767
<scm>
6868
<connection>scm:git:ssh://git@github.com/mybatis/guice.git</connection>
6969
<developerConnection>scm:git:ssh://git@github.com/mybatis/guice.git</developerConnection>
70-
<tag>mybatis-guice-4.0.0</tag>
70+
<tag>HEAD</tag>
7171
<url>http://github.com/mybatis/guice/</url>
7272
</scm>
7373
<issueManagement>
@@ -103,7 +103,7 @@
103103
<module.name>org.mybatis.guice</module.name>
104104

105105
<!-- Reproducible Builds -->
106-
<project.build.outputTimestamp>1706488139</project.build.outputTimestamp>
106+
<project.build.outputTimestamp>1706488285</project.build.outputTimestamp>
107107
</properties>
108108

109109
<dependencies>

0 commit comments

Comments
 (0)