PR: MAVEN-1345

Upgrade dom4j to our custom version (see MAVENUPLOAD-953).


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@422975 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-07-18 05:42:51 +00:00
parent 4c74391913
commit 996521b9a0
8 changed files with 20 additions and 14 deletions

View File

@ -91,14 +91,19 @@
</developers> </developers>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>dom4j</groupId> <groupId>maven</groupId>
<artifactId>dom4j</artifactId> <artifactId>dom4j</artifactId>
<version>1.4</version> <version>1.7-20060614</version>
<url>http://www.dom4j.org/</url> <url>http://www.dom4j.org/</url>
<properties> <properties>
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment> <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
</properties> </properties>
</dependency> </dependency>
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>1.1-beta-9</version>
</dependency>
<dependency> <dependency>
<groupId>commons-io</groupId> <groupId>commons-io</groupId>
<artifactId>commons-io</artifactId> <artifactId>commons-io</artifactId>

View File

@ -27,7 +27,7 @@
xmlns:x="jelly:xml" xmlns:x="jelly:xml"
xmlns:u="jelly:util" xmlns:u="jelly:util"
xmlns:a="jelly:ant" xmlns:a="jelly:ant"
xmlns="dummy" trim="false"> xmlns="dummy" trim="true">
<jsl:template match="dashboard"> <jsl:template match="dashboard">
<document> <document>

View File

@ -91,9 +91,9 @@
</properties> </properties>
</dependency> </dependency>
<dependency> <dependency>
<groupId>dom4j</groupId> <groupId>maven</groupId>
<artifactId>dom4j</artifactId> <artifactId>dom4j</artifactId>
<version>1.4</version> <version>1.7-20060614</version>
<url>http://www.dom4j.org/</url> <url>http://www.dom4j.org/</url>
</dependency> </dependency>
<dependency> <dependency>

View File

@ -76,9 +76,9 @@
</dependency> </dependency>
<!-- core dependencies which i'd have thought Maven introduced --> <!-- core dependencies which i'd have thought Maven introduced -->
<dependency> <dependency>
<groupId>dom4j</groupId> <groupId>maven</groupId>
<artifactId>dom4j</artifactId> <artifactId>dom4j</artifactId>
<version>1.4</version> <version>1.7-20060614</version>
<url>http://www.dom4j.org/</url> <url>http://www.dom4j.org/</url>
<properties> <properties>
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment> <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>

View File

@ -71,7 +71,8 @@ maven.jar.commons-jelly-tags-xml=1.1
maven.jar.commons-jexl=1.0 maven.jar.commons-jexl=1.0
maven.jar.commons-lang=2.0 maven.jar.commons-lang=2.0
maven.jar.commons-logging=1.0.4 maven.jar.commons-logging=1.0.4
maven.jar.dom4j=1.4 maven.jar.dom4j=1.7-20060614
maven.jar.jaxen=1.1-beta-9
maven.jar.forehead=1.0-beta-5 maven.jar.forehead=1.0-beta-5
maven.jar.log4j=1.2.13 maven.jar.log4j=1.2.13
maven.jar.maven-model=3.0.1 maven.jar.maven-model=3.0.1

View File

@ -87,9 +87,9 @@
</developers> </developers>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>dom4j</groupId> <groupId>maven</groupId>
<artifactId>dom4j</artifactId> <artifactId>dom4j</artifactId>
<version>1.4</version> <version>1.7-20060614</version>
<properties> <properties>
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment> <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
</properties> </properties>

View File

@ -141,9 +141,9 @@
</properties> </properties>
</dependency> </dependency>
<dependency> <dependency>
<groupId>dom4j</groupId> <groupId>maven</groupId>
<artifactId>dom4j</artifactId> <artifactId>dom4j</artifactId>
<version>1.4</version> <version>1.7-20060614</version>
<url>http://www.dom4j.org/</url> <url>http://www.dom4j.org/</url>
<properties> <properties>
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment> <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>

View File

@ -175,9 +175,9 @@
</developers> </developers>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>dom4j</groupId> <groupId>maven</groupId>
<artifactId>dom4j</artifactId> <artifactId>dom4j</artifactId>
<version>1.4</version> <version>1.7-20060614</version>
<properties> <properties>
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment> <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
</properties> </properties>