Author: wsmoak
Date: Sat Aug 23 09:38:32 2008
New Revision: 688361

URL: http://svn.apache.org/viewvc?rev=688361&view=rev
Log:
[WW-1726] Update Jetty plugin configuration.

Modified:
    
struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml

Modified: 
struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml?rev=688361&r1=688360&r2=688361&view=diff
==============================================================================
--- 
struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml
 Sat Aug 23 09:38:32 2008
@@ -57,7 +57,8 @@
         <plugins>
             <plugin>
                 <groupId>org.mortbay.jetty</groupId>
-                <artifactId>maven-jetty6-plugin</artifactId>
+                <artifactId>maven-jetty-plugin</artifactId>
+                <version>6.1.11</version>
                 <configuration>
                     <scanIntervalSeconds>10</scanIntervalSeconds>
                 </configuration>


Reply via email to