You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ca...@apache.org on 2004/09/24 18:07:00 UTC

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

carlos      2004/09/24 09:07:00

  Modified:    linkcheck project.xml
               linkcheck/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.3.3
  
  Revision  Changes    Path
  1.57      +9 -9      maven-plugins/linkcheck/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/linkcheck/project.xml,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- project.xml	21 Sep 2004 13:47:52 -0000	1.56
  +++ project.xml	24 Sep 2004 16:07:00 -0000	1.57
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-linkcheck-plugin</id>
     <name>Maven LinkCheck Plug-in</name>
  -  <currentVersion>1.4-SNAPSHOT</currentVersion>
  +  <currentVersion>1.3.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>
  @@ -55,6 +55,11 @@
         <name>1.3.2</name>
         <tag>MAVEN_LINKCHECK_1_3_2</tag>
       </version>
  +    <version>
  +      <id>1.3.3</id>
  +      <name>1.3.3</name>
  +      <tag>MAVEN_LINKCHECK_1_3_3</tag>
  +    </version>
     </versions>
     <developers>
       <developer>
  @@ -106,13 +111,13 @@
       <dependency>
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-xml</artifactId>
  -      <version>1.0</version>
  +      <version>20030211.142705</version>
         <url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
       </dependency>
       <dependency>
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-ant</artifactId>
  -      <version>1.0</version>
  +      <version>20040902.000000</version>
         <url>http://jakarta.apache.org/commons/jelly/libs/ant/</url>
       </dependency>
       <dependency>
  @@ -123,12 +128,7 @@
       <dependency>
         <groupId>maven</groupId>
         <artifactId>maven-jelly-tags</artifactId>
  -      <version>1.1-SNAPSHOT</version>
  -    </dependency>
  -    <dependency>
  -      <groupId>maven</groupId>
  -      <artifactId>maven-model</artifactId>
  -      <version>1.1-SNAPSHOT</version>
  +      <version>1.0</version>
       </dependency>
       <dependency>
         <!-- Required for commons-httpclient -->
  
  
  
  1.27      +4 -3      maven-plugins/linkcheck/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/linkcheck/xdocs/changes.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- changes.xml	21 Sep 2004 13:47:52 -0000	1.26
  +++ changes.xml	24 Sep 2004 16:07:00 -0000	1.27
  @@ -25,13 +25,14 @@
       <author email="vmassol@apache.org">Vincent Massol</author>
     </properties>
     <body>
  -    <release version="1.4-SNAPSHOT" date="in CVS">
  -      <action dev="brett" type="update">Make compatible with Maven 1.1</action>
  +    <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>
  +      <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>
  
  
  

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