Skip to content

Commit a09e54a

Browse files
committed
[maven-release-plugin] prepare release mybatis-caffeine-1.2.0
1 parent 9cc99fc commit a09e54a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>org.mybatis.caches</groupId>
3131
<artifactId>mybatis-caffeine</artifactId>
32-
<version>1.1.1-SNAPSHOT</version>
32+
<version>1.2.0</version>
3333

3434
<name>mybatis-caffeine</name>
3535
<description>Caffeine support for MyBatis Cache</description>
@@ -40,7 +40,7 @@
4040
<scm>
4141
<connection>scm:git:ssh://[email protected]/mybatis/caffeine-cache.git</connection>
4242
<developerConnection>scm:git:ssh://[email protected]/mybatis/caffeine-cache.git</developerConnection>
43-
<tag>HEAD</tag>
43+
<tag>mybatis-caffeine-1.2.0</tag>
4444
<url>https://github.com/mybatis/caffeine-cache/</url>
4545
</scm>
4646
<issueManagement>
@@ -68,7 +68,7 @@
6868
<module.name>org.mybatis.caches.caffeine</module.name>
6969

7070
<!-- Reproducible Builds -->
71-
<project.build.outputTimestamp>1669311458</project.build.outputTimestamp>
71+
<project.build.outputTimestamp>1726437402</project.build.outputTimestamp>
7272
</properties>
7373

7474
<dependencies>

0 commit comments

Comments
 (0)