You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ar...@apache.org on 2010/01/09 18:56:52 UTC

svn commit: r897501 - /myfaces/trinidad/branches/trinidad-2.0.x/pom.xml

Author: arobinson74
Date: Sat Jan  9 17:56:51 2010
New Revision: 897501

URL: http://svn.apache.org/viewvc?rev=897501&view=rev
Log:
Temporarily downgrade the maven-faces-plugin version until I find out why it is breaking the build

Modified:
    myfaces/trinidad/branches/trinidad-2.0.x/pom.xml

Modified: myfaces/trinidad/branches/trinidad-2.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-2.0.x/pom.xml?rev=897501&r1=897500&r2=897501&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-2.0.x/pom.xml (original)
+++ myfaces/trinidad/branches/trinidad-2.0.x/pom.xml Sat Jan  9 17:56:51 2010
@@ -59,7 +59,8 @@
     <junit.version>4.4</junit.version>
     
     <!-- Plugins -->
-    <trinidad-plugins.version>2.0.1-SNAPSHOT</trinidad-plugins.version>
+    <trinidad-plugins.version>2.0.0</trinidad-plugins.version>
+    <!--trinidad-plugins.version>2.0.1-SNAPSHOT</trinidad-plugins.version-->
     <wagon-plugin.version>1.0.6</wagon-plugin.version>
     <jetty-plugin.version>6.1.21</jetty-plugin.version>
     <pluto.version>1.1.6</pluto.version>