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:26:23 UTC

[maven-ant-plugin] 05/50: Resolving: MNG-495

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to annotated tag maven-ant-plugin-2.0
in repository https://gitbox.apache.org/repos/asf/maven-ant-plugin.git

commit d30b5ac2b8d7ae5a72cf8f323c57d4b60c5924a1
Author: John Dennis Casey <jd...@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-ant-plugin@193082 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8913acd..4504e46 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,17 +3,17 @@
   <parent>
     <artifactId>maven-plugin-parent</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0-alpha-3</version>
   </parent>
   <artifactId>maven-ant-plugin</artifactId>
-  <version>2.0-alpha-2-SNAPSHOT</version>
+  <version>2.0-alpha-2</version>
   <packaging>maven-plugin</packaging>
   <name>Maven Ant Plugin</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-project</artifactId>
-      <version>2.0-alpha-2</version>
+      <version>2.0-alpha-3</version>
     </dependency>
   </dependencies>
 </project>

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