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 2015/09/02 13:47:29 UTC

jena git commit: Upgrade from Jetty 9.1.1 to 9.3.3

Repository: jena
Updated Branches:
  refs/heads/master eeb759c24 -> 737098902


Upgrade from Jetty 9.1.1 to 9.3.3


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/73709890
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/73709890
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/73709890

Branch: refs/heads/master
Commit: 737098902927922f4858c1d878e84e0d32fa9364
Parents: eeb759c
Author: Andy Seaborne <an...@apache.org>
Authored: Wed Sep 2 12:47:21 2015 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Wed Sep 2 12:47:21 2015 +0100

----------------------------------------------------------------------
 jena-fuseki2/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/73709890/jena-fuseki2/pom.xml
----------------------------------------------------------------------
diff --git a/jena-fuseki2/pom.xml b/jena-fuseki2/pom.xml
index cf1f897..2bfa165 100644
--- a/jena-fuseki2/pom.xml
+++ b/jena-fuseki2/pom.xml
@@ -61,8 +61,8 @@
   </licenses>
 
   <properties>
-    <ver.jetty>9.1.1.v20140108</ver.jetty>
-    <!-- <ver.jetty>9.3.2.v20150730</ver.jetty> -->
+    <!--<ver.jetty>9.1.1.v20140108</ver.jetty>-->
+    <ver.jetty>9.3.3.v20150827</ver.jetty>
     <ver.shiro>1.2.2</ver.shiro>
     <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format>
     <build.time.xsd>${maven.build.timestamp}</build.time.xsd>