You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2008/02/02 20:11:55 UTC

svn commit: r617861 - in /myfaces/tobago/trunk: pom.xml theme/standard/pom.xml

Author: bommel
Date: Sat Feb  2 11:11:52 2008
New Revision: 617861

URL: http://svn.apache.org/viewvc?rev=617861&view=rev
Log:
(TOBAGO-543) replace prototype with dojo as underlying ajax library 
unified maven-dependency version

Modified:
    myfaces/tobago/trunk/pom.xml
    myfaces/tobago/trunk/theme/standard/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=617861&r1=617860&r2=617861&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Sat Feb  2 11:11:52 2008
@@ -579,7 +579,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>

Modified: myfaces/tobago/trunk/theme/standard/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/standard/pom.xml?rev=617861&r1=617860&r2=617861&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/standard/pom.xml (original)
+++ myfaces/tobago/trunk/theme/standard/pom.xml Sat Feb  2 11:11:52 2008
@@ -31,7 +31,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
-        <version>2.0</version>
         <executions>
           <execution>
             <id>unpack-dojo</id>