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 2011/01/17 03:38:22 UTC

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

Author: lindner
Date: Mon Jan 17 02:38:21 2011
New Revision: 1059728

URL: http://svn.apache.org/viewvc?rev=1059728&view=rev
Log:
bump jetty version to 6.1.26

Modified:
    shindig/trunk/pom.xml

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1059728&r1=1059727&r2=1059728&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Mon Jan 17 02:38:21 2011
@@ -1215,7 +1215,7 @@
         <plugin>
           <groupId>org.mortbay.jetty</groupId>
           <artifactId>maven-jetty-plugin</artifactId>
-          <version>6.1.25</version>
+          <version>6.1.26</version>
         </plugin>
         <plugin>
           <groupId>org.apache.geronimo.genesis.plugins</groupId>
@@ -1588,7 +1588,7 @@
       <dependency>
         <groupId>org.mortbay.jetty</groupId>
         <artifactId>jetty</artifactId>
-        <version>6.1.25</version>
+        <version>6.1.26</version>
       </dependency>
       <dependency>
         <groupId>joda-time</groupId>