Skip to content

Commit 1e5faa2

Browse files
committed
[maven-release-plugin] prepare release mybatis-memcached-1.1.1
1 parent ab4fa6a commit 1e5faa2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<groupId>org.mybatis.caches</groupId>
3030
<artifactId>mybatis-memcached</artifactId>
31-
<version>1.1.1-SNAPSHOT</version>
31+
<version>1.1.1</version>
3232
<packaging>jar</packaging>
3333

3434
<name>mybatis-memcached</name>
@@ -41,7 +41,7 @@
4141
<url>http://github.com/mybatis/memcached-cache</url>
4242
<connection>scm:git:ssh://github.com/mybatis/memcached-cache.git</connection>
4343
<developerConnection>scm:git:ssh://[email protected]/mybatis/memcached-cache.git</developerConnection>
44-
<tag>HEAD</tag>
44+
<tag>mybatis-memcached-1.1.1</tag>
4545
</scm>
4646
<issueManagement>
4747
<system>GitHub Issue Management</system>
@@ -67,7 +67,7 @@
6767
<argLine>-Djdk.attach.allowAttachSelf -Xms1024m -Xmx1024m</argLine>
6868

6969
<!-- Reproducible Builds -->
70-
<project.build.outputTimestamp>1757561022</project.build.outputTimestamp>
70+
<project.build.outputTimestamp>1670887656</project.build.outputTimestamp>
7171
</properties>
7272

7373
<dependencies>

0 commit comments

Comments
 (0)