We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc02758 commit f128e08Copy full SHA for f128e08
pom.xml
@@ -28,7 +28,7 @@
28
29
<groupId>org.mybatis.scripting</groupId>
30
<artifactId>mybatis-freemarker</artifactId>
31
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.0</version>
32
<packaging>jar</packaging>
33
34
<name>MyBatis FreeMarker</name>
@@ -56,7 +56,7 @@
56
<url>https://github.com/mybatis/freemarker-scripting</url>
57
<connection>scm:git:ssh://github.com/mybatis/freemarker-scripting.git</connection>
58
<developerConnection>scm:git:ssh://[email protected]/mybatis/freemarker-scripting.git</developerConnection>
59
- <tag>HEAD</tag>
+ <tag>mybatis-freemarker-1.2.0</tag>
60
</scm>
61
<issueManagement>
62
<system>GitHub Issue Management</system>
0 commit comments