You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2008/06/23 22:51:32 UTC

svn commit: r670747 - /myfaces/tomahawk/trunk/examples/pom.xml

Author: lu4242
Date: Mon Jun 23 13:51:32 2008
New Revision: 670747

URL: http://svn.apache.org/viewvc?rev=670747&view=rev
Log:
update maven jetty plugin to 6.1.11

Modified:
    myfaces/tomahawk/trunk/examples/pom.xml

Modified: myfaces/tomahawk/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/pom.xml?rev=670747&r1=670746&r2=670747&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/pom.xml (original)
+++ myfaces/tomahawk/trunk/examples/pom.xml Mon Jun 23 13:51:32 2008
@@ -372,7 +372,7 @@
             <plugin>
                 <groupId>org.mortbay.jetty</groupId>
                 <artifactId>maven-jetty-plugin</artifactId>
-                <version>6.1.2rc0</version>
+                <version>6.1.11</version>
                 <configuration>
                     <scanIntervalSeconds>10</scanIntervalSeconds>
                 </configuration>