From 0e410639f36b03fc1ed0ef0bb0a75123fd40615e Mon Sep 17 00:00:00 2001 From: JCgH4164838Gh792C124B5 <43964333+JCgH4164838Gh792C124B5@users.noreply.github.com> Date: Sun, 25 Nov 2018 22:32:22 -0500 Subject: [PATCH] Upgrade DWR from 1.x to 2.x - intended to resolve Jenkins build failure with old DWR version. pom.xml changes: - entry change in struts2-parent pom.xml - upgrade 1.1.1 (uk.ltd.getahead) -> 2.0.11-RELEASE (org.directwebremoting) - entry change in struts2-dwr-plugin pom.xml - entry change in struts2-showcase pom.xml --- apps/showcase/pom.xml | 2 +- plugins/dwr/pom.xml | 2 +- pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/showcase/pom.xml b/apps/showcase/pom.xml index 6b8d6c1f0..894a80c77 100644 --- a/apps/showcase/pom.xml +++ b/apps/showcase/pom.xml @@ -133,7 +133,7 @@ sitemesh - uk.ltd.getahead + org.directwebremoting dwr diff --git a/plugins/dwr/pom.xml b/plugins/dwr/pom.xml index 59aff3c94..c763c4633 100644 --- a/plugins/dwr/pom.xml +++ b/plugins/dwr/pom.xml @@ -33,7 +33,7 @@ - uk.ltd.getahead + org.directwebremoting dwr diff --git a/pom.xml b/pom.xml index 378efb39e..90c017cea 100644 --- a/pom.xml +++ b/pom.xml @@ -648,9 +648,9 @@ - uk.ltd.getahead + org.directwebremoting dwr - 1.1.1 + 2.0.11-RELEASE