Skip to content

Commit 07e17f7

Browse files
committed
[maven-release-plugin] prepare release mybatis-dynamic-sql-1.5.2
1 parent 943e483 commit 07e17f7

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
@@ -26,7 +26,7 @@
2626

2727
<groupId>org.mybatis.dynamic-sql</groupId>
2828
<artifactId>mybatis-dynamic-sql</artifactId>
29-
<version>1.5.2-SNAPSHOT</version>
29+
<version>1.5.2</version>
3030

3131
<name>MyBatis Dynamic SQL</name>
3232
<description>MyBatis framework for generating dynamic SQL</description>
@@ -36,7 +36,7 @@
3636
<scm>
3737
<connection>scm:git:ssh://[email protected]/mybatis/mybatis-dynamic-sql.git</connection>
3838
<developerConnection>scm:git:ssh://[email protected]/mybatis/mybatis-dynamic-sql.git</developerConnection>
39-
<tag>HEAD</tag>
39+
<tag>mybatis-dynamic-sql-1.5.2</tag>
4040
<url>https://github.com/mybatis/mybatis-dynamic-sql/</url>
4141
</scm>
4242
<issueManagement>
@@ -78,7 +78,7 @@
7878
<osgi.export>org.mybatis.dynamic.sql.*;version=${project.version};-noimport:=true</osgi.export>
7979

8080
<!-- Reproducible Builds -->
81-
<project.build.outputTimestamp>1714504234</project.build.outputTimestamp>
81+
<project.build.outputTimestamp>1717449261</project.build.outputTimestamp>
8282
</properties>
8383

8484
<dependencies>

0 commit comments

Comments
 (0)