You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/03/20 09:12:14 UTC

svn commit: r925564 - /shindig/trunk/pom.xml

Author: lindner
Date: Sat Mar 20 08:12:14 2010
New Revision: 925564

URL: http://svn.apache.org/viewvc?rev=925564&view=rev
Log:
bump jetty versions to 6.1.22

Modified:
    shindig/trunk/pom.xml

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=925564&r1=925563&r2=925564&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Sat Mar 20 08:12:14 2010
@@ -1077,7 +1077,7 @@
         <plugin>
           <groupId>org.mortbay.jetty</groupId>
           <artifactId>maven-jetty-plugin</artifactId>
-          <version>6.1.21</version>
+          <version>6.1.22</version>
         </plugin>
         <plugin>
           <groupId>org.apache.geronimo.genesis.plugins</groupId>
@@ -1439,7 +1439,7 @@
       <dependency>
         <groupId>org.mortbay.jetty</groupId>
         <artifactId>jetty</artifactId>
-        <version>6.1.15</version>
+        <version>6.1.22</version>
       </dependency>
       <dependency>
         <groupId>joda-time</groupId>