Skip to content

Commit 3500bcb

Browse files
committed
[maven-release-plugin] prepare release mybatis-caffeine-1.0.1
1 parent 83f99e5 commit 3500bcb

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.0.1-SNAPSHOT</version>
32+
<version>1.0.1</version>
3333

3434
<name>mybatis-caffeine</name>
3535
<description>Caffeine support for MyBatis Cache</description>
@@ -41,7 +41,7 @@
4141
<url>https://github.com/mybatis/caffeine-cache</url>
4242
<connection>scm:git:ssh://github.com/mybatis/caffeine-cache.git</connection>
4343
<developerConnection>scm:git:ssh://[email protected]/mybatis/caffeine-cache.git</developerConnection>
44-
<tag>HEAD</tag>
44+
<tag>mybatis-caffeine-1.0.1</tag>
4545
</scm>
4646
<issueManagement>
4747
<system>GitHub Issue Management</system>
@@ -64,7 +64,7 @@
6464
<module.name>org.mybatis.caches.caffeine</module.name>
6565

6666
<!-- Reproducible Builds -->
67-
<project.build.outputTimestamp>1757561022</project.build.outputTimestamp>
67+
<project.build.outputTimestamp>1669311176</project.build.outputTimestamp>
6868
</properties>
6969

7070
<dependencies>

0 commit comments

Comments
 (0)