Skip to content

Commit aacd480

Browse files
authored
use new dom4j groupId org.dom4j (#205)
Signed-off-by: Olivier Lamy <olamy@apache.org>
1 parent d3cfab2 commit aacd480

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

modello-maven-plugin/src/it/dom4j-no-plexus-utils/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<dependencies>
1717
<!-- NOTE: This must compile without plexus-utils -->
1818
<dependency>
19-
<groupId>dom4j</groupId>
19+
<groupId>org.dom4j</groupId>
2020
<artifactId>dom4j</artifactId>
21-
<version>1.6.1</version>
21+
<version>2.1.3</version>
2222
<scope>compile</scope>
2323
</dependency>
2424
</dependencies>

modello-maven-plugin/src/it/features/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
<scope>compile</scope>
3636
</dependency>
3737
<dependency>
38-
<groupId>dom4j</groupId>
38+
<groupId>org.dom4j</groupId>
3939
<artifactId>dom4j</artifactId>
40-
<version>1.6.1</version>
40+
<version>2.1.3</version>
4141
<scope>compile</scope>
4242
</dependency>
4343
<dependency>

modello-maven-plugin/src/it/javadoc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
</dependency>
2121

2222
<dependency>
23-
<groupId>dom4j</groupId>
23+
<groupId>org.dom4j</groupId>
2424
<artifactId>dom4j</artifactId>
25-
<version>1.6.1</version>
25+
<version>2.1.3</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.jdom</groupId>

0 commit comments

Comments
 (0)