You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by id...@apache.org on 2007/03/13 18:36:04 UTC

svn commit: r517784 - /myfaces/tobago/trunk/pom.xml

Author: idus
Date: Tue Mar 13 10:36:03 2007
New Revision: 517784

URL: http://svn.apache.org/viewvc?view=rev&rev=517784
Log:
avoid new version 2.0-alpha-2 of maven-dependency-plugin which was relased yesterday, because it is missing a dependency for ArchiverException

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?view=diff&rev=517784&r1=517783&r2=517784
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Tue Mar 13 10:36:03 2007
@@ -590,9 +590,15 @@
           </configuration>
         </plugin>
         <plugin>
+          <!-- 2.0-alpha-2 is missing a dependency -->
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-dependency-plugin</artifactId>
+          <version>2.0-alpha-1</version>
+        </plugin>
+        <plugin>
           <groupId>org.mortbay.jetty</groupId>
           <artifactId>maven-jetty-plugin</artifactId>
-          <version>6.1.1</version>
+          <version>6.1.2rc1</version>
           <configuration>
           <scanIntervalSeconds>5</scanIntervalSeconds>
           <systemProperties>