You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ba...@apache.org on 2006/10/25 18:45:18 UTC

svn commit: r467706 - /myfaces/tomahawk/trunk/examples/pom.xml

Author: baranda
Date: Wed Oct 25 09:45:18 2006
New Revision: 467706

URL: http://svn.apache.org/viewvc?view=rev&rev=467706
Log:
maven-jetty6-plugin renamed to maven-jetty-plugin

Modified:
    myfaces/tomahawk/trunk/examples/pom.xml

Modified: myfaces/tomahawk/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/pom.xml?view=diff&rev=467706&r1=467705&r2=467706
==============================================================================
--- myfaces/tomahawk/trunk/examples/pom.xml (original)
+++ myfaces/tomahawk/trunk/examples/pom.xml Wed Oct 25 09:45:18 2006
@@ -144,7 +144,7 @@
                 <plugins>
                     <plugin>
                         <groupId>org.mortbay.jetty</groupId>
-                        <artifactId>maven-jetty6-plugin</artifactId>
+                        <artifactId>maven-jetty-plugin</artifactId>
                         <configuration>
                             <scanIntervalSeconds>10</scanIntervalSeconds>
                         </configuration>