From 6edf4ae250f0d9ffb53767b50718987a15e0873c Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Wed, 13 May 2009 13:26:48 +0000 Subject: [PATCH] Upgrading to JDOM 1.1 --- core/pom.xml | 2 +- parent/pom.xml | 4 ++-- pom.xml | 4 ++-- samples/tutorial/pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 3183ba95..4d44c87a 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -111,7 +111,7 @@ - jdom + org.jdom jdom true diff --git a/parent/pom.xml b/parent/pom.xml index 82cadac3..6edb8443 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -308,9 +308,9 @@ - jdom + org.jdom jdom - 1.0 + 1.1 dom4j diff --git a/pom.xml b/pom.xml index 8c78f0b0..8e10b507 100644 --- a/pom.xml +++ b/pom.xml @@ -225,9 +225,9 @@ ${project.build.directory}/dependency/jaxen/ - jdom + org.jdom jdom - 1.0 + 1.1 ${project.build.directory}/dependency/jdom/ diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml index 16f0c73b..3dbba58a 100644 --- a/samples/tutorial/pom.xml +++ b/samples/tutorial/pom.xml @@ -27,7 +27,7 @@ spring-ws-core - jdom + org.jdom jdom