|
From: <fel...@us...> - 2006-12-27 00:42:28
|
Revision: 528
http://svn.sourceforge.net/dbunit/?rev=528&view=rev
Author: felipeal
Date: 2006-12-26 16:42:27 -0800 (Tue, 26 Dec 2006)
Log Message:
-----------
1482990: set automatic email (changes plugin)
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2006-12-25 22:52:04 UTC (rev 527)
+++ trunk/pom.xml 2006-12-27 00:42:27 UTC (rev 528)
@@ -16,10 +16,7 @@
-->
<inceptionYear>2002</inceptionYear>
<description>
- DbUnit is a JUnit extension (also usable from Ant) targeted for database-driven projects that,
- among other things, puts your database into a known state between test runs. This is an
- excellent way to avoid the myriad of problems that can occur when one test case corrupts
- the database and causes subsequent tests to fail or exacerbate the damage.
+ DbUnit is a JUnit extension (also usable from Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage.
</description>
<licenses>
<license>
@@ -68,7 +65,19 @@
<!-- who the developers are for the project -->
<developers>
+ <!-- put my name first, so my email is used by the announcements-email
+ plugin -->
<developer>
+ <name>Felipe Leme</name>
+ <id>felipeal</id>
+ <email>db...@fe...</email>
+ <organization>Falcon Informatica</organization>
+ <timezone>-3</timezone>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+ <developer>
<name>Benjamin Cox</name>
<id>bdrum</id>
<roles>
@@ -112,16 +121,6 @@
<!-- <role>Original Ant Task Contributor</role> -->
</roles>
</developer>
- <developer>
- <name>Felipe Leme</name>
- <id>felipeal</id>
- <email>db...@fe...</email>
- <organization>Falcon Informatica</organization>
- <timezone>-3</timezone>
- <roles>
- <role>Java Developer</role>
- </roles>
- </developer>
</developers>
<contributors>
@@ -320,8 +319,15 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<configuration>
+ <smtpHost>localhost</smtpHost>
+ <smtpPort implementation="java.lang.Integer">25</smtpPort>
+ <introduction>This is a long-awaited new DbUnit official release, generated more than 2 years after DbUnit 2.1!</introduction>
+ <toAddresses>
+ <toAddress implementation="java.lang.String">dbu...@li...</toAddress>
+ <toAddress implementation="java.lang.String">dbu...@li...</toAddress>
+ </toAddresses>
+ <urlDownload>http://sourceforge.net/project/showfiles.php?group_id=47439&release_id=242511</urlDownload>
<issueLinkTemplate>%URL%?func=detail&aid=%ISSUE%&group_id=47439&atid=449494</issueLinkTemplate>
- <xmlPath>${basedir}/src/site/xdoc/changes.xml</xmlPath>
</configuration>
<reportSets>
<reportSet>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
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.
|
|
From: <fel...@us...> - 2006-12-28 01:52:17
|
Revision: 536
http://svn.sourceforge.net/dbunit/?rev=536&view=rev
Author: felipeal
Date: 2006-12-27 17:52:15 -0800 (Wed, 27 Dec 2006)
Log Message:
-----------
1482990: added TODO and reverted SNAPSHOT
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2006-12-27 11:18:04 UTC (rev 535)
+++ trunk/pom.xml 2006-12-28 01:52:15 UTC (rev 536)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
<packaging>jar</packaging>
- <version>2.2</version>
+ <version>2.2-SNAPSHOT</version>
<name>DbUnit Framework</name>
<url>http://dbunit.sourceforge.net</url>
<!-- TODO - stuff below changed on M2; I think it went to Site plugin
@@ -169,6 +169,8 @@
<!-- TODO: check which dependencies could marked as optional.
For instance, ant is optional because it's only necessary for the dbunit
Ant tasks. -->
+
+<!-- TODO: add exclusion for dependencies that include xerces/xalan -->
<!-- JUnit 3.8.2 fix that annoying 'expected: <....>' bug... -->
<dependency>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fel...@us...> - 2006-12-28 02:41:46
|
Revision: 537
http://svn.sourceforge.net/dbunit/?rev=537&view=rev
Author: felipeal
Date: 2006-12-27 18:41:45 -0800 (Wed, 27 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-28 01:52:15 UTC (rev 536)
+++ trunk/pom.xml 2006-12-28 02:41:45 UTC (rev 537)
@@ -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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fel...@us...> - 2006-12-28 03:37:01
|
Revision: 540
http://svn.sourceforge.net/dbunit/?rev=540&view=rev
Author: felipeal
Date: 2006-12-27 19:36:59 -0800 (Wed, 27 Dec 2006)
Log Message:
-----------
changed SVN URLs, as SourceForge changed
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2006-12-28 03:32:13 UTC (rev 539)
+++ trunk/pom.xml 2006-12-28 03:36:59 UTC (rev 540)
@@ -26,9 +26,9 @@
</license>
</licenses>
<scm>
- <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>
+ <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>
</scm>
<issueManagement>
<system>SourceForge</system>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fel...@us...> - 2006-12-28 03:38:49
|
Revision: 541
http://svn.sourceforge.net/dbunit/?rev=541&view=rev
Author: felipeal
Date: 2006-12-27 19:38:47 -0800 (Wed, 27 Dec 2006)
Log Message:
-----------
added snapshot again...
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2006-12-28 03:36:59 UTC (rev 540)
+++ trunk/pom.xml 2006-12-28 03:38:47 UTC (rev 541)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
<packaging>jar</packaging>
- <version>2.2</version>
+ <version>2.2-SNAPSHOT</version>
<name>DbUnit Framework</name>
<url>http://dbunit.sourceforge.net</url>
<!-- TODO - stuff below changed on M2; I think it went to Site plugin
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
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.
|
|
From: <fel...@us...> - 2006-12-28 03:43:01
|
Revision: 544
http://svn.sourceforge.net/dbunit/?rev=544&view=rev
Author: felipeal
Date: 2006-12-27 19:42:58 -0800 (Wed, 27 Dec 2006)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2006-12-28 03:42:50 UTC (rev 543)
+++ trunk/pom.xml 2006-12-28 03:42:58 UTC (rev 544)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
<packaging>jar</packaging>
- <version>2.2</version>
+ <version>2.2.1-SNAPSHOT</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/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>
+ <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>
</scm>
<issueManagement>
<system>SourceForge</system>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fel...@us...> - 2006-12-28 04:50:24
|
Revision: 548
http://svn.sourceforge.net/dbunit/?rev=548&view=rev
Author: felipeal
Date: 2006-12-27 20:50:23 -0800 (Wed, 27 Dec 2006)
Log Message:
-----------
fixed release dir
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2006-12-28 04:34:38 UTC (rev 547)
+++ trunk/pom.xml 2006-12-28 04:50:23 UTC (rev 548)
@@ -335,7 +335,7 @@
<toAddress implementation="java.lang.String">dbu...@li...</toAddress>
<toAddress implementation="java.lang.String">dbu...@li...</toAddress>
</toAddresses>
- <urlDownload>http://sourceforge.net/project/showfiles.php?group_id=47439&release_id=242511</urlDownload>
+ <urlDownload>http://sourceforge.net/project/showfiles.php?group_id=47439</urlDownload>
<issueLinkTemplate>%URL%?func=detail&aid=%ISSUE%&group_id=47439&atid=449494</issueLinkTemplate>
</configuration>
<reportSets>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rlo...@us...> - 2008-02-04 12:46:44
|
Revision: 555
http://dbunit.svn.sourceforge.net/dbunit/?rev=555&view=rev
Author: rlogiacco
Date: 2008-02-04 04:46:35 -0800 (Mon, 04 Feb 2008)
Log Message:
-----------
added test dependency for slf4j
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2007-10-12 01:13:57 UTC (rev 554)
+++ trunk/pom.xml 2008-02-04 12:46:35 UTC (rev 555)
@@ -243,10 +243,17 @@
</dependency>
<dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <version>1.4.3</version>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.4.3</version>
</dependency>
+
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>1.4.3</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rlo...@us...> - 2008-02-04 13:47:29
|
Revision: 556
http://dbunit.svn.sourceforge.net/dbunit/?rev=556&view=rev
Author: rlogiacco
Date: 2008-02-04 05:47:26 -0800 (Mon, 04 Feb 2008)
Log Message:
-----------
removed verbose output on test execution
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-02-04 12:46:35 UTC (rev 555)
+++ trunk/pom.xml 2008-02-04 13:47:26 UTC (rev 556)
@@ -250,7 +250,7 @@
<dependency>
<groupId>org.slf4j</groupId>
- <artifactId>slf4j-simple</artifactId>
+ <artifactId>slf4j-nop</artifactId>
<version>1.4.3</version>
<scope>test</scope>
</dependency>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rlo...@us...> - 2008-02-05 21:48:57
|
Revision: 562
http://dbunit.svn.sourceforge.net/dbunit/?rev=562&view=rev
Author: rlogiacco
Date: 2008-02-05 13:48:55 -0800 (Tue, 05 Feb 2008)
Log Message:
-----------
removed commons logging dependency and shifted lsf4j-nop dependency to runtime scope
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-02-05 21:47:52 UTC (rev 561)
+++ trunk/pom.xml 2008-02-05 21:48:55 UTC (rev 562)
@@ -236,13 +236,6 @@
</dependency>
<dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
-<!-- TODO: update or use range-->
- <version>1.0.4</version>
- </dependency>
-
- <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.4.3</version>
@@ -252,7 +245,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
<version>1.4.3</version>
- <scope>test</scope>
+ <scope>runtime</scope>
</dependency>
</dependencies>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rlo...@us...> - 2008-02-21 16:20:48
|
Revision: 569
http://dbunit.svn.sourceforge.net/dbunit/?rev=569&view=rev
Author: rlogiacco
Date: 2008-02-21 08:19:55 -0800 (Thu, 21 Feb 2008)
Log Message:
-----------
added myself (rlogiacco) to developers
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-02-20 09:51:02 UTC (rev 568)
+++ trunk/pom.xml 2008-02-21 16:19:55 UTC (rev 569)
@@ -121,6 +121,15 @@
<!-- <role>Original Ant Task Contributor</role> -->
</roles>
</developer>
+ <developer>
+ <name>Roberto Lo Giacco</name>
+ <id>rlogiacco</id>
+ <email>rlo...@us...</email>
+ <organization>SmartLab</organization>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
</developers>
<contributors>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rlo...@us...> - 2008-03-17 19:37:28
|
Revision: 584
http://dbunit.svn.sourceforge.net/dbunit/?rev=584&view=rev
Author: rlogiacco
Date: 2008-03-17 12:37:04 -0700 (Mon, 17 Mar 2008)
Log Message:
-----------
moved file transfer method from scpexe to scp
fixed repositories names
moved shell server hostname to match sourceforge suggestion
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-03-12 20:38:16 UTC (rev 583)
+++ trunk/pom.xml 2008-03-17 19:37:04 UTC (rev 584)
@@ -367,17 +367,17 @@
<distributionManagement>
<snapshotRepository>
<id>sf_snapshots</id>
- <name>SourceForge Snapshot</name>
- <url>scpexe://ssh.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/snapshots</url>
+ <name>SourceForge Snapshots Repo</name>
+ <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/snapshots</url>
</snapshotRepository>
<repository>
<id>sf_official</id>
- <name>SourceForge Snapshot</name>
- <url>scpexe://ssh.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/official</url>
+ <name>SourceForge Releases Repo</name>
+ <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/official</url>
</repository>
<site>
<id>sf_website</id>
- <url>scpexe://ssh.sourceforge.net/home/groups/d/db/dbunit/htdocs</url>
+ <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs</url>
</site>
</distributionManagement>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rlo...@us...> - 2008-03-17 21:47:50
|
Revision: 586
http://dbunit.svn.sourceforge.net/dbunit/?rev=586&view=rev
Author: rlogiacco
Date: 2008-03-17 14:47:29 -0700 (Mon, 17 Mar 2008)
Log Message:
-----------
[maven-release-plugin] prepare release dbunit-2.2.1
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-03-17 21:41:37 UTC (rev 585)
+++ trunk/pom.xml 2008-03-17 21:47:29 UTC (rev 586)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
<packaging>jar</packaging>
- <version>2.2.1-SNAPSHOT</version>
+ <version>2.2.1</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/dbunit-2.2.1</connection>
+ <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.2.1</developerConnection>
+ <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.2.1</url>
</scm>
<issueManagement>
<system>SourceForge</system>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rlo...@us...> - 2008-03-17 21:51:52
|
Revision: 587
http://dbunit.svn.sourceforge.net/dbunit/?rev=587&view=rev
Author: rlogiacco
Date: 2008-03-17 14:51:33 -0700 (Mon, 17 Mar 2008)
Log Message:
-----------
[maven-release-plugin] rollback the release of dbunit-2.2.1
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-03-17 21:47:29 UTC (rev 586)
+++ trunk/pom.xml 2008-03-17 21:51:33 UTC (rev 587)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
<packaging>jar</packaging>
- <version>2.2.1</version>
+ <version>2.2.1-SNAPSHOT</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/tags/dbunit-2.2.1</connection>
- <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.2.1</developerConnection>
- <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.2.1</url>
+ <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>
</scm>
<issueManagement>
<system>SourceForge</system>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rlo...@us...> - 2008-03-17 21:53:29
|
Revision: 588
http://dbunit.svn.sourceforge.net/dbunit/?rev=588&view=rev
Author: rlogiacco
Date: 2008-03-17 14:53:18 -0700 (Mon, 17 Mar 2008)
Log Message:
-----------
[maven-release-plugin] prepare release release-2-2-1
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-03-17 21:51:33 UTC (rev 587)
+++ trunk/pom.xml 2008-03-17 21:53:18 UTC (rev 588)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
<packaging>jar</packaging>
- <version>2.2.1-SNAPSHOT</version>
+ <version>2.2.1</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-1</connection>
+ <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2-1</developerConnection>
+ <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2-1</url>
</scm>
<issueManagement>
<system>SourceForge</system>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rlo...@us...> - 2008-03-17 22:01:57
|
Revision: 589
http://dbunit.svn.sourceforge.net/dbunit/?rev=589&view=rev
Author: rlogiacco
Date: 2008-03-17 15:01:35 -0700 (Mon, 17 Mar 2008)
Log Message:
-----------
[maven-release-plugin] rollback the release of release-2-2-1
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-03-17 21:53:18 UTC (rev 588)
+++ trunk/pom.xml 2008-03-17 22:01:35 UTC (rev 589)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
<packaging>jar</packaging>
- <version>2.2.1</version>
+ <version>2.2.1-SNAPSHOT</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/tags/release-2-2-1</connection>
- <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2-1</developerConnection>
- <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2-1</url>
+ <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>
</scm>
<issueManagement>
<system>SourceForge</system>
@@ -438,5 +438,4 @@
</profile>
</profiles>
-</project>
-
+</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rlo...@us...> - 2008-03-17 22:04:22
|
Revision: 590
http://dbunit.svn.sourceforge.net/dbunit/?rev=590&view=rev
Author: rlogiacco
Date: 2008-03-17 15:04:08 -0700 (Mon, 17 Mar 2008)
Log Message:
-----------
[maven-release-plugin] prepare release dbunit-2.2.1
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-03-17 22:01:35 UTC (rev 589)
+++ trunk/pom.xml 2008-03-17 22:04:08 UTC (rev 590)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
<packaging>jar</packaging>
- <version>2.2.1-SNAPSHOT</version>
+ <version>2.2.1</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/dbunit-2.2.1</connection>
+ <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.2.1</developerConnection>
+ <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.2.1</url>
</scm>
<issueManagement>
<system>SourceForge</system>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rlo...@us...> - 2008-03-17 22:05:09
|
Revision: 591
http://dbunit.svn.sourceforge.net/dbunit/?rev=591&view=rev
Author: rlogiacco
Date: 2008-03-17 15:04:58 -0700 (Mon, 17 Mar 2008)
Log Message:
-----------
[maven-release-plugin] rollback the release of dbunit-2.2.1
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-03-17 22:04:08 UTC (rev 590)
+++ trunk/pom.xml 2008-03-17 22:04:58 UTC (rev 591)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
<packaging>jar</packaging>
- <version>2.2.1</version>
+ <version>2.2.1-SNAPSHOT</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/tags/dbunit-2.2.1</connection>
- <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.2.1</developerConnection>
- <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.2.1</url>
+ <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>
</scm>
<issueManagement>
<system>SourceForge</system>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rlo...@us...> - 2008-03-17 22:21:39
|
Revision: 592
http://dbunit.svn.sourceforge.net/dbunit/?rev=592&view=rev
Author: rlogiacco
Date: 2008-03-17 15:21:37 -0700 (Mon, 17 Mar 2008)
Log Message:
-----------
[maven-release-plugin] prepare release dbunit-2.2.1
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-03-17 22:04:58 UTC (rev 591)
+++ trunk/pom.xml 2008-03-17 22:21:37 UTC (rev 592)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
<packaging>jar</packaging>
- <version>2.2.1-SNAPSHOT</version>
+ <version>2.2.1</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/dbunit-2.2.1</connection>
+ <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.2.1</developerConnection>
+ <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.2.1</url>
</scm>
<issueManagement>
<system>SourceForge</system>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rlo...@us...> - 2008-03-17 22:22:41
|
Revision: 593
http://dbunit.svn.sourceforge.net/dbunit/?rev=593&view=rev
Author: rlogiacco
Date: 2008-03-17 15:22:38 -0700 (Mon, 17 Mar 2008)
Log Message:
-----------
[maven-release-plugin] rollback the release of dbunit-2.2.1
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-03-17 22:21:37 UTC (rev 592)
+++ trunk/pom.xml 2008-03-17 22:22:38 UTC (rev 593)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
<packaging>jar</packaging>
- <version>2.2.1</version>
+ <version>2.2.1-SNAPSHOT</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/tags/dbunit-2.2.1</connection>
- <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.2.1</developerConnection>
- <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.2.1</url>
+ <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>
</scm>
<issueManagement>
<system>SourceForge</system>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rlo...@us...> - 2008-03-17 22:27:04
|
Revision: 594
http://dbunit.svn.sourceforge.net/dbunit/?rev=594&view=rev
Author: rlogiacco
Date: 2008-03-17 15:26:57 -0700 (Mon, 17 Mar 2008)
Log Message:
-----------
[maven-release-plugin] prepare release release-2-2-1
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-03-17 22:22:38 UTC (rev 593)
+++ trunk/pom.xml 2008-03-17 22:26:57 UTC (rev 594)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
<packaging>jar</packaging>
- <version>2.2.1-SNAPSHOT</version>
+ <version>2.2.1</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-1</connection>
+ <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2-1</developerConnection>
+ <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2-1</url>
</scm>
<issueManagement>
<system>SourceForge</system>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rlo...@us...> - 2008-03-17 22:56:43
|
Revision: 598
http://dbunit.svn.sourceforge.net/dbunit/?rev=598&view=rev
Author: rlogiacco
Date: 2008-03-17 15:56:12 -0700 (Mon, 17 Mar 2008)
Log Message:
-----------
[maven-release-plugin] rollback the release of release-2-2-1
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-03-17 22:30:38 UTC (rev 597)
+++ trunk/pom.xml 2008-03-17 22:56:12 UTC (rev 598)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
<packaging>jar</packaging>
- <version>2.2.1</version>
+ <version>2.2.1-SNAPSHOT</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/tags/release-2-2-1</connection>
- <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2-1</developerConnection>
- <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2-1</url>
+ <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>
</scm>
<issueManagement>
<system>SourceForge</system>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rlo...@us...> - 2008-03-17 23:02:14
|
Revision: 599
http://dbunit.svn.sourceforge.net/dbunit/?rev=599&view=rev
Author: rlogiacco
Date: 2008-03-17 16:02:04 -0700 (Mon, 17 Mar 2008)
Log Message:
-----------
[maven-release-plugin] prepare release release-2-2-1
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-03-17 22:56:12 UTC (rev 598)
+++ trunk/pom.xml 2008-03-17 23:02:04 UTC (rev 599)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
<packaging>jar</packaging>
- <version>2.2.1-SNAPSHOT</version>
+ <version>2.2.1</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-1</connection>
+ <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2-1</developerConnection>
+ <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2-1</url>
</scm>
<issueManagement>
<system>SourceForge</system>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|