From ca65ed44dc7727e6c668a79992e1929801d1a6d6 Mon Sep 17 00:00:00 2001 From: Vincent Siveton Date: Thu, 28 Feb 2008 13:19:13 +0000 Subject: [PATCH] o assumed Maven 2.0 git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@631959 13f79535-47bb-0310-9956-ffa450edef68 --- maven-plugin-tools-api/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maven-plugin-tools-api/pom.xml b/maven-plugin-tools-api/pom.xml index fe5bf51..838b29c 100644 --- a/maven-plugin-tools-api/pom.xml +++ b/maven-plugin-tools-api/pom.xml @@ -30,7 +30,7 @@ maven-plugin-tools-api Maven Plugin Tools APIs - The Maven Plugin Tools API provides an API to extract information from and generate documentation for Maven 2 Plugins. + The Maven Plugin Tools API provides an API to extract information from and generate documentation for Maven Plugins. diff --git a/pom.xml b/pom.xml index 492000d..5679e40 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ pom Maven Plugin Tools - The Maven Plugin Tools contains the necessary tools to be able to produce Maven 2 Plugins in a variety of languages. + The Maven Plugin Tools contains the necessary tools to be able to produce Maven Plugins in a variety of languages. http://maven.apache.org/plugin-tools/ 2004