Author: dennisl
Date: Fri Dec 17 08:54:56 2010
New Revision: 1050321

URL: http://svn.apache.org/viewvc?rev=1050321&view=rev
Log:
Update example project to use more recent versions of Maven and Maven Plugin 
Plugin.

Modified:
    maven/site/trunk/src/site/apt/guides/plugin/guide-ant-plugin-development.apt

Modified: 
maven/site/trunk/src/site/apt/guides/plugin/guide-ant-plugin-development.apt
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/plugin/guide-ant-plugin-development.apt?rev=1050321&r1=1050320&r2=1050321&view=diff
==============================================================================
--- 
maven/site/trunk/src/site/apt/guides/plugin/guide-ant-plugin-development.apt 
(original)
+++ 
maven/site/trunk/src/site/apt/guides/plugin/guide-ant-plugin-development.apt 
Fri Dec 17 08:54:56 2010
@@ -179,7 +179,7 @@ pom.xml:
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-script-ant</artifactId>
-      <version>2.0.1</version>
+      <version>2.0.6</version>
     </dependency>
   </dependencies>
   
@@ -190,14 +190,14 @@ pom.xml:
              org.apache.maven.plugins OR org.codehaus.mojo.
         -->
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>2.3</version>
+        <version>2.5</version>
         
         <!-- Add the Ant plugin tools -->
         <dependencies>
           <dependency>
-            <groupId>org.apache.maven</groupId>
+            <groupId>org.apache.maven.plugin-tools</groupId>
             <artifactId>maven-plugin-tools-ant</artifactId>
-            <version>2.0.1</version>
+            <version>2.5</version>
           </dependency>
         </dependencies>
         


Reply via email to