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 Sep 15, 2024
1 parent 7b2af4a commit c3c9bb2
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-cdi</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>

<name>mybatis-cdi</name>
<url>https://www.mybatis.org/cdi/</url>
Expand All @@ -39,7 +39,7 @@
<scm>
<connection>scm:git:ssh://git@github.com/mybatis/cdi.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mybatis/cdi.git</developerConnection>
<tag>mybatis-cdi-2.1.0</tag>
<tag>HEAD</tag>
<url>https://github.com/mybatis/cdi/</url>
</scm>
<issueManagement>
Expand Down Expand Up @@ -80,7 +80,7 @@
<osgi.dynamicImport>*</osgi.dynamicImport>

<!-- Reproducible Builds -->
<project.build.outputTimestamp>1726438225</project.build.outputTimestamp>
<project.build.outputTimestamp>1726438279</project.build.outputTimestamp>

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

0 comments on commit c3c9bb2

Please sign in to comment.