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 93ab085 commit 6613d38Copy full SHA for 6613d38
pom.xml
@@ -28,7 +28,7 @@
28
29
<groupId>org.mybatis.scripting</groupId>
30
<artifactId>mybatis-velocity</artifactId>
31
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
32
<packaging>jar</packaging>
33
34
<name>MyBatis Velocity</name>
@@ -41,7 +41,7 @@
41
<url>http://github.com/mybatis/velocity-scripting</url>
42
<connection>scm:git:ssh://github.com/mybatis/velocity-scripting.git</connection>
43
<developerConnection>scm:git:ssh://[email protected]/mybatis/velocity-scripting.git</developerConnection>
44
- <tag>HEAD</tag>
+ <tag>mybatis-velocity-2.1.0</tag>
45
</scm>
46
<issueManagement>
47
<system>GitHub Issue Management</system>
0 commit comments