You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2019/07/07 17:37:16 UTC

[maven-site-plugin] branch MSITE-843 updated: [MSITE-843] Downgrade Jetty to 9.2.28

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch MSITE-843
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git


The following commit(s) were added to refs/heads/MSITE-843 by this push:
     new 30428f0  [MSITE-843] Downgrade Jetty to 9.2.28
30428f0 is described below

commit 30428f042c5f3788668a7340410955795d58979f
Author: tibordigana <ti...@apache.org>
AuthorDate: Fri Jul 5 12:47:53 2019 +0200

    [MSITE-843] Downgrade Jetty to 9.2.28
    
    This closes #9
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 12abee8..4e749b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,7 +200,7 @@ under the License.
     <!-- for dependencies -->
     <doxiaVersion>1.9</doxiaVersion>
     <doxiaSitetoolsVersion>1.9.1</doxiaSitetoolsVersion>
-    <jettyVersion>9.4.12.v20180830</jettyVersion>
+    <jettyVersion>9.2.28.v20190418</jettyVersion>
     <plexusVersion>1.5.4</plexusVersion>
     <scmVersion>1.4</scmVersion>
     <wagonVersion>3.3.1</wagonVersion>