You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2010/04/23 18:51:57 UTC

svn commit: r937371 - /myfaces/tobago/branches/tobago-1.0.x/pom.xml

Author: lofwyr
Date: Fri Apr 23 16:51:56 2010
New Revision: 937371

URL: http://svn.apache.org/viewvc?rev=937371&view=rev
Log:
update maven-dependency-plugin version from 2.0-alpha-4 to 2.0

Modified:
    myfaces/tobago/branches/tobago-1.0.x/pom.xml

Modified: myfaces/tobago/branches/tobago-1.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/pom.xml?rev=937371&r1=937370&r2=937371&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/pom.xml Fri Apr 23 16:51:56 2010
@@ -319,7 +319,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
-        <version>2.0-alpha-4</version>
+        <version>2.0</version>
 	      <reportSets>
 	        <reportSet>
 	          <reports>
@@ -592,7 +592,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>2.0-alpha-4</version>
+          <version>2.0</version>
         </plugin>
         <plugin>
           <groupId>org.mortbay.jetty</groupId>
@@ -1156,4 +1156,4 @@
     <commons-collection.version>3.1</commons-collection.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
-</project>
\ No newline at end of file
+</project>