We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96094f2 commit 61f9fe0Copy full SHA for 61f9fe0
pom.xml
@@ -24,7 +24,7 @@
24
</parent>
25
<groupId>org.mybatis.dynamic-sql</groupId>
26
<artifactId>mybatis-dynamic-sql</artifactId>
27
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.0</version>
28
<name>MyBatis Dynamic SQL</name>
29
<description>MyBatis framework for generating dynamic SQL</description>
30
<inceptionYear>2016</inceptionYear>
@@ -278,7 +278,7 @@
278
<url>https://github.com/mybatis/mybatis-dynamic-sql</url>
279
<connection>scm:git:ssh://github.com/mybatis/mybatis-dynamic-sql.git</connection>
280
<developerConnection>scm:git:ssh://[email protected]/mybatis/mybatis-dynamic-sql.git</developerConnection>
281
- <tag>HEAD</tag>
+ <tag>mybatis-dynamic-sql-1.2.0</tag>
282
</scm>
283
<issueManagement>
284
<system>GitHub Issue Management</system>
0 commit comments