brett       2004/05/13 04:38:21

  Modified:    multiproject project.xml
               multiproject/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.3
  
  Revision  Changes    Path
  1.26      +2 -2      maven-plugins/multiproject/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/multiproject/project.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- project.xml       5 May 2004 11:00:59 -0000       1.25
  +++ project.xml       13 May 2004 11:38:21 -0000      1.26
  @@ -22,7 +22,7 @@
     <extend>../plugin-parent/project.xml</extend>
     <id>maven-multiproject-plugin</id>
     <name>Maven Multi-Project Plug-in</name>
  -  <currentVersion>1.3-SNAPSHOT</currentVersion>
  +  <currentVersion>1.3</currentVersion>
     <description>A plugin to handle the building of multiple projects within maven. 
Requires Maven 1.0 RC3</description>
     <shortDescription>Multi-Project Plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/multiproject/</url>
  @@ -52,7 +52,7 @@
       <version>
         <id>1.3</id>
         <name>1.3</name>
  -      <tag>HEAD</tag>
  +      <tag>MAVEN_MULTIPROJECT_1_3</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.22      +8 -13     maven-plugins/multiproject/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/multiproject/xdocs/changes.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- changes.xml       10 May 2004 14:42:12 -0000      1.21
  +++ changes.xml       13 May 2004 11:38:21 -0000      1.22
  @@ -25,26 +25,21 @@
       <author email="[EMAIL PROTECTED]">Vincent Massol</author>
     </properties>
     <body>
  -    <release version="1.3-SNAPSHOT" date="in CVS">
  +    <release version="1.3" date="2004-05-13">
         <action dev="evenisse" type="fix">Fix navigation template for independent 
navigation</action>
  -      <action dev="vmassol" type="update">
  -        When executing <code>multiproject:site</code>, generate the top level
  -        site after the subprojects site have been generated. This is required
  -        if the top level site generation depends on subproject site generation
  -        information.
  +      <action dev="vmassol" type="update">When executing
  +        <code>multiproject:site</code>, generate the top level site after the 
subprojects site have been generated. This is required if the top level site 
generation depends on subproject site generation information.
         </action>
  -      <action dev="vmassol" type="add" issue="MPMULTIPROJECT-27">
  -        Added new <code>maven.multiproject.site.goals</code> property which
  -        defines the list of goals to be executed by the
  -        <code>multiproject:site</code> goal.
  +      <action dev="vmassol" type="add" issue="MPMULTIPROJECT-27">Added new
  +        <code>maven.multiproject.site.goals</code>property which defines the list 
of goals to be executed by the
  +        <code>multiproject:site</code>goal.
         </action>
         <action dev="brett" type="add">Utilise new reactor parameter "projectList" to 
avoid reloading projects</action>
  -      <action dev="brett" type="add">Add a dependency-handle tag so that you can 
use multiproject properties in
  -        your plugin without calling the goals.</action>
  +      <action dev="brett" type="add">Add a dependency-handle tag so that you can 
use multiproject properties in your plugin without calling the goals.</action>
       </release>
       <release version="1.2" date="2004-03-07">
         <action dev="evenisse" type="fix">Fix dependency convergence page when 
project have no dependency.</action>
  -      <action dev="dion" type="fix" issue="MAVEN-887"></action>
  +      <action dev="dion" type="fix" issue="MAVEN-887"/>
         <action dev="dion" type="fix">Only run all sub projects 'site' goal on 
multiproject site if navigation type is aggregate. Otherwise the info is not needed 
(i.e. independent).</action>
       </release>
       <release version="1.1" date="2003-09-29">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to