Synch on commons logging 1.0.3
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113709 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e361a1b7ab
commit
c81f195ecf
@ -84,7 +84,7 @@
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
<version>1.0.2</version>
|
||||
<version>1.0.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>aspectj</groupId>
|
||||
|
||||
@ -8,6 +8,9 @@
|
||||
<body>
|
||||
|
||||
<release version="3.0" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to commons-logging 1.0.3
|
||||
</action>
|
||||
<action dev="epugh" type="add">
|
||||
New goal cactus:match added that allows you to run just matching testcases.
|
||||
Pass the testcase in using -Dtestmatch=MyTestCase. This brings to parity the
|
||||
|
||||
@ -73,7 +73,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<id>commons-logging</id>
|
||||
<version>1.0.1</version>
|
||||
<version>1.0.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<id>junit</id>
|
||||
|
||||
@ -8,6 +8,9 @@
|
||||
|
||||
<body>
|
||||
<release version="1.3" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to commons-logging 1.0.3
|
||||
</action>
|
||||
<action dev="dion" type="fix">
|
||||
Remove classloader property stuff
|
||||
</action>
|
||||
|
||||
@ -80,7 +80,7 @@
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
<version>1.0.2</version>
|
||||
<version>1.0.3</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
|
||||
|
||||
@ -7,6 +7,9 @@
|
||||
|
||||
<body>
|
||||
<release version="1.0" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to commons-logging 1.0.3
|
||||
</action>
|
||||
<action dev="michal" type="add">
|
||||
Initial plugin created
|
||||
</action>
|
||||
|
||||
@ -5,9 +5,9 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-html2xdoc-plugin</id>
|
||||
<name>Maven Html2XDoc Plug-in</name>
|
||||
<currentVersion>1.0</currentVersion>
|
||||
<!-- Gump integration -->
|
||||
<currentVersion>1.1-SNAPSHOT</currentVersion>
|
||||
|
||||
<!-- Gump integration -->
|
||||
<gumpRepositoryId>jakarta</gumpRepositoryId>
|
||||
<description>Creates XDoc documentation from normal HTML documentation.</description>
|
||||
<shortDescription/>
|
||||
@ -58,7 +58,7 @@
|
||||
|
||||
<dependency>
|
||||
<id>commons-logging</id>
|
||||
<version>1.0.1</version>
|
||||
<version>1.0.3</version>
|
||||
<properties>
|
||||
<classloader>root.maven</classloader>
|
||||
</properties>
|
||||
|
||||
16
html2xdoc/xdocs/changes.xml
Normal file
16
html2xdoc/xdocs/changes.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0"?>
|
||||
<document>
|
||||
<properties>
|
||||
<title>Changes</title>
|
||||
<author email="dion@multitask.com.au">dIon Gillard</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.1" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to commons-logging 1.0.3
|
||||
</action>
|
||||
</release>
|
||||
</body>
|
||||
</document>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-j2ee-plugin</id>
|
||||
<name>Maven J2EE Plugin</name>
|
||||
<currentVersion>1.2</currentVersion>
|
||||
<currentVersion>1.3-SNAPSHOT</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>Java Project Management Tools</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/j2ee/</url>
|
||||
@ -81,7 +81,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<id>commons-logging</id>
|
||||
<version>1.0.2</version>
|
||||
<version>1.0.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<id>dom4j</id>
|
||||
|
||||
@ -7,7 +7,13 @@
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.2" date="in CVS">
|
||||
<release version="1.3" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to commons-logging 1.0.3
|
||||
</action>
|
||||
</release>
|
||||
|
||||
<release version="1.2" date="Unknown">
|
||||
<action dev="dion" type="fix">
|
||||
Fixed class not found for war validator task
|
||||
</action>
|
||||
|
||||
@ -106,7 +106,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<id>commons-logging</id>
|
||||
<version>1.0</version>
|
||||
<version>1.0.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<id>xml-apis</id>
|
||||
|
||||
@ -8,6 +8,9 @@
|
||||
|
||||
<body>
|
||||
<release version="1.2" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to commons-logging 1.0.3
|
||||
</action>
|
||||
<action dev="dion" type="update">
|
||||
update to commons-lang 1.0.1
|
||||
</action>
|
||||
|
||||
@ -90,7 +90,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<id>commons-logging</id>
|
||||
<version>1.0</version>
|
||||
<version>1.0.3</version>
|
||||
<properties>
|
||||
<classloader>root.maven</classloader>
|
||||
</properties>
|
||||
|
||||
@ -8,10 +8,12 @@
|
||||
<body>
|
||||
|
||||
<release version="1.1" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to commons-logging 1.0.3
|
||||
</action>
|
||||
<action dev="dion" type="update">
|
||||
update to commons-lang 1.0.1
|
||||
</action>
|
||||
|
||||
<action dev="evenisse" type="fix">
|
||||
Add xml declaration to generated report. Fixed for character encoding.
|
||||
</action>
|
||||
|
||||
@ -48,7 +48,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<id>commons-logging</id>
|
||||
<version>1.0.2</version>
|
||||
<version>1.0.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<id>commons-betwixt</id>
|
||||
|
||||
@ -7,6 +7,9 @@
|
||||
|
||||
<body>
|
||||
<release version="0.3" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to commons-logging 1.0.3
|
||||
</action>
|
||||
<action dev="dion" type="update">
|
||||
update to commons-lang 1.0.1
|
||||
</action>
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
|
||||
<dependency>
|
||||
<id>commons-logging</id>
|
||||
<version>1.0.1</version>
|
||||
<version>1.0.3</version>
|
||||
<url>http://jakarta.apache.org/commons/logging/</url>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
@ -3,12 +3,15 @@
|
||||
<properties>
|
||||
<title>Changes</title>
|
||||
<author email="rinkrank at codehaus.org">Aslak Hellesoy</author>
|
||||
<author email="maurice@maguyane.net">Maurice Montgénie</author>
|
||||
<author email="maurice@maguyane.net">Maurice Montg?nie</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
|
||||
<release version="1.2" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to commons-logging 1.0.3
|
||||
</action>
|
||||
<action dev="dion" type="fix">
|
||||
Fix <code>Couldn't find relative path ...</code> message on windows
|
||||
under multiproject build. Paths with <code>..</code> in them
|
||||
|
||||
@ -49,7 +49,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<id>commons-logging</id>
|
||||
<version>1.0.2</version>
|
||||
<version>1.0.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<id>dom4j</id>
|
||||
|
||||
@ -7,6 +7,9 @@
|
||||
|
||||
<body>
|
||||
<release version="1.2" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to commons-logging 1.0.3
|
||||
</action>
|
||||
<action dev="dion" type="update">
|
||||
update to commons-lang 1.0.1
|
||||
</action>
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<id>commons-logging</id>
|
||||
<version>1.0.1</version>
|
||||
<version>1.0.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<id>dom4j</id>
|
||||
|
||||
@ -7,6 +7,9 @@
|
||||
|
||||
<body>
|
||||
<release version="1.1" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to commons-logging 1.0.3
|
||||
</action>
|
||||
<action dev="dion" type="update">
|
||||
update to commons-lang 1.0.1
|
||||
</action>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user