Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mybatis-3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emacarron committed May 23, 2015
1 parent 15b5904 commit 22fcbef
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Expand Up @@ -14,8 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -25,7 +24,7 @@
</parent>

<artifactId>mybatis</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
<packaging>jar</packaging>

<name>mybatis</name>
Expand Down Expand Up @@ -108,7 +107,7 @@
<url>http://github.com/mybatis/mybatis-3</url>
<connection>scm:git:ssh://github.com/mybatis/mybatis-3.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mybatis/mybatis-3.git</developerConnection>
<tag>HEAD</tag>
<tag>mybatis-3.3.0</tag>
</scm>
<issueManagement>
<system>GitHub Issue Management</system>
Expand Down

0 comments on commit 22fcbef

Please sign in to comment.