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 2018/03/18 20:05:04 UTC

[maven-help-plugin] branch master updated: [MPH-136] Upgrade JDOM to 1.1.3

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7804ffc  [MPH-136] Upgrade JDOM to 1.1.3
7804ffc is described below

commit 7804ffcab4411939bfa4b8429bfee605f8d942c4
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Mar 18 20:57:49 2018 +0100

    [MPH-136] Upgrade JDOM to 1.1.3
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1e5e4b9..5143d77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,9 +176,9 @@ under the License.
 
     <!-- misc -->
     <dependency>
-      <groupId>jdom</groupId>
-      <artifactId>jdom</artifactId>
-      <version>1.0</version>
+      <groupId>org.jdom</groupId>
+      <artifactId>jdom-legacy</artifactId>
+      <version>1.1.3</version>
     </dependency>
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>

-- 
To stop receiving notification emails like this one, please contact
michaelo@apache.org.