Author: ltheussl
Date: Mon May 7 02:16:15 2007
New Revision: 535801
URL: http://svn.apache.org/viewvc?view=rev&rev=535801
Log:
[maven-scm-plugin] prepare release 1.4.1
Modified:
maven/maven-1/plugins/trunk/linkcheck/project.xml
maven/maven-1/plugins/trunk/linkcheck/xdocs/changes.xml
Modified: maven/maven-1/plugins/trunk/linkcheck/project.xml
URL:
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/linkcheck/project.xml?view=diff&rev=535801&r1=535800&r2=535801
==============================================================================
--- maven/maven-1/plugins/trunk/linkcheck/project.xml (original)
+++ maven/maven-1/plugins/trunk/linkcheck/project.xml Mon May 7 02:16:15 2007
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-linkcheck-plugin</id>
<name>Maven LinkCheck Plugin</name>
- <currentVersion>1.4.1-SNAPSHOT</currentVersion>
+ <currentVersion>1.4.1</currentVersion>
<description>Check xdoc links. Requires Maven 1.0 RC2.</description>
<shortDescription>Check xdoc links</shortDescription>
<versions>
@@ -62,6 +62,11 @@
<name>1.4</name>
<tag>MAVEN_LINKCHECK_1_4</tag>
</version>
+ <version>
+ <id>1.4.1</id>
+ <name>1.4.1</name>
+ <tag>MAVEN_LINKCHECK_1_4_1</tag>
+ </version>
</versions>
<developers>
<developer>
@@ -191,7 +196,7 @@
</properties>
</dependency>
<dependency>
- <!-- Required for commons-httpclient -->
+ <!-- Required for commons-httpclient -->
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.13</version>
Modified: maven/maven-1/plugins/trunk/linkcheck/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/linkcheck/xdocs/changes.xml?view=diff&rev=535801&r1=535800&r2=535801
==============================================================================
--- maven/maven-1/plugins/trunk/linkcheck/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/linkcheck/xdocs/changes.xml Mon May 7 02:16:15
2007
@@ -18,86 +18,86 @@
* limitations under the License.
*/
-->
-<document>
- <properties>
- <title>Changes</title>
- <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
- <author email="[EMAIL PROTECTED]">Vincent Massol</author>
- <author email="[EMAIL PROTECTED]">Arnaud Heritier</author>
- </properties>
- <body>
- <release version="1.4.1-SNAPSHOT" date="In SVN">
- <action dev="aheritier" type="fix">Links to local files with a parameter
aren't found.</action>
- <action dev="aheritier" type="update" issue="MAVEN-1755">Upgrade
maven-model to version 3.0.2.</action>
- <action dev="ltheussl" type="update">Update jelly dependency to match
the ones in maven 1.1 core.</action>
- <action dev="aheritier" type="fix" issue="MPLINKCHECK-27" due-to="Dennis
Lundberg">Maven 1.0.x : The report is incomplete if one or more files has
errors in them.</action>
- </release>
- <release version="1.4" date="2006-04-27">
- <action dev="aheritier" type="update" issue="MAVEN-1759">Upgrade to
log4j 1.2.13.</action>
- <action dev="aheritier" type="add">Add the property
"maven.linkcheck.method" to select the method to use to do the tests (head -by
default-,or get).</action>
- <action dev="aheritier" type="add" issue="MPLINKCHECK-25">Display for
each file the number of links and the number of errors.</action>
- <action dev="aheritier" type="add" issue="MPLINKCHECK-25">New counters
to report how many files and links are checked and how many errors are
found.</action>
- <action dev="aheritier" type="update" issue="MPLINKCHECK-25">Display a
more verbose message than the "NOT FOUND" error.</action>
- <action dev="aheritier" type="update" issue="MPLINKCHECK-24">Speed and
stability enhancement [better usage of httpClient].</action>
- <action dev="aheritier" type="update" issue="MAVEN-1739">Upgrade to
HttpClient 3.0. Will be used only with, at least, maven 1.1 beta 3.</action>
- <action dev="aheritier" type="update" issue="MPLINKCHECK-23"
due-to="Ignacio G. Mac Dowell">Improve performance getting rid of jtidy
dependency via regexps.</action>
- <action dev="aheritier" type="fix" issue="MPLINKCHECK-22">Sites
requiring authentication are reported as NOT FOUND.</action>
- <action dev="aheritier" type="fix"
issue="MPLINKCHECK-21">java.lang.NumberFormatException if proxy port is setted
to ""</action>
- <action dev="aheritier" type="fix" issue="MPLINKCHECK-20"
due-to="Ignacio G. Mac Dowell">StackOverflowError processing
apidocs/index-all.html.</action>
- <action dev="aheritier" type="add" issue="MPLINKCHECK-19">Support NTLM
proxies.</action>
- <action dev="aheritier" type="update" issue="MPLINKCHECK-10">"Moved
Permanently" sites are reported as a warning and not as an error.</action>
- <action dev="aheritier" type="add" issue="MPLINKCHECK-5">linkcheck
plugin uses global proxy settings. There is no way to perform check using a
proxy while still having a non-proxied project.</action>
- <action dev="aheritier" type="add">If maven is in offline mode the
report doesn't test external urls. A warning is displayed in the
report.</action>
- <action dev="brett" type="update">Make compatible with Maven 1.1</action>
- <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 dependency is updated : commons-collections v2.1 ->
v3.0</action>
- <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 dependency is updated : commons-httpclient v2.0 ->
v2.0.2</action>
- <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 dependency is updated : commons-jelly v1.0-beta-4 ->
v1.0</action>
- <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 dependency is updated : commons-jelly-tags-ant v1.0 ->
v1.1</action>
- <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 dependency is updated : commons-jelly-tags-xml v1.0 ->
v1.1</action>
- <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 dependency is updated : commons-logging v1.0.3 ->
v1.0.4</action>
- <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 dependency is updated : dom4j v1.4-dev-8 -> v1.4</action>
- <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 dependency is updated : log4j v1.2.8 -> v1.2.12</action>
- <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 dependency is updated : maven-model v3.0.0-SNAPSHOT ->
v3.0.1</action>
- </release>
- <release version="1.3.4" date="2004-11-20">
- <action dev="carlos" type="fix" issue="MPLINKCHECK-17">Made compatible
with JDK 1.3</action>
- </release>
- <release version="1.3.3" date="2004-09-24">
- <action dev="carlos" type="fix">Some performance improvements</action>
- <action dev="carlos" type="fix" issue="MPLINKCHECK-15" due-to="Stephane
Mikaty">Use BufferedInputStream in FileToCheck</action>
- <action dev="carlos" type="fix">Set links as invalid on unknown
errors</action>
- <action dev="carlos" type="fix" issue="MPLINKCHECK-8">Use CDATA in file
name</action>
+<document>
+ <properties>
+ <title>Changes</title>
+ <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
+ <author email="[EMAIL PROTECTED]">Vincent Massol</author>
+ <author email="[EMAIL PROTECTED]">Arnaud Heritier</author>
+ </properties>
+ <body>
+ <release version="1.4.1" date="2007-05-07">
+ <action dev="aheritier" type="fix">Links to local files with a parameter
aren't found.</action>
+ <action dev="aheritier" type="update" issue="MAVEN-1755">Upgrade
maven-model to version 3.0.2.</action>
+ <action dev="ltheussl" type="update">Update jelly dependency to match
the ones in maven 1.1 core.</action>
+ <action dev="aheritier" type="fix" issue="MPLINKCHECK-27" due-to="Dennis
Lundberg">Maven 1.0.x : The report is incomplete if one or more files has
errors in them.</action>
+ </release>
+ <release version="1.4" date="2006-04-27">
+ <action dev="aheritier" type="update" issue="MAVEN-1759">Upgrade to
log4j 1.2.13.</action>
+ <action dev="aheritier" type="add">Add the property
"maven.linkcheck.method" to select the method to use to do the tests (head -by
default-,or get).</action>
+ <action dev="aheritier" type="add" issue="MPLINKCHECK-25">Display for
each file the number of links and the number of errors.</action>
+ <action dev="aheritier" type="add" issue="MPLINKCHECK-25">New counters
to report how many files and links are checked and how many errors are
found.</action>
+ <action dev="aheritier" type="update" issue="MPLINKCHECK-25">Display a
more verbose message than the "NOT FOUND" error.</action>
+ <action dev="aheritier" type="update" issue="MPLINKCHECK-24">Speed and
stability enhancement [better usage of httpClient].</action>
+ <action dev="aheritier" type="update" issue="MAVEN-1739">Upgrade to
HttpClient 3.0. Will be used only with, at least, maven 1.1 beta 3.</action>
+ <action dev="aheritier" type="update" issue="MPLINKCHECK-23"
due-to="Ignacio G. Mac Dowell">Improve performance getting rid of jtidy
dependency via regexps.</action>
+ <action dev="aheritier" type="fix" issue="MPLINKCHECK-22">Sites
requiring authentication are reported as NOT FOUND.</action>
+ <action dev="aheritier" type="fix"
issue="MPLINKCHECK-21">java.lang.NumberFormatException if proxy port is setted
to ""</action>
+ <action dev="aheritier" type="fix" issue="MPLINKCHECK-20"
due-to="Ignacio G. Mac Dowell">StackOverflowError processing
apidocs/index-all.html.</action>
+ <action dev="aheritier" type="add" issue="MPLINKCHECK-19">Support NTLM
proxies.</action>
+ <action dev="aheritier" type="update" issue="MPLINKCHECK-10">"Moved
Permanently" sites are reported as a warning and not as an error.</action>
+ <action dev="aheritier" type="add" issue="MPLINKCHECK-5">linkcheck
plugin uses global proxy settings. There is no way to perform check using a
proxy while still having a non-proxied project.</action>
+ <action dev="aheritier" type="add">If maven is in offline mode the
report doesn't test external urls. A warning is displayed in the
report.</action>
+ <action dev="brett" type="update">Make compatible with Maven
1.1</action>
+ <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 dependency is updated : commons-collections v2.1 ->
v3.0</action>
+ <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 dependency is updated : commons-httpclient v2.0 ->
v2.0.2</action>
+ <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 dependency is updated : commons-jelly v1.0-beta-4 ->
v1.0</action>
+ <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 dependency is updated : commons-jelly-tags-ant v1.0 ->
v1.1</action>
+ <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 dependency is updated : commons-jelly-tags-xml v1.0 ->
v1.1</action>
+ <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 dependency is updated : commons-logging v1.0.3 ->
v1.0.4</action>
+ <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 dependency is updated : dom4j v1.4-dev-8 -> v1.4</action>
+ <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 dependency is updated : log4j v1.2.8 -> v1.2.12</action>
+ <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 dependency is updated : maven-model v3.0.0-SNAPSHOT ->
v3.0.1</action>
+ </release>
+ <release version="1.3.4" date="2004-11-20">
+ <action dev="carlos" type="fix" issue="MPLINKCHECK-17">Made compatible
with JDK 1.3</action>
+ </release>
+ <release version="1.3.3" date="2004-09-24">
+ <action dev="carlos" type="fix">Some performance improvements</action>
+ <action dev="carlos" type="fix" issue="MPLINKCHECK-15" due-to="Stephane
Mikaty">Use BufferedInputStream in FileToCheck</action>
+ <action dev="carlos" type="fix">Set links as invalid on unknown
errors</action>
+ <action dev="carlos" type="fix" issue="MPLINKCHECK-8">Use CDATA in file
name</action>
<action dev="carlos" type="add">Added
<code>maven.linkcheck.exclude</code>property
- </action>
- </release>
- <release version="1.3.2" date="2004-07-10">
- <action dev="brett" type="update" issue="MPLINKCHECK-14">Only log
exception in debug mode on connection refused</action>
- <action dev="brett" type="update">Update commons-*</action>
- </release>
- <release version="1.3.1" date="2004-06-19">
- <action dev="brett" type="fix">Build and run plugin against the
installed version of Maven</action>
- </release>
- <release version="1.3" date="2004-05-15">
+ </action>
+ </release>
+ <release version="1.3.2" date="2004-07-10">
+ <action dev="brett" type="update" issue="MPLINKCHECK-14">Only log
exception in debug mode on connection refused</action>
+ <action dev="brett" type="update">Update commons-*</action>
+ </release>
+ <release version="1.3.1" date="2004-06-19">
+ <action dev="brett" type="fix">Build and run plugin against the
installed version of Maven</action>
+ </release>
+ <release version="1.3" date="2004-05-15">
<action dev="vmassol" type="add">Now supports failing the build on error
if you set the new
<code>maven.linkcheck.failonerror</code>property to
<code>true</code>.
- </action>
- <action dev="brett" type="fix" issue="MPLINKCHECK-11" due-to="Ralph
Apel">Remove commons-util dependency. Must update to commons-lang 2.0.</action>
- <action dev="dion" type="fix">Fix issues with DOM classes and
jdk1.3</action>
- </release>
- <release version="1.2" date="2004-03-10">
- <action dev="evenisse" type="fix" issue="MPLINKCHECK-7">Fix
HTML.</action>
- </release>
- <release version="1.1" date="2003-09-29">
- <action dev="dion" type="update">update to
commons-jelly-20030902.160215</action>
- <action dev="dion" type="update">update to use
maven.docs.*/maven.gen.docs</action>
- <action dev="dion" type="update">Upgrade to dom4j 1.4</action>
- <action dev="dion" type="update">Upgrade to maven 1.0 beta 10</action>
- <action dev="dion" type="update">Upgrade to log4j 1.2.8</action>
- <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>
- </release>
- </body>
+ </action>
+ <action dev="brett" type="fix" issue="MPLINKCHECK-11" due-to="Ralph
Apel">Remove commons-util dependency. Must update to commons-lang 2.0.</action>
+ <action dev="dion" type="fix">Fix issues with DOM classes and
jdk1.3</action>
+ </release>
+ <release version="1.2" date="2004-03-10">
+ <action dev="evenisse" type="fix" issue="MPLINKCHECK-7">Fix
HTML.</action>
+ </release>
+ <release version="1.1" date="2003-09-29">
+ <action dev="dion" type="update">update to
commons-jelly-20030902.160215</action>
+ <action dev="dion" type="update">update to use
maven.docs.*/maven.gen.docs</action>
+ <action dev="dion" type="update">Upgrade to dom4j 1.4</action>
+ <action dev="dion" type="update">Upgrade to maven 1.0 beta 10</action>
+ <action dev="dion" type="update">Upgrade to log4j 1.2.8</action>
+ <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>
+ </release>
+ </body>
</document>