Skip to content

Commit e74d13a

Browse files
committed
[maven-release-plugin] prepare release mybatis-dynamic-sql-1.4.0
1 parent 8a916a9 commit e74d13a

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.4.0-SNAPSHOT</version>
27+
<version>1.4.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.4.0</tag>
3737
</scm>
3838
<issueManagement>
3939
<system>GitHub Issue Management</system>
@@ -74,7 +74,7 @@
7474
<kotlin.code.style>official</kotlin.code.style>
7575
<test.containers.version>1.16.3</test.containers.version>
7676
<osgi.export>org.mybatis.dynamic.sql.*;version=${project.version};-noimport:=true</osgi.export>
77-
<project.build.outputTimestamp>1645112687</project.build.outputTimestamp>
77+
<project.build.outputTimestamp>1646330930</project.build.outputTimestamp>
7878
</properties>
7979

8080
<build>

0 commit comments

Comments
 (0)