|
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.
|