Skip to content

Commit 9ff4aef

Browse files
committed
[maven-release-plugin] prepare release mybatis-memcached-1.0.0-beta1
1 parent aecf483 commit 9ff4aef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
<artifactId>mybatis-memcached</artifactId>
3232
<packaging>jar</packaging>
3333
<name>MyBatis Caches :: Memcached</name>
34-
<version>1.0.0-beta1-SNAPSHOT</version>
34+
<version>1.0.0-beta1</version>
3535
<description>Memcached support for MyBatis Cache</description>
3636
<url>http://www.mybatis.org/caches/memcached/</url>
3737

3838
<scm>
39-
<url>scm:svn:http://mybatis.googlecode.com/svn/sub-projects/caches/trunk/memcached</url>
40-
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/caches/trunk/memcached</connection>
41-
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/caches/trunk/memcached</developerConnection>
39+
<url>scm:svn:http://mybatis.googlecode.com/svn/sub-projects/caches/tags/mybatis-memcached-1.0.0-beta1</url>
40+
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/caches/tags/mybatis-memcached-1.0.0-beta1</connection>
41+
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/caches/tags/mybatis-memcached-1.0.0-beta1</developerConnection>
4242
</scm>
4343
<distributionManagement>
4444
<!-- Cannot define in parent ATM, see COMMONSSITE-26 -->

0 commit comments

Comments
 (0)