Skip to content

Commit ab571d7

Browse files
committed
[maven-release-plugin] prepare release mybatis-dynamic-sql-1.1.3
1 parent 4b4211d commit ab571d7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
limitations under the License.
1616
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2119
<modelVersion>4.0.0</modelVersion>
2220
<parent>
2321
<groupId>org.mybatis</groupId>
@@ -26,7 +24,7 @@
2624
</parent>
2725
<groupId>org.mybatis.dynamic-sql</groupId>
2826
<artifactId>mybatis-dynamic-sql</artifactId>
29-
<version>1.1.3-SNAPSHOT</version>
27+
<version>1.1.3</version>
3028
<name>MyBatis Dynamic SQL</name>
3129
<description>MyBatis framework for generating dynamic SQL</description>
3230
<inceptionYear>2016</inceptionYear>
@@ -259,7 +257,7 @@
259257
<url>https://github.com/mybatis/mybatis-dynamic-sql</url>
260258
<connection>scm:git:ssh://github.com/mybatis/mybatis-dynamic-sql.git</connection>
261259
<developerConnection>scm:git:ssh://[email protected]/mybatis/mybatis-dynamic-sql.git</developerConnection>
262-
<tag>HEAD</tag>
260+
<tag>mybatis-dynamic-sql-1.1.3</tag>
263261
</scm>
264262
<issueManagement>
265263
<system>GitHub Issue Management</system>

0 commit comments

Comments
 (0)