You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2006/09/03 04:42:14 UTC

svn commit: r439708 - /maven/shared/trunk/maven-user/pom.xml

Author: carlos
Date: Sat Sep  2 19:42:13 2006
New Revision: 439708

URL: http://svn.apache.org/viewvc?rev=439708&view=rev
Log:
Explicitly set the version of jetty plugin

Modified:
    maven/shared/trunk/maven-user/pom.xml

Modified: maven/shared/trunk/maven-user/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-user/pom.xml?rev=439708&r1=439707&r2=439708&view=diff
==============================================================================
--- maven/shared/trunk/maven-user/pom.xml (original)
+++ maven/shared/trunk/maven-user/pom.xml Sat Sep  2 19:42:13 2006
@@ -152,6 +152,7 @@
       <plugin>
         <groupId>org.mortbay.jetty</groupId>
         <artifactId>maven-jetty-plugin</artifactId>
+        <version>6.0.0rc2</version>
         <configuration>
           <scanIntervalSeconds>10</scanIntervalSeconds>
           <contextPath>/</contextPath>