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 880c5886558824138e69a8f364911b17ed5a2ab9 Author: Brett Leslie Porter <br...@apache.org> AuthorDate: Sun May 7 03:36:01 2006 +0000 set EOL style git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-help-plugin@400409 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 90 ++++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/pom.xml b/pom.xml index 4d5f7a1..f710ffd 100644 --- a/pom.xml +++ b/pom.xml @@ -1,46 +1,46 @@ -<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-plugins</artifactId> - <groupId>org.apache.maven.plugins</groupId> - <version>1</version> - </parent> - <modelVersion>4.0.0</modelVersion> - <artifactId>maven-help-plugin</artifactId> - <packaging>maven-plugin</packaging> - <name>Maven Help Plugin</name> - <version>2.0.2-SNAPSHOT</version> - <description> - The Maven Help plugin provides goals aimed at helping to make sense out of - the build environment. It includes the ability to view the effective - POM and settings files, after inheritance and active profiles - have been applied, as well as a describe a particular plugin goal to give usage information. - </description> - <inceptionYear>2001</inceptionYear> - <dependencies> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-api</artifactId> - <version>2.0</version> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-settings</artifactId> - <version>2.0</version> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-core</artifactId> - <version>2.0</version> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-tools-api</artifactId> - <version>2.0</version> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-descriptor</artifactId> - <version>2.0</version> - </dependency> - </dependencies> +<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-plugins</artifactId> + <groupId>org.apache.maven.plugins</groupId> + <version>1</version> + </parent> + <modelVersion>4.0.0</modelVersion> + <artifactId>maven-help-plugin</artifactId> + <packaging>maven-plugin</packaging> + <name>Maven Help Plugin</name> + <version>2.0.2-SNAPSHOT</version> + <description> + The Maven Help plugin provides goals aimed at helping to make sense out of + the build environment. It includes the ability to view the effective + POM and settings files, after inheritance and active profiles + have been applied, as well as a describe a particular plugin goal to give usage information. + </description> + <inceptionYear>2001</inceptionYear> + <dependencies> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-plugin-api</artifactId> + <version>2.0</version> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-settings</artifactId> + <version>2.0</version> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-core</artifactId> + <version>2.0</version> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-plugin-tools-api</artifactId> + <version>2.0</version> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-plugin-descriptor</artifactId> + <version>2.0</version> + </dependency> + </dependencies> </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>.