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 9d402d468fbf2959e5e0769e4036179c3575aec6 Author: Brett Leslie Porter <br...@apache.org> AuthorDate: Fri Oct 14 08:08:16 2005 +0000 update versions in plugins git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/maven-projecthelp-plugin@321048 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 40ed46b..45ced98 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>maven-plugin-parent</artifactId> <groupId>org.apache.maven.plugins</groupId> - <version>2.0-beta-4-SNAPSHOT</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-projecthelp-plugin</artifactId> @@ -20,29 +20,29 @@ </description> <prerequisites> - <maven>2.0-beta-4-SNAPSHOT</maven> + <maven>2.0</maven> </prerequisites> <dependencies> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-settings</artifactId> - <version>2.0-beta-4-SNAPSHOT</version> + <version>2.0</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> - <version>2.0-beta-4-SNAPSHOT</version> + <version>2.0</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-descriptor</artifactId> - <version>2.0-beta-4-SNAPSHOT</version> + <version>2.0</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-tools-api</artifactId> - <version>2.0-beta-4-SNAPSHOT</version> + <version>2.0</version> </dependency> </dependencies> </project> -- To stop receiving notification emails like this one, please contact "commits@maven.apache.org" <commits@maven.apache.org>.