Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonetripodi committed Sep 22, 2010
1 parent 32ba71e commit 3bea558
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,15 @@
<!--
version: $Id$
-->
<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/maven-v4_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/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-spring</artifactId>
<name>mybatis-spring</name>
<description>An easy-to-use Spring3 bridge for
MyBatis sql mapping framework.</description>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-RC1</version>
<packaging>jar</packaging>
<url>http://www.mybatis.org/</url>

Expand Down Expand Up @@ -156,9 +154,9 @@
</contributors>

<scm>
<url>scm:svn:http://mybatis.googlecode.com/svn/sub-projects/mybatis-spring/trunk</url>
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/mybatis-spring/trunk</connection>
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/mybatis-spring/trunk</developerConnection>
<url>scm:svn:http://mybatis.googlecode.com/svn/sub-projects/mybatis-spring/tags/1.0.0-RC1</url>
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/mybatis-spring/tags/1.0.0-RC1</connection>
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/mybatis-spring/tags/1.0.0-RC1</developerConnection>
</scm>

<reporting>
Expand Down

0 comments on commit 3bea558

Please sign in to comment.