You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ca...@apache.org on 2006/07/28 11:56:07 UTC

svn commit: r426463 - /maven/continuum/branches/continuum-acegi/continuum-webapp/pom.xml

Author: carlos
Date: Fri Jul 28 02:56:07 2006
New Revision: 426463

URL: http://svn.apache.org/viewvc?rev=426463&view=rev
Log:
Use latest jetty plugin

Modified:
    maven/continuum/branches/continuum-acegi/continuum-webapp/pom.xml

Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-webapp/pom.xml?rev=426463&r1=426462&r2=426463&view=diff
==============================================================================
--- maven/continuum/branches/continuum-acegi/continuum-webapp/pom.xml (original)
+++ maven/continuum/branches/continuum-acegi/continuum-webapp/pom.xml Fri Jul 28 02:56:07 2006
@@ -57,7 +57,7 @@
       </plugin>
       <plugin>
         <groupId>org.mortbay.jetty</groupId>
-        <artifactId>maven-jetty6-plugin</artifactId>
+        <artifactId>maven-jetty-plugin</artifactId>
         <configuration>
           <scanIntervalSeconds>10</scanIntervalSeconds>
           <contextPath>/</contextPath>