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 6b110d92caf2f4079d729cb34c9f6a766d5b90e3 Author: Brett Leslie Porter <br...@apache.org> AuthorDate: Wed Jan 25 00:45:36 2006 +0000 [maven-scm] copy for tag maven-help-plugin-2.0 git-svn-id: https://svn.apache.org/repos/asf/maven/components/tags/maven-help-plugin-2.0@372065 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index 5ee2661..4c72724 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,4 @@ -<project> +<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <artifactId>maven-plugin-parent</artifactId> <groupId>org.apache.maven.plugins</groupId> @@ -8,21 +8,13 @@ <artifactId>maven-help-plugin</artifactId> <packaging>maven-plugin</packaging> <name>Maven Help Plugin</name> - <version>2.0-beta-2-SNAPSHOT</version> - <inceptionYear>2001</inceptionYear> - - <description> - Provides mojos aimed at helping the user to make sense out of + <version>2.0</version> + <description>Provides mojos aimed at helping the user to make sense out of the build environment. It includes mojos to view the effective POM and settings files, after inheritance and active profiles have been applied, as well as a 'describe' mojo to give the - user information about how to use a plugin. - </description> - - <prerequisites> - <maven>2.0</maven> - </prerequisites> - + user information about how to use a plugin.</description> + <inceptionYear>2001</inceptionYear> <dependencies> <dependency> <groupId>org.apache.maven</groupId> @@ -36,13 +28,13 @@ </dependency> <dependency> <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-descriptor</artifactId> + <artifactId>maven-plugin-tools-api</artifactId> <version>2.0</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-tools-api</artifactId> + <artifactId>maven-plugin-descriptor</artifactId> <version>2.0</version> </dependency> </dependencies> -</project> +</project> \ No newline at end of file -- To stop receiving notification emails like this one, please contact "commits@maven.apache.org" <commits@maven.apache.org>.