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 2011/05/02 08:58:23 UTC

svn commit: r1098503 - /myfaces/tobago/trunk/tobago-example/pom.xml

Author: lofwyr
Date: Mon May  2 06:58:23 2011
New Revision: 1098503

URL: http://svn.apache.org/viewvc?rev=1098503&view=rev
Log:
updating jetty 7

Modified:
    myfaces/tobago/trunk/tobago-example/pom.xml

Modified: myfaces/tobago/trunk/tobago-example/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/pom.xml?rev=1098503&r1=1098502&r2=1098503&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/pom.xml Mon May  2 06:58:23 2011
@@ -35,10 +35,11 @@
             MAVEN_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005"
          -->
         <groupId>org.mortbay.jetty</groupId>
-<!--    for jetty 7 they have changed the artifactId
-        <artifactId>jetty-maven-plugin</artifactId>
-        <version>7.0.0.RC6</version>
--->
+        <!--    for jetty 7 they have changed the artifactId -->
+        <!--
+            <artifactId>jetty-maven-plugin</artifactId>
+            <version>7.4.0.RC0</version>
+        -->
         <artifactId>maven-jetty-plugin</artifactId>
         <!-- to change the port -->
         <configuration>