felipeal 2005/07/07 05:51:17 Modified: integration/maven project.xml integration/maven/xdocs changes.xml Log: CACTUS-217: fixed bad end tags, so it works with Maven 1.1 - thanks Eric Lapierre for pointing it out Revision Changes Path 1.26 +3 -3 jakarta-cactus/integration/maven/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/integration/maven/project.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- project.xml 31 May 2005 20:47:07 -0000 1.25 +++ project.xml 7 Jul 2005 12:51:17 -0000 1.26 @@ -95,12 +95,12 @@ <!-- Note: Dependencies below are needed by the Cactus scanner tag --> <dependency> <groupId>ant</groupId> - <artifactId>ant</artifactId>> + <artifactId>ant</artifactId> <version>1.5.3-1</version> </dependency> <dependency> <groupId>commons-jelly</groupId> - <artifactId>commons-jelly</artifactId>> + <artifactId>commons-jelly</artifactId> <version>20030902.160215</version> </dependency> <dependency> @@ -110,7 +110,7 @@ </dependency> <dependency> <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId>> + <artifactId>commons-beanutils</artifactId> <version>1.7.0</version> </dependency> 1.71 +5 -0 jakarta-cactus/integration/maven/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/integration/maven/xdocs/changes.xml,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- changes.xml 31 May 2005 20:47:07 -0000 1.70 +++ changes.xml 7 Jul 2005 12:51:17 -0000 1.71 @@ -8,6 +8,11 @@ <body> <release version="1.8dev" date="in CVS"> + <action dev="felipeal" type="fix" due-to="Eric Lapierre" + issue="CACTUS-217"> + Fixed bad end tags on <code>project.xml</code>, so it works with + Maven 1.1. + </action> <action dev="felipeal" type="fix" issue="CACTUS-214"> Added dependency on <code>Cargo</code>. </action>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]