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/06/19 07:50:36 UTC

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

brett       2004/06/18 22:50:36

  Modified:    linkcheck project.xml
               linkcheck/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.3.1
  
  Revision  Changes    Path
  1.50      +7 -1      maven-plugins/linkcheck/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/linkcheck/project.xml,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- project.xml	13 Jun 2004 10:51:19 -0000	1.49
  +++ project.xml	19 Jun 2004 05:50:36 -0000	1.50
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-linkcheck-plugin</id>
     <name>Maven LinkCheck Plug-in</name>
  -  <currentVersion>1.3.1-SNAPSHOT</currentVersion>
  +  <currentVersion>1.3.1</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>
  @@ -45,6 +45,11 @@
         <name>1.3</name>
         <tag>MAVEN_LINKCHECK_1_3</tag>
       </version>
  +    <version>
  +      <id>1.3.1</id>
  +      <name>1.3.1</name>
  +      <tag>MAVEN_LINKCHECK_1_3_1</tag>
  +    </version>
     </versions>
     <developers>
       <developer>
  @@ -117,6 +122,7 @@
       </dependency>
       <dependency>
         <!-- Required for commons-httpclient -->
  +
         <groupId>log4j</groupId>
         <artifactId>log4j</artifactId>
         <version>1.2.8</version>
  
  
  
  1.18      +1 -1      maven-plugins/linkcheck/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/linkcheck/xdocs/changes.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- changes.xml	13 Jun 2004 05:26:16 -0000	1.17
  +++ changes.xml	19 Jun 2004 05:50:36 -0000	1.18
  @@ -25,7 +25,7 @@
       <author email="vmassol@apache.org">Vincent Massol</author>
     </properties>
     <body>
  -    <release version="1.3.1-SNAPSHOT" date="in CVS">
  +    <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">
  
  
  

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