Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mybatis-velocity-1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonetripodi committed Sep 29, 2013
1 parent 35923b0 commit c1bba8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>org.mybatis.scripting</groupId>
<artifactId>mybatis-velocity</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<packaging>jar</packaging>

<name>MyBatis Velocity</name>
Expand All @@ -36,7 +36,7 @@
<url>http://github.com/mybatis/velocity-scripting</url>
<connection>scm:git:ssh://github.com/mybatis/velocity-scripting.git</connection>
<developerConnection>scm:git:git+ssh://[email protected]/mybatis/velocity-scripting.git</developerConnection>
<tag>HEAD</tag>
<tag>mybatis-velocity-1.1</tag>
</scm>
<issueManagement>
<system>GitHub Issue Management</system>
Expand Down Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
Expand Down

0 comments on commit c1bba8b

Please sign in to comment.