You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2006/08/07 02:00:34 UTC

svn commit: r429214 - /maven/continuum/trunk/continuum-webapp/pom.xml

Author: brett
Date: Sun Aug  6 17:00:33 2006
New Revision: 429214

URL: http://svn.apache.org/viewvc?rev=429214&view=rev
Log:
use the new name of the Jetty plugin

Modified:
    maven/continuum/trunk/continuum-webapp/pom.xml

Modified: maven/continuum/trunk/continuum-webapp/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/pom.xml?rev=429214&r1=429213&r2=429214&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-webapp/pom.xml (original)
+++ maven/continuum/trunk/continuum-webapp/pom.xml Sun Aug  6 17:00:33 2006
@@ -54,7 +54,7 @@
       </plugin>
       <plugin>
         <groupId>org.mortbay.jetty</groupId>
-        <artifactId>maven-jetty6-plugin</artifactId>
+        <artifactId>maven-jetty-plugin</artifactId>
         <configuration>
           <scanIntervalSeconds>10</scanIntervalSeconds>
           <contextPath>/</contextPath>