Use recent releases of dependencies to allow developers to use them in plugins :
* commons-logging v1.0.3 -> v1.0.4 * log4j v1.2.8 -> v1.2.12 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@321081 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8cb683d4ef
commit
4eee931710
@ -65,7 +65,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<properties/>
|
<properties/>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|||||||
@ -125,7 +125,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</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>
|
||||||
|
|||||||
@ -30,7 +30,7 @@
|
|||||||
excludes="commons-logging" />
|
excludes="commons-logging" />
|
||||||
|
|
||||||
<!-- check that an exclude with just id works -->
|
<!-- check that an exclude with just id works -->
|
||||||
<assert:assertFileNotFound file="${maven.build.dir}/commons-logging-1.0.3.jar"/>
|
<assert:assertFileNotFound file="${maven.build.dir}/commons-logging-1.0.4.jar"/>
|
||||||
<assert:assertFileExists file="${maven.build.dir}/commons-lang-2.0.jar"/>
|
<assert:assertFileExists file="${maven.build.dir}/commons-lang-2.0.jar"/>
|
||||||
|
|
||||||
<attainGoal name="clean"/>
|
<attainGoal name="clean"/>
|
||||||
@ -40,7 +40,7 @@
|
|||||||
todir="${maven.build.dir}"
|
todir="${maven.build.dir}"
|
||||||
excludes="commons-lang:commons-lang" />
|
excludes="commons-lang:commons-lang" />
|
||||||
<assert:assertFileNotFound file="${maven.build.dir}/commons-lang-2.0.jar"/>
|
<assert:assertFileNotFound file="${maven.build.dir}/commons-lang-2.0.jar"/>
|
||||||
<assert:assertFileExists file="${maven.build.dir}/commons-logging-1.0.3.jar"/>
|
<assert:assertFileExists file="${maven.build.dir}/commons-logging-1.0.4.jar"/>
|
||||||
|
|
||||||
</goal>
|
</goal>
|
||||||
</project>
|
</project>
|
||||||
@ -56,7 +56,7 @@ http://maven.apache.org/maven-v3_0_0.xsd">
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</version>
|
||||||
<url>http://jakarta.apache.org/commons/logging.html</url>
|
<url>http://jakarta.apache.org/commons/logging.html</url>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@ -31,6 +31,7 @@
|
|||||||
<li>commons-httpclient v2.0 -> v2.0.2</li>
|
<li>commons-httpclient v2.0 -> v2.0.2</li>
|
||||||
<li>commons-jelly v1.0-beta-4 -> v1.0</li>
|
<li>commons-jelly v1.0-beta-4 -> v1.0</li>
|
||||||
<li>commons-jexl v1.0-beta-1 -> v1.0</li>
|
<li>commons-jexl v1.0-beta-1 -> v1.0</li>
|
||||||
|
<li>commons-logging v1.0.3 -> v1.0.4</li>
|
||||||
<li>commons-net v1.1.0 -> v1.4.0</li>
|
<li>commons-net v1.1.0 -> v1.4.0</li>
|
||||||
<li>plexus-utils v1.0-alpha-3 -> v1.0.3</li>
|
<li>plexus-utils v1.0-alpha-3 -> v1.0.3</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@ -178,7 +178,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</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>
|
||||||
|
|||||||
@ -29,6 +29,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>ant v1.5.3-1 -> v1.6.5</li>
|
<li>ant v1.5.3-1 -> v1.6.5</li>
|
||||||
<li>commons-jelly-tags-xml v1.0 -> v1.1</li>
|
<li>commons-jelly-tags-xml v1.0 -> v1.1</li>
|
||||||
|
<li>commons-logging v1.0.3 -> v1.0.4</li>
|
||||||
<li>maven v1.0 -> v1.0.2</li>
|
<li>maven v1.0 -> v1.0.2</li>
|
||||||
<li>maven-model v3.0.0 -> v3.0.1</li>
|
<li>maven-model v3.0.0 -> v3.0.1</li>
|
||||||
<li>xercesImpl v 2.4.0 -> v2.6.2</li>
|
<li>xercesImpl v 2.4.0 -> v2.6.2</li>
|
||||||
|
|||||||
2
dist/project.xml
vendored
2
dist/project.xml
vendored
@ -80,7 +80,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</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>
|
||||||
|
|||||||
1
dist/xdocs/changes.xml
vendored
1
dist/xdocs/changes.xml
vendored
@ -27,6 +27,7 @@
|
|||||||
<release version="1.7-SNAPSHOT" date="in SVN">
|
<release version="1.7-SNAPSHOT" date="in SVN">
|
||||||
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>commons-logging v1.0.3 -> v1.0.4</li>
|
||||||
<li>maven v1.0 -> v1.0.2</li>
|
<li>maven v1.0 -> v1.0.2</li>
|
||||||
<li>maven-model v3.0.0 -> v3.0.1</li>
|
<li>maven-model v3.0.0 -> v3.0.1</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@ -37,7 +37,7 @@
|
|||||||
<unzip src="${earFile}" dest="${unzipDir}"/>
|
<unzip src="${earFile}" dest="${unzipDir}"/>
|
||||||
|
|
||||||
<!-- check for commons-logging -->
|
<!-- check for commons-logging -->
|
||||||
<j:set var="commonsExpectedPath" value="/APP-INF/lib/commons-logging-1.0.3.jar"/>
|
<j:set var="commonsExpectedPath" value="/APP-INF/lib/commons-logging-1.0.4.jar"/>
|
||||||
<assert:assertFileExists file="${unzipDir}${commonsExpectedPath}"
|
<assert:assertFileExists file="${unzipDir}${commonsExpectedPath}"
|
||||||
msg="commons-logging was not bundled"/>
|
msg="commons-logging was not bundled"/>
|
||||||
|
|
||||||
|
|||||||
@ -52,7 +52,7 @@ http://maven.apache.org/maven-v3_0_0.xsd">
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</version>
|
||||||
<properties>
|
<properties>
|
||||||
<ear.bundle.dir>/APP-INF/lib</ear.bundle.dir>
|
<ear.bundle.dir>/APP-INF/lib</ear.bundle.dir>
|
||||||
<ear.module>true</ear.module>
|
<ear.module>true</ear.module>
|
||||||
@ -78,7 +78,7 @@ http://maven.apache.org/maven-v3_0_0.xsd">
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>log4j</groupId>
|
<groupId>log4j</groupId>
|
||||||
<artifactId>log4j</artifactId>
|
<artifactId>log4j</artifactId>
|
||||||
<version>1.2.8</version>
|
<version>1.2.12</version>
|
||||||
<properties>
|
<properties>
|
||||||
<ear.bundle>true</ear.bundle>
|
<ear.bundle>true</ear.bundle>
|
||||||
<ear.bundle.name>LOG4J.JAR</ear.bundle.name>
|
<ear.bundle.name>LOG4J.JAR</ear.bundle.name>
|
||||||
|
|||||||
@ -38,7 +38,7 @@
|
|||||||
<unzip src="${earFile}" dest="${unzipDir}"/>
|
<unzip src="${earFile}" dest="${unzipDir}"/>
|
||||||
|
|
||||||
<!-- check for commons-logging -->
|
<!-- check for commons-logging -->
|
||||||
<assert:assertFileExists file="${unzipDir}/commons-logging-1.0.3.jar"
|
<assert:assertFileExists file="${unzipDir}/commons-logging-1.0.4.jar"
|
||||||
msg="commons logging was not bundled"/>
|
msg="commons logging was not bundled"/>
|
||||||
<!-- check for commons-collections -->
|
<!-- check for commons-collections -->
|
||||||
<assert:assertFileExists file="${unzipDir}/commons-collections-3.0.jar"
|
<assert:assertFileExists file="${unzipDir}/commons-collections-3.0.jar"
|
||||||
|
|||||||
@ -45,7 +45,7 @@ http://maven.apache.org/maven-v3_0_0.xsd">
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</version>
|
||||||
<url>http://jakarta.apache.org/commons/logging.html</url>
|
<url>http://jakarta.apache.org/commons/logging.html</url>
|
||||||
<properties>
|
<properties>
|
||||||
<ear.bundle>true</ear.bundle>
|
<ear.bundle>true</ear.bundle>
|
||||||
|
|||||||
@ -138,7 +138,7 @@
|
|||||||
<x:parse var="classpathDoc" xml="${classpathFile.toURL()}" />
|
<x:parse var="classpathDoc" xml="${classpathFile.toURL()}" />
|
||||||
<x:set var="count" select="count($classpathDoc/classpath/classpathentry[contains(@path,'MAVEN_REPO/maven/jars/maven.jar')])"/>
|
<x:set var="count" select="count($classpathDoc/classpath/classpathentry[contains(@path,'MAVEN_REPO/maven/jars/maven.jar')])"/>
|
||||||
<assert:assertEquals expected="1" value="${count.intValue().toString()}" msg="override by jar tag not found"/>
|
<assert:assertEquals expected="1" value="${count.intValue().toString()}" msg="override by jar tag not found"/>
|
||||||
<x:set var="count" select="count($classpathDoc/classpath/classpathentry[contains(@path,'MAVEN_REPO/commons-logging/jars/commons-logging-1.0.3.jar')])"/>
|
<x:set var="count" select="count($classpathDoc/classpath/classpathentry[contains(@path,'MAVEN_REPO/commons-logging/jars/commons-logging-1.0.4.jar')])"/>
|
||||||
<assert:assertEquals expected="1" value="${count.intValue().toString()}" msg="maven.jar.override didn't work"/>
|
<assert:assertEquals expected="1" value="${count.intValue().toString()}" msg="maven.jar.override didn't work"/>
|
||||||
|
|
||||||
</goal>
|
</goal>
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
cactus.src.dir=${basedir}/src/cactus-test
|
cactus.src.dir=${basedir}/src/cactus-test
|
||||||
maven.jar.override=on
|
maven.jar.override=on
|
||||||
maven.jar.commons-dude=${maven.repo.local}/commons-logging/jars/commons-logging-1.0.3.jar
|
maven.jar.commons-dude=${maven.repo.local}/commons-logging/jars/commons-logging-1.0.4.jar
|
||||||
maven.eclipse.resources.addtoclasspath=true
|
maven.eclipse.resources.addtoclasspath=true
|
||||||
@ -101,7 +101,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</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>
|
||||||
|
|||||||
@ -27,6 +27,7 @@
|
|||||||
<release version="1.8-SNAPSHOT" date="in SVN">
|
<release version="1.8-SNAPSHOT" date="in SVN">
|
||||||
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>commons-logging v1.0.3 -> v1.0.4</li>
|
||||||
<li>maven v1.0 -> v1.0.2</li>
|
<li>maven v1.0 -> v1.0.2</li>
|
||||||
<li>maven-model v3.0.0 -> v3.0.1</li>
|
<li>maven-model v3.0.0 -> v3.0.1</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@ -58,7 +58,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.2</version>
|
<version>1.0.4</version>
|
||||||
<url>http://jakarta.apache.org/commons/logging.html</url>
|
<url>http://jakarta.apache.org/commons/logging.html</url>
|
||||||
<properties>
|
<properties>
|
||||||
<ear.bundle.jar>true</ear.bundle.jar>
|
<ear.bundle.jar>true</ear.bundle.jar>
|
||||||
|
|||||||
@ -71,7 +71,7 @@
|
|||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<id>commons-logging</id>
|
<id>commons-logging</id>
|
||||||
<version>1.0.2</version>
|
<version>1.0.4</version>
|
||||||
<url>http://jakarta.apache.org/commons/logging.html</url>
|
<url>http://jakarta.apache.org/commons/logging.html</url>
|
||||||
<properties>
|
<properties>
|
||||||
<ejb.manifest.classpath>true</ejb.manifest.classpath>
|
<ejb.manifest.classpath>true</ejb.manifest.classpath>
|
||||||
|
|||||||
@ -71,7 +71,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</version>
|
||||||
<properties>
|
<properties>
|
||||||
<ejb.bundle>true</ejb.bundle>
|
<ejb.bundle>true</ejb.bundle>
|
||||||
</properties>
|
</properties>
|
||||||
|
|||||||
@ -60,7 +60,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</version>
|
||||||
<properties>
|
<properties>
|
||||||
<war.bundle>true</war.bundle>
|
<war.bundle>true</war.bundle>
|
||||||
</properties>
|
</properties>
|
||||||
|
|||||||
@ -133,7 +133,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</version>
|
||||||
<properties>
|
<properties>
|
||||||
<ejb.bundle>true</ejb.bundle>
|
<ejb.bundle>true</ejb.bundle>
|
||||||
</properties>
|
</properties>
|
||||||
|
|||||||
@ -110,7 +110,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</version>
|
||||||
<properties>
|
<properties>
|
||||||
<war.bundle>true</war.bundle>
|
<war.bundle>true</war.bundle>
|
||||||
</properties>
|
</properties>
|
||||||
|
|||||||
@ -93,7 +93,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</version>
|
||||||
<properties>
|
<properties>
|
||||||
<war.bundle>true</war.bundle>
|
<war.bundle>true</war.bundle>
|
||||||
</properties>
|
</properties>
|
||||||
|
|||||||
@ -110,7 +110,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</version>
|
||||||
<properties>
|
<properties>
|
||||||
<war.bundle>true</war.bundle>
|
<war.bundle>true</war.bundle>
|
||||||
</properties>
|
</properties>
|
||||||
|
|||||||
@ -111,7 +111,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</version>
|
||||||
<properties>
|
<properties>
|
||||||
<war.bundle>true</war.bundle>
|
<war.bundle>true</war.bundle>
|
||||||
</properties>
|
</properties>
|
||||||
|
|||||||
@ -93,7 +93,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</version>
|
||||||
<properties>
|
<properties>
|
||||||
<war.bundle>true</war.bundle>
|
<war.bundle>true</war.bundle>
|
||||||
</properties>
|
</properties>
|
||||||
|
|||||||
@ -21,7 +21,12 @@
|
|||||||
<title>Changes</title>
|
<title>Changes</title>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="2.3" date="in SVN">
|
<release version="2.3-SNAPSHOT" date="in SVN">
|
||||||
|
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
||||||
|
<ul>
|
||||||
|
<li>commons-logging v1.0.3 -> v1.0.4</li>
|
||||||
|
</ul>
|
||||||
|
</action>
|
||||||
<action dev="felipeal" type="add" issue="MPGENAPP-20" due-to="Miguel Griffa">Added customization guide.</action>
|
<action dev="felipeal" type="add" issue="MPGENAPP-20" due-to="Miguel Griffa">Added customization guide.</action>
|
||||||
<action dev="felipeal" type="add" issue="MPGENAPP-19" due-to="Miguel Griffa">Added Velocity-based webapp template (named <code>web-velocity</code>).</action>
|
<action dev="felipeal" type="add" issue="MPGENAPP-19" due-to="Miguel Griffa">Added Velocity-based webapp template (named <code>web-velocity</code>).</action>
|
||||||
<action dev="aheritier" type="add" issue="MPGENAPP-18" due-to="Archimedes Trajano">Use the project's name as display-name in web.xml.</action>
|
<action dev="aheritier" type="add" issue="MPGENAPP-18" due-to="Archimedes Trajano">Use the project's name as display-name in web.xml.</action>
|
||||||
|
|||||||
@ -157,7 +157,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<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>
|
||||||
@ -172,7 +172,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>log4j</groupId>
|
<groupId>log4j</groupId>
|
||||||
<artifactId>log4j</artifactId>
|
<artifactId>log4j</artifactId>
|
||||||
<version>1.2.8</version>
|
<version>1.2.12</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<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>
|
||||||
|
|||||||
@ -30,6 +30,8 @@
|
|||||||
<li>ant v1.5.3-1 -> v1.6.5</li>
|
<li>ant v1.5.3-1 -> v1.6.5</li>
|
||||||
<li>commons-collections v2.1 -> v3.0</li>
|
<li>commons-collections v2.1 -> v3.0</li>
|
||||||
<li>commons-jelly v1.0-beta-4 -> v1.0</li>
|
<li>commons-jelly v1.0-beta-4 -> v1.0</li>
|
||||||
|
<li>commons-logging v1.0.3 -> v1.0.4</li>
|
||||||
|
<li>log4j v1.2.8 -> v1.2.12</li>
|
||||||
<li>xercesImpl v 2.4.0 -> v2.6.2</li>
|
<li>xercesImpl v 2.4.0 -> v2.6.2</li>
|
||||||
<li>xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2</li>
|
<li>xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@ -67,6 +67,9 @@
|
|||||||
<artifactId>commons-jelly-tags-xml</artifactId>
|
<artifactId>commons-jelly-tags-xml</artifactId>
|
||||||
<version>1.1</version>
|
<version>1.1</version>
|
||||||
<url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
|
<url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
|
||||||
|
<properties>
|
||||||
|
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
|
||||||
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-jelly</groupId>
|
<groupId>commons-jelly</groupId>
|
||||||
@ -83,7 +86,10 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</version>
|
||||||
|
<properties>
|
||||||
|
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
|
||||||
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>dom4j</groupId>
|
<groupId>dom4j</groupId>
|
||||||
|
|||||||
@ -28,6 +28,7 @@
|
|||||||
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
||||||
<ul>
|
<ul>
|
||||||
<li>commons-jelly-tags-xml v1.0 -> v1.1</li>
|
<li>commons-jelly-tags-xml v1.0 -> v1.1</li>
|
||||||
|
<li>commons-logging v1.0.3 -> v1.0.4</li>
|
||||||
<li>dom4j v1.4-dev-8 -> v1.4</li>
|
<li>dom4j v1.4-dev-8 -> v1.4</li>
|
||||||
<li>xercesImpl v 2.4.0 -> v2.6.2</li>
|
<li>xercesImpl v 2.4.0 -> v2.6.2</li>
|
||||||
<li>xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2</li>
|
<li>xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2</li>
|
||||||
|
|||||||
@ -97,7 +97,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</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>
|
||||||
|
|||||||
@ -28,6 +28,7 @@
|
|||||||
<release version="1.6-SNAPSHOT" date="In SVN">
|
<release version="1.6-SNAPSHOT" date="In SVN">
|
||||||
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>commons-logging v1.0.3 -> v1.0.4</li>
|
||||||
<li>dom4j v1.4-dev-8 -> v1.4</li>
|
<li>dom4j v1.4-dev-8 -> v1.4</li>
|
||||||
</ul>
|
</ul>
|
||||||
</action>
|
</action>
|
||||||
|
|||||||
@ -113,7 +113,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>log4j</groupId>
|
<groupId>log4j</groupId>
|
||||||
<artifactId>log4j</artifactId>
|
<artifactId>log4j</artifactId>
|
||||||
<version>1.2.8</version>
|
<version>1.2.12</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>
|
||||||
|
|||||||
@ -26,6 +26,7 @@
|
|||||||
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
||||||
<ul>
|
<ul>
|
||||||
<li>jdom v1.0b8 -> v1.0</li>
|
<li>jdom v1.0b8 -> v1.0</li>
|
||||||
|
<li>log4j v1.2.8 -> v1.2.12</li>
|
||||||
<li>oro v2.0.7 -> v2.0.8</li>
|
<li>oro v2.0.7 -> v2.0.8</li>
|
||||||
</ul>
|
</ul>
|
||||||
</action>
|
</action>
|
||||||
|
|||||||
@ -122,7 +122,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>log4j</groupId>
|
<groupId>log4j</groupId>
|
||||||
<artifactId>log4j</artifactId>
|
<artifactId>log4j</artifactId>
|
||||||
<version>1.2.8</version>
|
<version>1.2.12</version>
|
||||||
<url>http://jakarta.apache.org/log4j/</url>
|
<url>http://jakarta.apache.org/log4j/</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>
|
||||||
|
|||||||
@ -27,6 +27,7 @@
|
|||||||
<release version="1.1" date="In SVN">
|
<release version="1.1" date="In SVN">
|
||||||
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>log4j v1.2.8 -> v1.2.12</li>
|
||||||
<li>oro v2.0.7 -> v2.0.8</li>
|
<li>oro v2.0.7 -> v2.0.8</li>
|
||||||
<li>velocity v1.3 -> v1.4</li>
|
<li>velocity v1.3 -> v1.4</li>
|
||||||
<li>xercesImpl v 2.4.0 -> v2.6.2</li>
|
<li>xercesImpl v 2.4.0 -> v2.6.2</li>
|
||||||
|
|||||||
@ -55,7 +55,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</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>
|
||||||
@ -64,7 +64,7 @@
|
|||||||
<!-- Required for commons-httpclient -->
|
<!-- Required for commons-httpclient -->
|
||||||
<groupId>log4j</groupId>
|
<groupId>log4j</groupId>
|
||||||
<artifactId>log4j</artifactId>
|
<artifactId>log4j</artifactId>
|
||||||
<version>1.2.8</version>
|
<version>1.2.12</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>
|
||||||
|
|||||||
@ -27,7 +27,7 @@
|
|||||||
<release version="1.2-SNAPSHOT" date="in SVN">
|
<release version="1.2-SNAPSHOT" date="in SVN">
|
||||||
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
||||||
<ul>
|
<ul>
|
||||||
<li>commons-logging v1.0.4 -> v1.0.3</li>
|
<li>log4j v1.2.8 -> v1.2.12</li>
|
||||||
</ul>
|
</ul>
|
||||||
</action>
|
</action>
|
||||||
<action dev="carlos" type="fix" issue="MPJIRA-11" due-to="Michael Franken">Enable retrieving component-specific issues.</action>
|
<action dev="carlos" type="fix" issue="MPJIRA-11" due-to="Michael Franken">Enable retrieving component-specific issues.</action>
|
||||||
|
|||||||
@ -62,7 +62,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</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>
|
||||||
|
|||||||
@ -28,6 +28,7 @@
|
|||||||
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
||||||
<ul>
|
<ul>
|
||||||
<li>commons-collections v3.1 -> v3.0</li>
|
<li>commons-collections v3.1 -> v3.0</li>
|
||||||
|
<li>commons-logging v1.0.3 -> v1.0.4</li>
|
||||||
<li>oro v2.0.7 -> v2.0.8</li>
|
<li>oro v2.0.7 -> v2.0.8</li>
|
||||||
</ul>
|
</ul>
|
||||||
</action>
|
</action>
|
||||||
|
|||||||
@ -157,7 +157,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</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>
|
||||||
@ -174,7 +174,7 @@
|
|||||||
<!-- Required for commons-httpclient -->
|
<!-- Required for commons-httpclient -->
|
||||||
<groupId>log4j</groupId>
|
<groupId>log4j</groupId>
|
||||||
<artifactId>log4j</artifactId>
|
<artifactId>log4j</artifactId>
|
||||||
<version>1.2.8</version>
|
<version>1.2.12</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>
|
||||||
|
|||||||
@ -33,7 +33,9 @@
|
|||||||
<li>commons-jelly v1.0-beta-4 -> v1.0</li>
|
<li>commons-jelly v1.0-beta-4 -> v1.0</li>
|
||||||
<li>commons-jelly-tags-ant v1.0 -> v1.1</li>
|
<li>commons-jelly-tags-ant v1.0 -> v1.1</li>
|
||||||
<li>commons-jelly-tags-xml v1.0 -> v1.1</li>
|
<li>commons-jelly-tags-xml v1.0 -> v1.1</li>
|
||||||
|
<li>commons-logging v1.0.3 -> v1.0.4</li>
|
||||||
<li>dom4j v1.4-dev-8 -> v1.4</li>
|
<li>dom4j v1.4-dev-8 -> v1.4</li>
|
||||||
|
<li>log4j v1.2.8 -> v1.2.12</li>
|
||||||
<li>maven-model v3.0.0-SNAPSHOT -> v3.0.1</li>
|
<li>maven-model v3.0.0-SNAPSHOT -> v3.0.1</li>
|
||||||
</ul>
|
</ul>
|
||||||
</action>
|
</action>
|
||||||
|
|||||||
@ -103,10 +103,10 @@ maven.jar.commons-jelly-tags-util=1.1.1
|
|||||||
maven.jar.commons-jelly-tags-xml=1.1
|
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.3
|
maven.jar.commons-logging=1.0.4
|
||||||
maven.jar.dom4j=1.4
|
maven.jar.dom4j=1.4
|
||||||
maven.jar.forehead=1.0-beta-5
|
maven.jar.forehead=1.0-beta-5
|
||||||
maven.jar.log4j=1.2.8
|
maven.jar.log4j=1.2.12
|
||||||
maven.jar.maven-model=3.0.1
|
maven.jar.maven-model=3.0.1
|
||||||
maven.jar.plexus-utils=1.0.3
|
maven.jar.plexus-utils=1.0.3
|
||||||
maven.jar.wagon-file=1.0-alpha-4
|
maven.jar.wagon-file=1.0-alpha-4
|
||||||
|
|||||||
@ -151,7 +151,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</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>
|
||||||
|
|||||||
@ -27,6 +27,7 @@
|
|||||||
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
||||||
<ul>
|
<ul>
|
||||||
<li>commons-jelly-tags-xml v1.0 -> v1.1</li>
|
<li>commons-jelly-tags-xml v1.0 -> v1.1</li>
|
||||||
|
<li>commons-logging v1.0.3 -> v1.0.4</li>
|
||||||
<li>jdom v b10 -> v1.0</li>
|
<li>jdom v b10 -> v1.0</li>
|
||||||
<li>xercesImpl v 2.4.0 -> v2.6.2</li>
|
<li>xercesImpl v 2.4.0 -> v2.6.2</li>
|
||||||
<li>xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2</li>
|
<li>xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2</li>
|
||||||
|
|||||||
@ -36,7 +36,7 @@
|
|||||||
<unzip src="${rarFile}" dest="${unzipDir}"/>
|
<unzip src="${rarFile}" dest="${unzipDir}"/>
|
||||||
|
|
||||||
<!-- check for commons-logging -->
|
<!-- check for commons-logging -->
|
||||||
<assert:assertFileExists file="${unzipDir}/commons-logging-1.0.3.jar"
|
<assert:assertFileExists file="${unzipDir}/commons-logging-1.0.4.jar"
|
||||||
msg="commons logging was not bundled"/>
|
msg="commons logging was not bundled"/>
|
||||||
|
|
||||||
<!-- check for the LICENSE -->
|
<!-- check for the LICENSE -->
|
||||||
|
|||||||
@ -56,7 +56,7 @@ http://maven.apache.org/maven-v3_0_0.xsd">
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</version>
|
||||||
<url>http://jakarta.apache.org/commons/logging.html</url>
|
<url>http://jakarta.apache.org/commons/logging.html</url>
|
||||||
<properties>
|
<properties>
|
||||||
<rar.bundle>true</rar.bundle>
|
<rar.bundle>true</rar.bundle>
|
||||||
|
|||||||
@ -128,7 +128,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</version>
|
||||||
<url>http://jakarta.apache.org/commons/logging/</url>
|
<url>http://jakarta.apache.org/commons/logging/</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>
|
||||||
|
|||||||
@ -30,6 +30,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>ant v1.5.3-1 -> v1.6.5</li>
|
<li>ant v1.5.3-1 -> v1.6.5</li>
|
||||||
<li>commons-jelly v1.0-beta-4 -> v1.0</li>
|
<li>commons-jelly v1.0-beta-4 -> v1.0</li>
|
||||||
|
<li>commons-logging v1.0.3 -> v1.0.4</li>
|
||||||
</ul>
|
</ul>
|
||||||
</action>
|
</action>
|
||||||
<action dev="epugh" type="fix" issue="MPSIMIAN-15">Tag library warning when using simian 1.5</action>
|
<action dev="epugh" type="fix" issue="MPSIMIAN-15">Tag library warning when using simian 1.5</action>
|
||||||
|
|||||||
@ -28,7 +28,7 @@
|
|||||||
<j:set var="warFile" value="${maven.build.dir}/${pom.artifactId}.war"/>
|
<j:set var="warFile" value="${maven.build.dir}/${pom.artifactId}.war"/>
|
||||||
<j:set var="warDir" value="${maven.build.dir}/${pom.artifactId}"/>
|
<j:set var="warDir" value="${maven.build.dir}/${pom.artifactId}"/>
|
||||||
<assert:assertFileExists file="${warFile}"/>
|
<assert:assertFileExists file="${warFile}"/>
|
||||||
<assert:assertFileExists file="${warDir}/WEB-INF/lib/commons-logging-1.0.3.jar"/>
|
<assert:assertFileExists file="${warDir}/WEB-INF/lib/commons-logging-1.0.4.jar"/>
|
||||||
|
|
||||||
<!-- check for manifest contents -->
|
<!-- check for manifest contents -->
|
||||||
<!-- a) Make sure existing manifest gets merged -->
|
<!-- a) Make sure existing manifest gets merged -->
|
||||||
@ -41,7 +41,7 @@
|
|||||||
<fail>Manifest not merged</fail>
|
<fail>Manifest not merged</fail>
|
||||||
</j:if>
|
</j:if>
|
||||||
<!-- b) Make sure Class-Path entry is created -->
|
<!-- b) Make sure Class-Path entry is created -->
|
||||||
<j:set var="found" value='${manifest.indexOf("Class-Path: commons-logging-1.0.3.jar") ge 0}'/>
|
<j:set var="found" value='${manifest.indexOf("Class-Path: commons-logging-1.0.4.jar") ge 0}'/>
|
||||||
<j:if test="${!found}">
|
<j:if test="${!found}">
|
||||||
<fail>Class-Path not generated</fail>
|
<fail>Class-Path not generated</fail>
|
||||||
</j:if>
|
</j:if>
|
||||||
|
|||||||
@ -44,7 +44,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</version>
|
||||||
<url>http://jakarta.apache.org/commons/logging.html</url>
|
<url>http://jakarta.apache.org/commons/logging.html</url>
|
||||||
<properties>
|
<properties>
|
||||||
<war.bundle>true</war.bundle>
|
<war.bundle>true</war.bundle>
|
||||||
|
|||||||
@ -219,7 +219,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</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>
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
<title>Changes</title>
|
<title>Changes</title>
|
||||||
<author email="dion@multitask.com.au">dIon Gillard</author>
|
<author email="dion@multitask.com.au">dIon Gillard</author>
|
||||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||||
<author email="aheritier@apache.org">Arnaud HERITIER</author>
|
<author email="aheritier@apache.org">Arnaud Heritier</author>
|
||||||
<author email="vincent.siveton@gmail.org">Vincent Siveton</author>
|
<author email="vincent.siveton@gmail.org">Vincent Siveton</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
@ -30,6 +30,7 @@
|
|||||||
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
||||||
<ul>
|
<ul>
|
||||||
<li>commons-jelly v1.0-RC1 -> v1.0</li>
|
<li>commons-jelly v1.0-RC1 -> v1.0</li>
|
||||||
|
<li>commons-logging v1.0.3 -> v1.0.4</li>
|
||||||
<li>maven-model v3.0.0 -> v3.0.1</li>
|
<li>maven-model v3.0.0 -> v3.0.1</li>
|
||||||
</ul>
|
</ul>
|
||||||
</action>
|
</action>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user