Author: aheritier Date: Wed Apr 26 16:25:44 2006 New Revision: 397335 URL: http://svn.apache.org/viewcvs?rev=397335&view=rev Log: [maven-scm-plugin] prepare release 1.4
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/viewcvs/maven/maven-1/plugins/trunk/linkcheck/project.xml?rev=397335&r1=397334&r2=397335&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/linkcheck/project.xml (original) +++ maven/maven-1/plugins/trunk/linkcheck/project.xml Wed Apr 26 16:25:44 2006 @@ -1,4 +1,5 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" encoding="ISO-8859-1"?> + <!-- /* * Copyright 2001-2005 The Apache Software Foundation. @@ -21,7 +22,7 @@ <pomVersion>3</pomVersion> <id>maven-linkcheck-plugin</id> <name>Maven LinkCheck Plugin</name> - <currentVersion>1.4-SNAPSHOT</currentVersion> + <currentVersion>1.4</currentVersion> <description>Check xdoc links. Requires Maven 1.0 RC2.</description> <shortDescription>Check xdoc links</shortDescription> <versions> @@ -54,6 +55,11 @@ <id>1.3.4</id> <name>1.3.4</name> <tag>MAVEN_LINKCHECK_1_3_4</tag> + </version> + <version> + <id>1.4</id> + <name>1.4</name> + <tag>MAVEN_LINKCHECK_1_4</tag> </version> </versions> <developers> Modified: maven/maven-1/plugins/trunk/linkcheck/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/linkcheck/xdocs/changes.xml?rev=397335&r1=397334&r2=397335&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/linkcheck/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/linkcheck/xdocs/changes.xml Wed Apr 26 16:25:44 2006 @@ -1,4 +1,5 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" encoding="ISO-8859-1"?> + <!-- /* * Copyright 2001-2004 The Apache Software Foundation. @@ -24,7 +25,7 @@ <author email="[EMAIL PROTECTED]">Arnaud Heritier</author> </properties> <body> - <release version="1.4-SNAPSHOT" date="in SVN"> + <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> @@ -41,15 +42,15 @@ <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> + <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>