bump version now that 1.8 is released

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115957 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
epugh 2004-08-14 19:43:31 +00:00
parent 3b49ded71a
commit 651bb37a8f
2 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-eclipse-plugin</id> <id>maven-eclipse-plugin</id>
<name>Maven Eclipse Plugin</name> <name>Maven Eclipse Plugin</name>
<currentVersion>1.8</currentVersion> <currentVersion>1.9-SNAPSHOT</currentVersion>
<description>A plugin to generate various files for the Eclipse IDE and ease the use of Maven within that environment.</description> <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> <shortDescription>Eclipse Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/eclipse/</url> <url>http://maven.apache.org/reference/plugins/eclipse/</url>

View File

@ -24,6 +24,8 @@
<author email="dion@multitask.com.au">dIon Gillard</author> <author email="dion@multitask.com.au">dIon Gillard</author>
</properties> </properties>
<body> <body>
<release version="1.9" date="in cvs">
</release>
<release version="1.8" date="2004-08-14"> <release version="1.8" date="2004-08-14">
<action dev="epugh" type="fix" issue="MPECLIPSE-37" due-to="Felipe Leme">Fixed a 'race condition' where Cactus dependency is added twice to .classpath.</action> <action dev="epugh" type="fix" issue="MPECLIPSE-37" due-to="Felipe Leme">Fixed a 'race condition' where Cactus dependency is added twice to .classpath.</action>
<action dev="epugh" type="add" issue="MPECLIPSE-27" due-to="Kristopher Brown">Add eclipse:clean goal.</action> <action dev="epugh" type="add" issue="MPECLIPSE-27" due-to="Kristopher Brown">Add eclipse:clean goal.</action>