You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ev...@apache.org on 2007/01/08 11:00:08 UTC

svn commit: r494007 - /maven/archiva/trunk/archiva-webapp/pom.xml

Author: evenisse
Date: Mon Jan  8 02:00:07 2007
New Revision: 494007

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

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

Modified: maven/archiva/trunk/archiva-webapp/pom.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-webapp/pom.xml?view=diff&rev=494007&r1=494006&r2=494007
==============================================================================
--- maven/archiva/trunk/archiva-webapp/pom.xml (original)
+++ maven/archiva/trunk/archiva-webapp/pom.xml Mon Jan  8 02:00:07 2007
@@ -221,6 +221,7 @@
       <plugin>
         <groupId>org.mortbay.jetty</groupId>
         <artifactId>maven-jetty-plugin</artifactId>
+        <version>6.1.0</version>
         <configuration>
           <scanIntervalSeconds>10</scanIntervalSeconds>
           <contextPath>/</contextPath>