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 Apr 2, 2024
1 parent 78bb677 commit 498c79c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -28,7 +28,7 @@

<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>3.5.16</version>
<version>3.5.17-SNAPSHOT</version>

<name>mybatis</name>
<description>The MyBatis SQL mapper framework makes it easier to use a relational database with object-oriented
Expand Down Expand Up @@ -109,7 +109,7 @@
<scm>
<connection>scm:git:ssh://git@github.com/mybatis/mybatis-3.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mybatis/mybatis-3.git</developerConnection>
<tag>mybatis-3.5.16</tag>
<tag>HEAD</tag>
<url>https://github.com/mybatis/mybatis-3</url>
</scm>
<issueManagement>
Expand Down Expand Up @@ -157,7 +157,7 @@
<argLine>-Xmx2048m -javaagent:${settings.localRepository}/net/bytebuddy/byte-buddy-agent/${byte-buddy.version}/byte-buddy-agent-${byte-buddy.version}.jar</argLine>

<!-- Reproducible Builds -->
<project.build.outputTimestamp>1712079222</project.build.outputTimestamp>
<project.build.outputTimestamp>1712079482</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit 498c79c

Please sign in to comment.