This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to annotated tag maven-help-plugin-2.0 in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git
commit 678c91008ecf2bbebbb51f2e2cd0f1e26357115b Author: Brett Leslie Porter <br...@apache.org> AuthorDate: Tue Oct 11 08:45:30 2005 +0000 get plugins building again git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/maven-projecthelp-plugin@312841 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 60a3b74..b649dd1 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>maven-plugin-parent</artifactId> <groupId>org.apache.maven.plugins</groupId> - <version>2.0-beta-3</version> + <version>2.0-beta-4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-projecthelp-plugin</artifactId> @@ -19,12 +19,12 @@ <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-settings</artifactId> - <version>2.0-beta-1</version> + <version>2.0-beta-4-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> - <version>2.0-beta-3</version> + <version>2.0-beta-4-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> -- To stop receiving notification emails like this one, please contact "commits@maven.apache.org" <commits@maven.apache.org>.