You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2013/01/15 10:30:07 UTC

svn commit: r1433319 - /jena/trunk/jena-fuseki/pom.xml

Author: andy
Date: Tue Jan 15 09:30:07 2013
New Revision: 1433319

URL: http://svn.apache.org/viewvc?rev=1433319&view=rev
Log:
Note about Jetty 8.1.8 / details of alt version of jetty
(the stray syserr message does not occur in normal use of Fuseki)

Modified:
    jena/trunk/jena-fuseki/pom.xml

Modified: jena/trunk/jena-fuseki/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-fuseki/pom.xml?rev=1433319&r1=1433318&r2=1433319&view=diff
==============================================================================
--- jena/trunk/jena-fuseki/pom.xml (original)
+++ jena/trunk/jena-fuseki/pom.xml Tue Jan 15 09:30:07 2013
@@ -76,8 +76,8 @@
     <assembly.soh.name>${this.root}</assembly.soh.name>
     <assembly.zip.name>${this.root}</assembly.zip.name>
 
-    <ver.jetty>8.1.8.v20121106</ver.jetty>
-    <!-- <ver.jetty>7.6.5.v20120716</ver.jetty> -->
+    <ver.jetty>8.1.8.v20121106</ver.jetty>  <!-- Has stray print "Null identity service..." -->
+    <!-- <ver.jetty>8.1.7.v20120910</ver.jetty> -->
     <ver.velocity>1.7</ver.velocity>
 
     <ver.httpclient>4.2.2</ver.httpclient>