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 99b15f9063f17dcffc4cecfec4e9440dcaa173e0
Author: John Dennis Casey <jdca...@apache.org>
AuthorDate: Thu Jun 23 06:03:10 2005 +0000

    Resolving: MNG-495
    
    o Pressing [ENTER] at a plugin update prompt should result in the plugin 
being registered, as indicated by the prompt.
    o Use CLI switch '--no-plugin-updates' to suppress usage of the plugin 
registry
    o Use CLI switch '--update-plugins' to force updated/resolved plugin 
versions to be registered
    o Neither of these has a short CLI option, since we're starting to run out 
of sensible char options for these types of things.
    
    
    git-svn-id: 
https://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/maven-projecthelp-plugin@193082
 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1855f67..f16facb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,34 +2,34 @@
   <parent>
     <artifactId>maven-plugin-parent</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0-alpha-3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-projecthelp-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Project-Help Plugin</name>
-  <version>2.0-alpha-3-SNAPSHOT</version>
+  <version>2.0-alpha-1</version>
   <inceptionYear>2001</inceptionYear>
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-tools-api</artifactId>
-      <version>2.0-SNAPSHOT</version>
+      <version>2.0-alpha-3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-model</artifactId>
-      <version>2.0-SNAPSHOT</version>
+      <version>2.0-alpha-3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-settings</artifactId>
-      <version>2.0-SNAPSHOT</version>
+      <version>2.0-alpha-3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-project</artifactId>
-      <version>2.0-SNAPSHOT</version>
+      <version>2.0-alpha-3</version>
     </dependency>
   </dependencies>
 </project>

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

Reply via email to