From: Morten K. <mor...@us...> - 2005-04-05 21:37:47
|
mortenkr 05/04/05 14:37:40 Modified: files/files text.txt files/xdocs changes.xml navigation.xml files project.xml Added: files/files/somefolder xmlfile.xml files/xdocs news.xml Removed: files/files img5.bmp img3.tif properties.properties web2.html img4.png img2.jpg files/files/somefolder img5.bmp img3.tif img4.png properties.properties web2.html img2.jpg Log: Changed for release Revision Changes Path 1.2 +1 -0 maven-plugins/files/files/text.txt Index: text.txt =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/files/files/text.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- text.txt 7 Mar 2005 10:32:53 -0000 1.1 +++ text.txt 5 Apr 2005 21:37:38 -0000 1.2 @@ -0,0 +1 @@ +Test \ No newline at end of file 1.1 maven-plugins/files/files/somefolder/xmlfile.xml <<Binary file>> 1.2 +1 -1 maven-plugins/files/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/files/xdocs/changes.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- changes.xml 7 Mar 2005 10:32:58 -0000 1.1 +++ changes.xml 5 Apr 2005 21:37:39 -0000 1.2 @@ -2,7 +2,7 @@ <document> <body> - <release version="1.0" date="01.04.2005"> + <release version="1.0" date="05.04.2005"> <action type="add" dev="mortenkr">Version 1.0 released</action> </release> </body> 1.2 +2 -0 maven-plugins/files/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/files/xdocs/navigation.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- navigation.xml 7 Mar 2005 10:32:58 -0000 1.1 +++ navigation.xml 5 Apr 2005 21:37:39 -0000 1.2 @@ -8,6 +8,8 @@ </item> </links> <menu name="Overview"> + <item href="/news-report.html" name="News"> + </item> <item href="/goals.html" name="Goals"> </item> <item href="/properties.html" name="Properties"> 1.1 maven-plugins/files/xdocs/news.xml Index: news.xml =================================================================== <?xml version="1.0" encoding="ISO-8859-1"?> <document> <body> <section name="Current status"> <p>Version 1.0 of plugin released 05.04.2005.</p> </section> <news> <entry name="05.04.2005"> <p> Version 1.0 of plugin released. </p> </entry> <entry name="07.03.2005"> <p>Initial commit to CVS.</p> </entry> </news> </body> </document> 1.2 +2 -1 maven-plugins/files/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/files/project.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- project.xml 7 Mar 2005 10:32:57 -0000 1.1 +++ project.xml 5 Apr 2005 21:37:39 -0000 1.2 @@ -46,7 +46,7 @@ <developer> <name>Morten Kristiansen</name> <id>mortenkr</id> - <email>mor...@us...</email> + <email>mo...@tr...</email> <roles> <role>Java Developer</role> </roles> @@ -70,6 +70,7 @@ </dependencies> <reports> + <report>maven-news-plugin</report> <report>maven-changes-plugin</report> <report>maven-changelog-plugin</report> <report>maven-developer-activity-plugin</report> |