Skip to content

Commit 870775d

Browse files
committed
[maven-release-plugin] prepare release mybatis-hazelcast-1.3.1
1 parent 7f27b79 commit 870775d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<groupId>org.mybatis.caches</groupId>
3030
<artifactId>mybatis-hazelcast</artifactId>
31-
<version>1.3.1-SNAPSHOT</version>
31+
<version>1.3.1</version>
3232

3333
<name>mybatis-hazelcast</name>
3434
<description>Hazelcast support for MyBatis Cache</description>
@@ -37,7 +37,7 @@
3737
<scm>
3838
<connection>scm:git:ssh://git@github.com/mybatis/hazelcast-cache.git</connection>
3939
<developerConnection>scm:git:ssh://git@github.com/mybatis/hazelcast-cache.git</developerConnection>
40-
<tag>HEAD</tag>
40+
<tag>mybatis-hazelcast-1.3.1</tag>
4141
<url>http://github.com/mybatis/hazelcast-cache/</url>
4242
</scm>
4343
<issueManagement>
@@ -79,7 +79,7 @@
7979
<argLine>-Dhazelcast.config=${project.basedir}/src/test/resources/hazelcast-default.xml -Dhazelcast.client.config=${project.basedir}/src/test/resources/hazelcast-client-default.xml -Dhazelcast.security.recommendations -Dhz.jet.enabled=true --add-modules java.se --add-exports java.base/jdk.internal.ref=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.management/sun.management=ALL-UNNAMED --add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED</argLine>
8080

8181
<!-- Reproducible Builds -->
82-
<project.build.outputTimestamp>1670038089</project.build.outputTimestamp>
82+
<project.build.outputTimestamp>1713223598</project.build.outputTimestamp>
8383
</properties>
8484

8585
<dependencies>

0 commit comments

Comments
 (0)