|
28 | 28 |
|
29 | 29 | <groupId>org.mybatis.caches</groupId>
|
30 | 30 | <artifactId>mybatis-memcached</artifactId>
|
31 |
| - <version>1.1.1-SNAPSHOT</version> |
| 31 | + <version>1.1.1</version> |
32 | 32 | <packaging>jar</packaging>
|
33 | 33 |
|
34 | 34 | <name>mybatis-memcached</name>
|
|
41 | 41 | <url>http://github.com/mybatis/memcached-cache</url>
|
42 | 42 | <connection>scm:git:ssh://github.com/mybatis/memcached-cache.git</connection>
|
43 | 43 | <developerConnection>scm:git:ssh://git@github.com/mybatis/memcached-cache.git</developerConnection>
|
44 |
| - <tag>HEAD</tag> |
| 44 | + <tag>mybatis-memcached-1.1.1</tag> |
45 | 45 | </scm>
|
46 | 46 | <issueManagement>
|
47 | 47 | <system>GitHub Issue Management</system>
|
|
67 | 67 | <argLine>-Djdk.attach.allowAttachSelf -Xms1024m -Xmx1024m</argLine>
|
68 | 68 |
|
69 | 69 | <!-- Reproducible Builds-->
|
70 |
| - <project.build.outputTimestamp>1757561022</project.build.outputTimestamp> |
| 70 | + <project.build.outputTimestamp>1670887656</project.build.outputTimestamp> |
71 | 71 | </properties>
|
72 | 72 |
|
73 | 73 | <dependencies>
|
|