From 651bb37a8f81ca43c3ad4fd0f7597a9e7bf71a86 Mon Sep 17 00:00:00 2001 From: epugh Date: Sat, 14 Aug 2004 19:43:31 +0000 Subject: [PATCH] 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 --- eclipse/project.xml | 2 +- eclipse/xdocs/changes.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/eclipse/project.xml b/eclipse/project.xml index d65c4e4a..d99d1c3b 100644 --- a/eclipse/project.xml +++ b/eclipse/project.xml @@ -23,7 +23,7 @@ 3 maven-eclipse-plugin Maven Eclipse Plugin - 1.8 + 1.9-SNAPSHOT A plugin to generate various files for the Eclipse IDE and ease the use of Maven within that environment. Eclipse Plugin for Maven http://maven.apache.org/reference/plugins/eclipse/ diff --git a/eclipse/xdocs/changes.xml b/eclipse/xdocs/changes.xml index 374e71e7..96bd9048 100644 --- a/eclipse/xdocs/changes.xml +++ b/eclipse/xdocs/changes.xml @@ -24,6 +24,8 @@ dIon Gillard + + Fixed a 'race condition' where Cactus dependency is added twice to .classpath. Add eclipse:clean goal.