You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2012/11/08 16:18:10 UTC

svn commit: r1407120 - in /lucene/dev/trunk/dev-tools: eclipse/dot.classpath maven/pom.xml.template

Author: sarowe
Date: Thu Nov  8 15:18:10 2012
New Revision: 1407120

URL: http://svn.apache.org/viewvc?rev=1407120&view=rev
Log:
SOLR-4031: Eclipse and Maven configurations: Upgrade to Jetty 8.1.7

Modified:
    lucene/dev/trunk/dev-tools/eclipse/dot.classpath
    lucene/dev/trunk/dev-tools/maven/pom.xml.template

Modified: lucene/dev/trunk/dev-tools/eclipse/dot.classpath
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/eclipse/dot.classpath?rev=1407120&r1=1407119&r2=1407120&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/eclipse/dot.classpath (original)
+++ lucene/dev/trunk/dev-tools/eclipse/dot.classpath Thu Nov  8 15:18:10 2012
@@ -126,17 +126,17 @@
   <classpathentry kind="lib" path="solr/solrj/lib/slf4j-jdk14-1.6.4.jar"/>
   <classpathentry kind="lib" path="solr/solrj/lib/wstx-asl-3.2.7.jar"/>
   <classpathentry kind="lib" path="solr/solrj/lib/zookeeper-3.3.6.jar"/>
-  <classpathentry kind="lib" path="solr/example/lib/jetty-continuation-8.1.2.v20120308.jar"/>
-  <classpathentry kind="lib" path="solr/example/lib/jetty-deploy-8.1.2.v20120308.jar"/>
-  <classpathentry kind="lib" path="solr/example/lib/jetty-http-8.1.2.v20120308.jar"/>
-  <classpathentry kind="lib" path="solr/example/lib/jetty-io-8.1.2.v20120308.jar"/>
-  <classpathentry kind="lib" path="solr/example/lib/jetty-jmx-8.1.2.v20120308.jar"/>
-  <classpathentry kind="lib" path="solr/example/lib/jetty-security-8.1.2.v20120308.jar"/>
-  <classpathentry kind="lib" path="solr/example/lib/jetty-server-8.1.2.v20120308.jar"/>
-  <classpathentry kind="lib" path="solr/example/lib/jetty-servlet-8.1.2.v20120308.jar"/>
-  <classpathentry kind="lib" path="solr/example/lib/jetty-util-8.1.2.v20120308.jar"/>
-  <classpathentry kind="lib" path="solr/example/lib/jetty-webapp-8.1.2.v20120308.jar"/>
-  <classpathentry kind="lib" path="solr/example/lib/jetty-xml-8.1.2.v20120308.jar"/>
+  <classpathentry kind="lib" path="solr/example/lib/jetty-continuation-8.1.7.v20120910.jar"/>
+  <classpathentry kind="lib" path="solr/example/lib/jetty-deploy-8.1.7.v20120910.jar"/>
+  <classpathentry kind="lib" path="solr/example/lib/jetty-http-8.1.7.v20120910.jar"/>
+  <classpathentry kind="lib" path="solr/example/lib/jetty-io-8.1.7.v20120910.jar"/>
+  <classpathentry kind="lib" path="solr/example/lib/jetty-jmx-8.1.7.v20120910.jar"/>
+  <classpathentry kind="lib" path="solr/example/lib/jetty-security-8.1.7.v20120910.jar"/>
+  <classpathentry kind="lib" path="solr/example/lib/jetty-server-8.1.7.v20120910.jar"/>
+  <classpathentry kind="lib" path="solr/example/lib/jetty-servlet-8.1.7.v20120910.jar"/>
+  <classpathentry kind="lib" path="solr/example/lib/jetty-util-8.1.7.v20120910.jar"/>
+  <classpathentry kind="lib" path="solr/example/lib/jetty-webapp-8.1.7.v20120910.jar"/>
+  <classpathentry kind="lib" path="solr/example/lib/jetty-xml-8.1.7.v20120910.jar"/>
   <classpathentry kind="lib" path="solr/example/lib/servlet-api-3.0.jar"/>
   <classpathentry kind="lib" path="solr/contrib/clustering/lib/carrot2-core-3.5.0.jar"/>
   <classpathentry kind="lib" path="solr/contrib/clustering/lib/hppc-0.3.3.jar"/>

Modified: lucene/dev/trunk/dev-tools/maven/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/maven/pom.xml.template?rev=1407120&r1=1407119&r2=1407120&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/maven/pom.xml.template (original)
+++ lucene/dev/trunk/dev-tools/maven/pom.xml.template Thu Nov  8 15:18:10 2012
@@ -45,7 +45,7 @@
     <base.specification.version>5.0.0</base.specification.version>
     <maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>
     <java.compat.version>1.6</java.compat.version>
-    <jetty.version>8.1.2.v20120308</jetty.version>
+    <jetty.version>8.1.7.v20120910</jetty.version>
     <slf4j.version>1.6.4</slf4j.version>
     <tika.version>1.2</tika.version>
     <httpcomponents.version>4.1.3</httpcomponents.version>