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:27:06 UTC

[maven-antrun-plugin] 19/21: update versions in plugins

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

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

commit c7d683ee8e3f4ee7fd0bdf87fe6227be5558cc72
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-antrun-plugin@321048 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9112939..911c8cc 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-antrun-plugin</artifactId>
@@ -11,7 +11,7 @@
   <version>1.0-rc2-SNAPSHOT</version>
   <description>Runs ant scripts embedded in the POM</description>
   <prerequisites>
-    <maven>2.0-beta-4-SNAPSHOT</maven>
+    <maven>2.0</maven>
   </prerequisites>
   <developers>
     <developer>

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