Skip to content

Commit 222c529

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 9a58e8d commit 222c529

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.1.0</version>
32+
<version>4.1.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.1.0</tag>
70+
<tag>HEAD</tag>
7171
<url>http://github.com/mybatis/guice/</url>
7272
</scm>
7373
<issueManagement>
@@ -118,7 +118,7 @@
118118
<module.name>org.mybatis.guice</module.name>
119119

120120
<!-- Reproducible Builds -->
121-
<project.build.outputTimestamp>1767046219</project.build.outputTimestamp>
121+
<project.build.outputTimestamp>1767046466</project.build.outputTimestamp>
122122

123123
<!-- Surefire Setup -->
124124
<argLine>-javaagent:${settings.localRepository}/net/bytebuddy/byte-buddy-agent/${byte-buddy.version}/byte-buddy-agent-${byte-buddy.version}.jar</argLine>

0 commit comments

Comments
 (0)