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 25, 2024
1 parent f7051b8 commit 3efef5e
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 @@ -28,7 +28,7 @@

<groupId>org.mybatis.scripting</groupId>
<artifactId>mybatis-thymeleaf</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>

<name>MyBatis Thymeleaf</name>
<description>Thymeleaf support for MyBatis</description>
Expand All @@ -46,7 +46,7 @@
<scm>
<connection>scm:git:ssh://git@github.com/mybatis/thymeleaf-scripting.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mybatis/thymeleaf-scripting.git</developerConnection>
<tag>mybatis-thymeleaf-1.1.0</tag>
<tag>HEAD</tag>
<url>https://github.com/mybatis/thymeleaf-scripting/</url>
</scm>
<issueManagement>
Expand Down Expand Up @@ -82,7 +82,7 @@
<clirr.comparisonVersion>1.0.0</clirr.comparisonVersion>

<!-- Reproducible Builds -->
<project.build.outputTimestamp>1727226361</project.build.outputTimestamp>
<project.build.outputTimestamp>1727226406</project.build.outputTimestamp>

<argLine>--add-opens java.base/java.lang=ALL-UNNAMED</argLine>
</properties>
Expand Down

0 comments on commit 3efef5e

Please sign in to comment.