This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to annotated tag maven-help-plugin-2.0.2 in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git
commit 7510c3a3caf50bd1dfc87be240a4589cb2908fe2 Author: Dennis Lundberg <denn...@apache.org> AuthorDate: Sun Nov 11 22:18:36 2007 +0000 o Add xml declaration. o Add used but undeclared dependencies. o Specify version for maven-changelog-plugin. git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-help-plugin@593975 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c490fd4..ef50a1c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,3 +1,4 @@ +<?xml version='1.0' encoding='UTF-8'?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file @@ -44,6 +45,11 @@ under the License. <dependencies> <dependency> <groupId>org.apache.maven</groupId> + <artifactId>maven-artifact</artifactId> + <version>2.0</version> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> <version>2.0</version> </dependency> @@ -59,6 +65,11 @@ under the License. </dependency> <dependency> <groupId>org.apache.maven</groupId> + <artifactId>maven-model</artifactId> + <version>2.0</version> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-tools-api</artifactId> <version>2.0</version> </dependency> @@ -67,15 +78,24 @@ under the License. <artifactId>maven-plugin-descriptor</artifactId> <version>2.0</version> </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-project</artifactId> + <version>2.0</version> + </dependency> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-container-default</artifactId> + <version>1.0-alpha-9</version> + </dependency> </dependencies> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changelog-plugin</artifactId> + <version>2.1</version> </plugin> </plugins> </reporting> </project> - - -- To stop receiving notification emails like this one, please contact "commits@maven.apache.org" <commits@maven.apache.org>.