|
From: <fel...@us...> - 2006-12-27 01:46:14
|
Revision: 533
http://svn.sourceforge.net/dbunit/?rev=533&view=rev
Author: felipeal
Date: 2006-12-26 17:46:12 -0800 (Tue, 26 Dec 2006)
Log Message:
-----------
[maven-release-plugin] prepare release dbunit-2.2
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2006-12-27 01:34:50 UTC (rev 532)
+++ trunk/pom.xml 2006-12-27 01:46:12 UTC (rev 533)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<project>
+<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.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://svn.sourceforge.net/svnroot/dbunit/trunk/</connection>
- <developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/dbunit/trunk/</developerConnection>
- <url>http://dbunit.cvs.sourceforge.net/dbunit</url>
+ <connection>scm:svn:https://svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.2</connection>
+ <developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.2</developerConnection>
+ <url>http://dbunit.cvs.sourceforge.net/dbunit/tags/dbunit-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.
|