This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-site-plugin.
commit 4396eee963cf03b5597826d1869b96710732107c Author: Emmanuel Bourg <[email protected]> Date: Mon Aug 28 22:39:39 2017 +0200 Refreshed the patch --- debian/changelog | 2 +- debian/patches/01-upgrade-jetty.patch | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6cb44fb..fd0db03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -maven-site-plugin (3.4-1) UNRELEASED; urgency=medium +maven-site-plugin (3.5-1) UNRELEASED; urgency=medium * Team upload. * New upstream release diff --git a/debian/patches/01-upgrade-jetty.patch b/debian/patches/01-upgrade-jetty.patch index 88cad82..379dafc 100644 --- a/debian/patches/01-upgrade-jetty.patch +++ b/debian/patches/01-upgrade-jetty.patch @@ -25,7 +25,7 @@ Forwarded: no /** * Starts the site up, rendering documents as requested for faster editing. -@@ -79,7 +80,7 @@ +@@ -81,7 +82,7 @@ Server server = new Server(); server.setStopAtShutdown( true ); @@ -34,7 +34,7 @@ Forwarded: no server.setConnectors( new Connector[] { defaultConnector } ); WebAppContext webapp = createWebApplication(); -@@ -88,10 +89,9 @@ +@@ -90,10 +91,9 @@ DefaultHandler defaultHandler = new DefaultHandler(); defaultHandler.setServer( server ); @@ -48,7 +48,7 @@ Forwarded: no getLog().info( "Starting Jetty on http://localhost:" + port + "/" ); try -@@ -214,11 +214,11 @@ +@@ -220,11 +220,11 @@ return webapp; } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-site-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

