From: Stephen C. <sco...@us...> - 2006-01-09 23:00:58
|
scolebourne 06/01/09 15:00:53 Modified: sourceforge/xdocs changes.xml sourceforge project.properties Log: Add fix issue numbers to changes report Revision Changes Path 1.9 +15 -5 maven-plugins/sourceforge/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sourceforge/xdocs/changes.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- changes.xml 7 Jan 2006 22:50:52 -0000 1.8 +++ changes.xml 9 Jan 2006 23:00:50 -0000 1.9 @@ -14,10 +14,12 @@ <release version="1.3" date="2006-07-01"> <action dev="scolebourne" type="fix"> + <fixes issue="1245493" /> + <fixes issue="1145798" /> Make plugin work against latest sourceforge. </action> - <action dev="scolebourne" type="add"> + <action dev="scolebourne" type="add" issue="1174642"> Added maven.sourceforge.publish.includes and maven.sourceforge.publish.excludes so files to upload can be controlled. @@ -72,21 +74,29 @@ instead of the group ID to simplify setup. </action> - <action dev="ludovicc" type="update" due-to="hkollmann"> + <action dev="ludovicc" type="update" due-to="hkollmann" issue="1002512"> Display the file that is being sent by FTP. </action> - <action dev="ludovicc" type="update" due-to="hkollmann"> + <action dev="ludovicc" type="update" due-to="hkollmann" issue="1054779"> + Fix the changes goal's pre-requisites. + </action> + + <action dev="ludovicc" type="update" due-to="hkollmann" issue="1002519"> Added flexibility to jelly.xml, now it's possible to call each process standalone. You can upload and release more than one package with different files - all build during one site:generate cycle. </action> - <action dev="ludovicc" type="update"> + <action dev="ludovicc" type="update" issue="1145272"> Use nekohtml-0.9.3.jar. </action> - <action dev="ludovicc" type="add" due-to="Carlos Sanchez"> + <action dev="ludovicc" type="add" due-to="Carlos Sanchez" issue="987148"> + Fail if password not present at plugin start. + </action> + + <action dev="ludovicc" type="add" due-to="Carlos Sanchez" issue="1013364"> Added maven.sourceforge.project.sendEmailNotice property. </action> 1.7 +3 -0 maven-plugins/sourceforge/project.properties Index: project.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sourceforge/project.properties,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- project.properties 7 Jan 2006 22:50:50 -0000 1.6 +++ project.properties 9 Jan 2006 23:00:51 -0000 1.7 @@ -17,6 +17,9 @@ maven.ui.body.foreground=black maven.ui.banner.background=white +# changes plugin +maven.changes.issue.template=http://sourceforge.net/support/tracker.php?aid=%ISSUE% + # build details maven.compile.target=1.3 maven.compile.source=1.3 |