You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by so...@apache.org on 2011/05/13 18:53:06 UTC

svn commit: r1102810 - /myfaces/trinidad/trunk/pom.xml

Author: sobryan
Date: Fri May 13 16:53:05 2011
New Revision: 1102810

URL: http://svn.apache.org/viewvc?rev=1102810&view=rev
Log:
Tactical update for some version changes.  This fix uptakes the Trinidad-Maven plugins version 2.0.6 which is taged but not yet released pending one more update.  As such, you might be required to build the Trinidad-Maven plugins from the tag.

Modified:
    myfaces/trinidad/trunk/pom.xml

Modified: myfaces/trinidad/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/pom.xml?rev=1102810&r1=1102809&r2=1102810&view=diff
==============================================================================
--- myfaces/trinidad/trunk/pom.xml (original)
+++ myfaces/trinidad/trunk/pom.xml Fri May 13 16:53:05 2011
@@ -47,7 +47,7 @@
     <jsf-spec.version>2.0</jsf-spec.version>
     <jsf-ri.version>2.0.4-b09</jsf-ri.version>
     <jsf-myfaces.version>2.0.4</jsf-myfaces.version>
-    <portlet-bridge.version>1.0.0-beta</portlet-bridge.version>
+    <portlet-bridge.version>2.0.0</portlet-bridge.version>
     <commons-lang.version>2.4</commons-lang.version>
     <commons-io.version>2.0</commons-io.version>
     <pluto-embedded.version>1.0.1</pluto-embedded.version>
@@ -58,7 +58,7 @@
     <junit.version>4.4</junit.version>
     
     <!-- Plugins -->
-    <trinidad-plugins.version>2.0.5</trinidad-plugins.version>
+    <trinidad-plugins.version>2.0.6</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>
@@ -178,7 +178,7 @@
     <site>
       <id>apache-site</id>
       <name>Apache Website</name>
-      <url>scpexe://minotaur.apache.org/www/myfaces.apache.org/trinidad</url>
+      <url>scp://minotaur.apache.org/www/myfaces.apache.org/trinidad</url>
     </site>
   </distributionManagement>
 
@@ -364,6 +364,13 @@
           <artifactId>maven-site-plugin</artifactId>
           <!--version>3.0-beta-3</version-->
           <inherited>true</inherited>
+          <dependencies>
+            <dependency>
+              <groupId>org.apache.maven.wagon</groupId>
+              <artifactId>wagon-ssh</artifactId>
+              <version>1.0-beta-7</version>
+            </dependency>
+          </dependencies>
           <configuration>
             <outputEncoding>UTF-8</outputEncoding>
           </configuration>