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 28743127ce6d350053b8a110eeffe3f3d8ecad5f Author: Brett Leslie Porter <br...@apache.org> AuthorDate: Fri Sep 16 04:30:44 2005 +0000 update dependency and parent versions git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/maven-projecthelp-plugin@289378 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 494ae1b..a14cdab 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>maven-plugin-parent</artifactId> <groupId>org.apache.maven.plugins</groupId> - <version>2.0-beta-1-SNAPSHOT</version> + <version>2.0-beta-1</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-projecthelp-plugin</artifactId> @@ -15,37 +15,31 @@ <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-tools-api</artifactId> - <version>2.0-beta-1-SNAPSHOT</version> + <version>2.0-beta-1</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-artifact</artifactId> - <version>2.0-beta-1-SNAPSHOT</version> + <version>2.0-beta-1</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-project</artifactId> - <version>2.0-beta-1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> - <version>2.0-beta-1-SNAPSHOT</version> + <version>2.0-beta-1</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-model</artifactId> - <version>2.0-beta-1-SNAPSHOT</version> + <version>2.0-beta-1</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-settings</artifactId> - <version>2.0-beta-1-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-project</artifactId> - <version>2.0-beta-1-SNAPSHOT</version> + <version>2.0-beta-1</version> </dependency> </dependencies> </project> -- To stop receiving notification emails like this one, please contact "commits@maven.apache.org" <commits@maven.apache.org>.