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:
dion 2003-07-25 03:32:23 +00:00
parent e361a1b7ab
commit c81f195ecf
22 changed files with 65 additions and 17 deletions

View File

@ -84,7 +84,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.3</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>aspectj</groupId> <groupId>aspectj</groupId>

View File

@ -8,6 +8,9 @@
<body> <body>
<release version="3.0" date="in CVS"> <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"> <action dev="epugh" type="add">
New goal cactus:match added that allows you to run just matching testcases. 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 Pass the testcase in using -Dtestmatch=MyTestCase. This brings to parity the

View File

@ -73,7 +73,7 @@
</dependency> </dependency>
<dependency> <dependency>
<id>commons-logging</id> <id>commons-logging</id>
<version>1.0.1</version> <version>1.0.3</version>
</dependency> </dependency>
<dependency> <dependency>
<id>junit</id> <id>junit</id>

View File

@ -8,6 +8,9 @@
<body> <body>
<release version="1.3" date="in CVS"> <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"> <action dev="dion" type="fix">
Remove classloader property stuff Remove classloader property stuff
</action> </action>

View File

@ -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.2</version> <version>1.0.3</version>
<type>jar</type> <type>jar</type>
</dependency> </dependency>

View File

@ -7,6 +7,9 @@
<body> <body>
<release version="1.0" date="in CVS"> <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"> <action dev="michal" type="add">
Initial plugin created Initial plugin created
</action> </action>

View File

@ -5,9 +5,9 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-html2xdoc-plugin</id> <id>maven-html2xdoc-plugin</id>
<name>Maven Html2XDoc Plug-in</name> <name>Maven Html2XDoc Plug-in</name>
<currentVersion>1.0</currentVersion> <currentVersion>1.1-SNAPSHOT</currentVersion>
<!-- Gump integration -->
<!-- Gump integration -->
<gumpRepositoryId>jakarta</gumpRepositoryId> <gumpRepositoryId>jakarta</gumpRepositoryId>
<description>Creates XDoc documentation from normal HTML documentation.</description> <description>Creates XDoc documentation from normal HTML documentation.</description>
<shortDescription/> <shortDescription/>
@ -58,7 +58,7 @@
<dependency> <dependency>
<id>commons-logging</id> <id>commons-logging</id>
<version>1.0.1</version> <version>1.0.3</version>
<properties> <properties>
<classloader>root.maven</classloader> <classloader>root.maven</classloader>
</properties> </properties>

View 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>

View File

@ -5,7 +5,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-j2ee-plugin</id> <id>maven-j2ee-plugin</id>
<name>Maven J2EE Plugin</name> <name>Maven J2EE Plugin</name>
<currentVersion>1.2</currentVersion> <currentVersion>1.3-SNAPSHOT</currentVersion>
<description/> <description/>
<shortDescription>Java Project Management Tools</shortDescription> <shortDescription>Java Project Management Tools</shortDescription>
<url>http://maven.apache.org/reference/plugins/j2ee/</url> <url>http://maven.apache.org/reference/plugins/j2ee/</url>
@ -81,7 +81,7 @@
</dependency> </dependency>
<dependency> <dependency>
<id>commons-logging</id> <id>commons-logging</id>
<version>1.0.2</version> <version>1.0.3</version>
</dependency> </dependency>
<dependency> <dependency>
<id>dom4j</id> <id>dom4j</id>

View File

@ -7,7 +7,13 @@
</properties> </properties>
<body> <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"> <action dev="dion" type="fix">
Fixed class not found for war validator task Fixed class not found for war validator task
</action> </action>

View File

@ -106,7 +106,7 @@
</dependency> </dependency>
<dependency> <dependency>
<id>commons-logging</id> <id>commons-logging</id>
<version>1.0</version> <version>1.0.3</version>
</dependency> </dependency>
<dependency> <dependency>
<id>xml-apis</id> <id>xml-apis</id>

View File

@ -8,6 +8,9 @@
<body> <body>
<release version="1.2" date="in CVS"> <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"> <action dev="dion" type="update">
update to commons-lang 1.0.1 update to commons-lang 1.0.1
</action> </action>

View File

@ -90,7 +90,7 @@
</dependency> </dependency>
<dependency> <dependency>
<id>commons-logging</id> <id>commons-logging</id>
<version>1.0</version> <version>1.0.3</version>
<properties> <properties>
<classloader>root.maven</classloader> <classloader>root.maven</classloader>
</properties> </properties>

View File

@ -8,10 +8,12 @@
<body> <body>
<release version="1.1" date="in CVS"> <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"> <action dev="dion" type="update">
update to commons-lang 1.0.1 update to commons-lang 1.0.1
</action> </action>
<action dev="evenisse" type="fix"> <action dev="evenisse" type="fix">
Add xml declaration to generated report. Fixed for character encoding. Add xml declaration to generated report. Fixed for character encoding.
</action> </action>

View File

@ -48,7 +48,7 @@
</dependency> </dependency>
<dependency> <dependency>
<id>commons-logging</id> <id>commons-logging</id>
<version>1.0.2</version> <version>1.0.3</version>
</dependency> </dependency>
<dependency> <dependency>
<id>commons-betwixt</id> <id>commons-betwixt</id>

View File

@ -7,6 +7,9 @@
<body> <body>
<release version="0.3" date="in CVS"> <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"> <action dev="dion" type="update">
update to commons-lang 1.0.1 update to commons-lang 1.0.1
</action> </action>

View File

@ -37,7 +37,7 @@
<dependency> <dependency>
<id>commons-logging</id> <id>commons-logging</id>
<version>1.0.1</version> <version>1.0.3</version>
<url>http://jakarta.apache.org/commons/logging/</url> <url>http://jakarta.apache.org/commons/logging/</url>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -3,12 +3,15 @@
<properties> <properties>
<title>Changes</title> <title>Changes</title>
<author email="rinkrank at codehaus.org">Aslak Hellesoy</author> <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> </properties>
<body> <body>
<release version="1.2" date="in CVS"> <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"> <action dev="dion" type="fix">
Fix <code>Couldn't find relative path ...</code> message on windows Fix <code>Couldn't find relative path ...</code> message on windows
under multiproject build. Paths with <code>..</code> in them under multiproject build. Paths with <code>..</code> in them

View File

@ -49,7 +49,7 @@
</dependency> </dependency>
<dependency> <dependency>
<id>commons-logging</id> <id>commons-logging</id>
<version>1.0.2</version> <version>1.0.3</version>
</dependency> </dependency>
<dependency> <dependency>
<id>dom4j</id> <id>dom4j</id>

View File

@ -7,6 +7,9 @@
<body> <body>
<release version="1.2" date="in CVS"> <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"> <action dev="dion" type="update">
update to commons-lang 1.0.1 update to commons-lang 1.0.1
</action> </action>

View File

@ -31,7 +31,7 @@
</dependency> </dependency>
<dependency> <dependency>
<id>commons-logging</id> <id>commons-logging</id>
<version>1.0.1</version> <version>1.0.3</version>
</dependency> </dependency>
<dependency> <dependency>
<id>dom4j</id> <id>dom4j</id>

View File

@ -7,6 +7,9 @@
<body> <body>
<release version="1.1" date="in CVS"> <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"> <action dev="dion" type="update">
update to commons-lang 1.0.1 update to commons-lang 1.0.1
</action> </action>