Skip to content

Commit c1bba8b

Browse files
committed
[maven-release-plugin] prepare release mybatis-velocity-1.1
1 parent 35923b0 commit c1bba8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<groupId>org.mybatis.scripting</groupId>
2727
<artifactId>mybatis-velocity</artifactId>
28-
<version>1.1-SNAPSHOT</version>
28+
<version>1.1</version>
2929
<packaging>jar</packaging>
3030

3131
<name>MyBatis Velocity</name>
@@ -36,7 +36,7 @@
3636
<url>http://github.com/mybatis/velocity-scripting</url>
3737
<connection>scm:git:ssh://github.com/mybatis/velocity-scripting.git</connection>
3838
<developerConnection>scm:git:git+ssh://[email protected]/mybatis/velocity-scripting.git</developerConnection>
39-
<tag>HEAD</tag>
39+
<tag>mybatis-velocity-1.1</tag>
4040
</scm>
4141
<issueManagement>
4242
<system>GitHub Issue Management</system>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.mybatis</groupId>
6666
<artifactId>mybatis</artifactId>
67-
<version>3.2.3-SNAPSHOT</version>
67+
<version>3.2.3</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>org.apache.velocity</groupId>

0 commit comments

Comments
 (0)