You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/20 09:35:12 UTC

[maven-help-plugin] 19/37: use released versions

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 c635f0d8a65e9a29028ea94ff7f1d774d989a89d
Author: Brett Leslie Porter <br...@apache.org>
AuthorDate: Tue Oct 4 12:29:10 2005 +0000

    use released versions
    
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/maven-projecthelp-plugin@293592 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index c9a209e..b4ad883 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-1</version>
+    <version>2.0-beta-3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-projecthelp-plugin</artifactId>
@@ -12,7 +12,7 @@
   <inceptionYear>2001</inceptionYear>
   
   <prerequisites>
-    <maven>2.0-beta-3-SNAPSHOT</maven>
+    <maven>2.0-beta-3</maven>
   </prerequisites>
   
   <dependencies>
@@ -24,7 +24,7 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>
-      <version>2.0-beta-3-SNAPSHOT</version>
+      <version>2.0-beta-3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
@@ -32,4 +32,4 @@
       <version>2.0-beta-1</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.