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/30 17:51:09 UTC

svn commit: r929180 - /myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml

Author: matzew
Date: Tue Mar 30 15:51:09 2010
New Revision: 929180

URL: http://svn.apache.org/viewvc?rev=929180&view=rev
Log:
changed jetty version...

Modified:
    myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml?rev=929180&r1=929179&r2=929180&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml Tue Mar 30 15:51:09 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>