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 a09e54a commit 2a042e7
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.caches</groupId>
<artifactId>mybatis-caffeine</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>

<name>mybatis-caffeine</name>
<description>Caffeine support for MyBatis Cache</description>
Expand All @@ -40,7 +40,7 @@
<scm>
<connection>scm:git:ssh://[email protected]/mybatis/caffeine-cache.git</connection>
<developerConnection>scm:git:ssh://[email protected]/mybatis/caffeine-cache.git</developerConnection>
<tag>mybatis-caffeine-1.2.0</tag>
<tag>HEAD</tag>
<url>https://github.com/mybatis/caffeine-cache/</url>
</scm>
<issueManagement>
Expand Down Expand Up @@ -68,7 +68,7 @@
<module.name>org.mybatis.caches.caffeine</module.name>

<!-- Reproducible Builds -->
<project.build.outputTimestamp>1726437402</project.build.outputTimestamp>
<project.build.outputTimestamp>1726437423</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit 2a042e7

Please sign in to comment.