We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 077ddb7 commit 491b596Copy full SHA for 491b596
pom.xml
@@ -31,7 +31,7 @@
31
</parent>
32
<groupId>org.mybatis.dynamic-sql</groupId>
33
<artifactId>mybatis-dynamic-sql</artifactId>
34
- <version>1.1.2-SNAPSHOT</version>
+ <version>1.1.2</version>
35
<name>MyBatis Dynamic SQL</name>
36
<description>MyBatis framework for generating dynamic SQL</description>
37
<inceptionYear>2016</inceptionYear>
@@ -184,7 +184,7 @@
184
<url>https://github.com/mybatis/mybatis-dynamic-sql</url>
185
<connection>scm:git:ssh://github.com/mybatis/mybatis-dynamic-sql.git</connection>
186
<developerConnection>scm:git:ssh://[email protected]/mybatis/mybatis-dynamic-sql.git</developerConnection>
187
- <tag>HEAD</tag>
+ <tag>mybatis-dynamic-sql-1.1.2</tag>
188
</scm>
189
<issueManagement>
190
<system>GitHub Issue Management</system>
0 commit comments