Skip to content

Commit 46219ee

Browse files
committed
[maven-release-plugin] prepare release mybatis-dynamic-sql-1.5.0
1 parent c7f4a43 commit 46219ee

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
@@ -24,7 +24,7 @@
2424
</parent>
2525
<groupId>org.mybatis.dynamic-sql</groupId>
2626
<artifactId>mybatis-dynamic-sql</artifactId>
27-
<version>1.5.0-SNAPSHOT</version>
27+
<version>1.5.0</version>
2828
<name>MyBatis Dynamic SQL</name>
2929
<description>MyBatis framework for generating dynamic SQL</description>
3030
<inceptionYear>2016</inceptionYear>
@@ -33,7 +33,7 @@
3333
<url>https://github.com/mybatis/mybatis-dynamic-sql</url>
3434
<connection>scm:git:ssh://github.com/mybatis/mybatis-dynamic-sql.git</connection>
3535
<developerConnection>scm:git:ssh://[email protected]/mybatis/mybatis-dynamic-sql.git</developerConnection>
36-
<tag>HEAD</tag>
36+
<tag>mybatis-dynamic-sql-1.5.0</tag>
3737
</scm>
3838
<issueManagement>
3939
<system>GitHub Issue Management</system>
@@ -72,7 +72,7 @@
7272
<osgi.export>org.mybatis.dynamic.sql.*;version=${project.version};-noimport:=true</osgi.export>
7373

7474
<!-- Reproducible Builds -->
75-
<project.build.outputTimestamp>1665163231</project.build.outputTimestamp>
75+
<project.build.outputTimestamp>1682092915</project.build.outputTimestamp>
7676
</properties>
7777

7878
<build>

0 commit comments

Comments
 (0)