You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/04/16 13:22:53 UTC

[maven-archetype] branch i591 created (now 5f9de12)

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

elharo pushed a change to branch i591
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git.


      at 5f9de12  update jdom

This branch includes the following new commits:

     new 5f9de12  update jdom

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-archetype] 01/01: update jdom

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch i591
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git

commit 5f9de12e1b9453b78d23f55b8cd9614aa1d2d5fe
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Thu Apr 16 09:22:24 2020 -0400

    update jdom
---
 archetype-common/pom.xml | 2 +-
 pom.xml                  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/archetype-common/pom.xml b/archetype-common/pom.xml
index 6976e9e..55e89fc 100644
--- a/archetype-common/pom.xml
+++ b/archetype-common/pom.xml
@@ -77,7 +77,7 @@
       <artifactId>plexus-component-annotations</artifactId>
     </dependency>
     <dependency>
-      <groupId>jdom</groupId>
+      <groupId>org.jdom</groupId>
       <artifactId>jdom</artifactId>
     </dependency>
     <dependency>
diff --git a/pom.xml b/pom.xml
index cbd9c22..5aafed6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,9 +191,9 @@
         </exclusions>
       </dependency>
       <dependency>
-        <groupId>jdom</groupId>
+        <groupId>org.jdom</groupId>
         <artifactId>jdom</artifactId>
-        <version>1.0</version>
+        <version>1.1.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.velocity</groupId>