|
From: <fel...@us...> - 2006-12-28 03:42:36
|
Revision: 542
http://svn.sourceforge.net/dbunit/?rev=542&view=rev
Author: felipeal
Date: 2006-12-27 19:42:35 -0800 (Wed, 27 Dec 2006)
Log Message:
-----------
[maven-release-plugin] prepare release release-2-2
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2006-12-28 03:38:47 UTC (rev 541)
+++ trunk/pom.xml 2006-12-28 03:42:35 UTC (rev 542)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
<packaging>jar</packaging>
- <version>2.2-SNAPSHOT</version>
+ <version>2.2</version>
<name>DbUnit Framework</name>
<url>http://dbunit.sourceforge.net</url>
<!-- TODO - stuff below changed on M2; I think it went to Site plugin
@@ -26,9 +26,9 @@
</license>
</licenses>
<scm>
- <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</connection>
- <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</developerConnection>
- <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</url>
+ <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2</connection>
+ <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2</developerConnection>
+ <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2</url>
</scm>
<issueManagement>
<system>SourceForge</system>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|