You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2010/03/31 16:49:29 UTC

svn commit: r929558 - /myfaces/trinidad/branches/jsf2_ajax.3/trinidad-examples/trinidad-demo/pom.xml

Author: matzew
Date: Wed Mar 31 14:49:29 2010
New Revision: 929558

URL: http://svn.apache.org/viewvc?rev=929558&view=rev
Log:
changing jetty back to version 6x

Modified:
    myfaces/trinidad/branches/jsf2_ajax.3/trinidad-examples/trinidad-demo/pom.xml

Modified: myfaces/trinidad/branches/jsf2_ajax.3/trinidad-examples/trinidad-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/jsf2_ajax.3/trinidad-examples/trinidad-demo/pom.xml?rev=929558&r1=929557&r2=929558&view=diff
==============================================================================
--- myfaces/trinidad/branches/jsf2_ajax.3/trinidad-examples/trinidad-demo/pom.xml (original)
+++ myfaces/trinidad/branches/jsf2_ajax.3/trinidad-examples/trinidad-demo/pom.xml Wed Mar 31 14:49:29 2010
@@ -155,7 +155,7 @@
         <plugins>
           <plugin>
             <groupId>org.mortbay.jetty</groupId>
-            <artifactId>jetty-maven-plugin</artifactId>
+            <artifactId>maven-jetty-plugin</artifactId>
             
             <configuration>
               <scanIntervalSeconds>10</scanIntervalSeconds>