You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/05/16 03:56:57 UTC

cvs commit: maven-plugins/linkcheck/xdocs changes.xml

brett       2004/05/15 18:56:57

  Modified:    linkcheck project.xml
               linkcheck/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.3
  
  Revision  Changes    Path
  1.46      +6 -1      maven-plugins/linkcheck/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/linkcheck/project.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- project.xml	16 May 2004 01:35:47 -0000	1.45
  +++ project.xml	16 May 2004 01:56:57 -0000	1.46
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-linkcheck-plugin</id>
     <name>Maven LinkCheck Plug-in</name>
  -  <currentVersion>1.3-SNAPSHOT</currentVersion>
  +  <currentVersion>1.3</currentVersion>
     <description>Check xdoc links. Requires Maven 1.0 RC2.</description>
     <shortDescription>Check xdoc links</shortDescription>
     <url>http://maven.apache.org/reference/plugins/linkcheck/</url>
  @@ -39,6 +39,11 @@
         <id>1.2</id>
         <name>1.2</name>
         <tag>MAVEN_LINKCHECK_1_2</tag>
  +    </version>
  +    <version>
  +      <id>1.3</id>
  +      <name>1.3</name>
  +      <tag>MAVEN_LINKCHECK_1_3</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.16      +4 -4      maven-plugins/linkcheck/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/linkcheck/xdocs/changes.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- changes.xml	2 May 2004 11:15:40 -0000	1.15
  +++ changes.xml	16 May 2004 01:56:57 -0000	1.16
  @@ -25,10 +25,10 @@
       <author email="vmassol@apache.org">Vincent Massol</author>
     </properties>
     <body>
  -    <release version="1.3-SNAPSHOT" date="in CVS">
  -      <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>.
  +    <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>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org