dion 2003/10/13 18:20:01 Modified: eclipse project.xml eclipse/xdocs navigation.xml changes.xml Log: Prep for release Revision Changes Path 1.18 +10 -1 maven-plugins/eclipse/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/eclipse/project.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- project.xml 10 Oct 2003 19:21:00 -0000 1.17 +++ project.xml 14 Oct 2003 01:20:01 -0000 1.18 @@ -5,7 +5,7 @@ <pomVersion>3</pomVersion> <id>maven-eclipse-plugin</id> <name>Maven Eclipse Plug-in</name> - <currentVersion>1.5-SNAPSHOT</currentVersion> + <currentVersion>1.5</currentVersion> <description>A plugin to generate various files for the Eclipse IDE and ease the use of Maven within that environment</description> <shortDescription>Eclipse Plugin for Maven</shortDescription> <url>http://maven.apache.org/reference/plugins/eclipse/</url> @@ -14,6 +14,15 @@ <connection>scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:maven-plugins/eclipse/</connection> <url>http://cvs.apache.org/viewcvs/maven-plugins/eclipse/</url> </repository> + + <versions> + <version> + <id>1.5</id> + <name>1.5</name> + <tag>MAVEN_ECLIPSE_1_5</tag> + </version> + </versions> + <developers> <developer> <name>Vincent Massol</name> 1.3 +3 -0 maven-plugins/eclipse/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /home/cvs/maven-plugins/eclipse/xdocs/navigation.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- navigation.xml 19 Mar 2003 05:54:17 -0000 1.2 +++ navigation.xml 14 Oct 2003 01:20:01 -0000 1.3 @@ -12,5 +12,8 @@ <item name="Goals" href="/goals.html" /> <item name="Properties" href="/properties.html" /> </menu> + <menu name="Downloads"> + <item name="Eclipse Plugin 1.5" href="http://www.ibiblio.org/maven/maven/plugins/maven-eclipse-plugin-1.5.jar"/> + </menu> </body> </project> 1.8 +1 -1 maven-plugins/eclipse/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/eclipse/xdocs/changes.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- changes.xml 3 Oct 2003 04:05:43 -0000 1.7 +++ changes.xml 14 Oct 2003 01:20:01 -0000 1.8 @@ -7,7 +7,7 @@ <body> - <release version="1.5" date="in CVS"> + <release version="1.5" date="2003-10-14"> <action dev="dion" type="fix"> Only classpath dependencies are generated </action>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]