Skip to content

Commit ff540a1

Browse files
committed
[maven-release-plugin] prepare release mybatis-redis-1.0.0
1 parent d0516e3 commit ff540a1

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-redis</artifactId>
32-
<version>1.0.0-beta3-SNAPSHOT</version>
32+
<version>1.0.0</version>
3333

3434
<name>mybatis-redis</name>
3535
<description>Redis support for MyBatis Cache</description>
@@ -40,7 +40,7 @@
4040
<scm>
4141
<connection>scm:git:ssh://[email protected]/mybatis/redis-cache.git</connection>
4242
<developerConnection>scm:git:ssh://[email protected]/mybatis/redis-cache.git</developerConnection>
43-
<tag>HEAD</tag>
43+
<tag>mybatis-redis-1.0.0</tag>
4444
<url>http://github.com/mybatis/redis-cache/</url>
4545
</scm>
4646
<issueManagement>
@@ -70,7 +70,7 @@
7070
<module.name>org.mybatis.caches.redis</module.name>
7171

7272
<!-- Reproducible Builds -->
73-
<project.build.outputTimestamp>1757561022</project.build.outputTimestamp>
73+
<project.build.outputTimestamp>1736569271</project.build.outputTimestamp>
7474
</properties>
7575

7676
<dependencies>

0 commit comments

Comments
 (0)