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 caf6075a4f900b75d25ce7a0a6efff44fb4ed938 Author: Brett Leslie Porter <br...@apache.org> AuthorDate: Mon Jun 20 07:18:24 2005 +0000 change <model> to <project> in root tag. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/maven-projecthelp-plugin@191414 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3e23745..1855f67 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,4 @@ -<model> +<project> <parent> <artifactId>maven-plugin-parent</artifactId> <groupId>org.apache.maven.plugins</groupId> @@ -32,4 +32,4 @@ <version>2.0-SNAPSHOT</version> </dependency> </dependencies> -</model> +</project> -- To stop receiving notification emails like this one, please contact "commits@maven.apache.org" <commits@maven.apache.org>.