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/03/07 02:16:00 UTC

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

brett       2004/03/06 17:15:59

  Modified:    multiproject project.xml
               multiproject/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.2
  
  Revision  Changes    Path
  1.18      +10 -4     maven-plugins/multiproject/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/multiproject/project.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- project.xml	4 Mar 2004 18:36:33 -0000	1.17
  +++ project.xml	7 Mar 2004 01:15:59 -0000	1.18
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -17,19 +18,19 @@
    */
    -->
   
  -
   <project>
     <extend>../project.xml</extend>
     <id>maven-multiproject-plugin</id>
     <name>Maven Multi-Project Plug-in</name>
  -  <currentVersion>1.2-SNAPSHOT</currentVersion>
  +  <currentVersion>1.2</currentVersion>
     <description>A plugin to handle the building of multiple projects within maven</description>
     <shortDescription>Multi-Project Plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/multiproject/</url>
     <siteDirectory>/www/maven.apache.org/reference/plugins/multiproject/</siteDirectory>
     <repository>
  -    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/multiproject/</connection>
  -    <url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/multiproject/</url>
  +    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/multiproject/</connection>
  +    <developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/multiproject/</developerConnection>
  +    <url>http://cvs.apache.org/viewcvs/maven-plugins/multiproject/</url>
     </repository>
     <versions>
       <version>
  @@ -46,6 +47,11 @@
         <id>1.2</id>
         <name>1.2</name>
         <tag>HEAD</tag>
  +    </version>
  +    <version>
  +      <id>1.2</id>
  +      <name>1.2</name>
  +      <tag>MAVEN_MULTIPROJECT_1_2</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.14      +14 -42    maven-plugins/multiproject/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/multiproject/xdocs/changes.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- changes.xml	4 Mar 2004 18:36:33 -0000	1.13
  +++ changes.xml	7 Mar 2004 01:15:59 -0000	1.14
  @@ -1,4 +1,5 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -22,55 +23,26 @@
       <title>Changes</title>
       <author email="dion@multitask.com.au">dIon Gillard</author>
     </properties>
  -
     <body>
  -    <release version="1.2" date="in CVS">
  -      <action dev="evenisse" type="fix">
  -        Fix dependency convergence page when project have no dependency.
  -      </action>
  -      <action dev="dion" type="fix">
  -        Fix for MAVEN-887
  -      </action>
  -      <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 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">Fix for MAVEN-887</action>
  +      <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">
         <action dev="dion" type="update">Update docs on overview page</action>
         <action dev="dion" type="update">set maven.xdoc.version to 1.0 for the site</action>
         <action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
       </release>
  -    
       <release version="1.0" date="2003-08-28">
  -      <action dev="dion" type="update">
  -        update to velocity 1.4-dev
  -      </action>
  -      <action dev="dion" type="update">
  -        Change from ${basedir}/multiproject/navigation.xml to ${maven.docs.src}/navigation.xml
  -        as the nav source for user supplied nav templates
  -      </action>
  -      <action dev="dion" type="fix">
  -        Bad j:set tags fixed
  -      </action>
  -      <action dev="rafal" type="update">
  -        Made aggregation directory configurable, use artifactId instead of
  -        name for creating site directories / URLs.
  -      </action>
  -      <action dev="dion" type="update">
  -        Updated multiproject:site to automate navigation generation for all projects
  -      </action>
  -      <action dev="michal" type="add">
  -        Added multiproject 'install', 'install-snapshot', 'deploy' and 'deploy-snapshot'
  -        facility
  -      </action>    
  -      <action dev="dion" type="update">
  -        Rename plugin from reactor to multiproject to reduce confusion
  -      </action>
  -      <action dev="dion" type="add">
  -        Initial creation during 1.0-beta 10 dev phase
  -      </action>
  +      <action dev="dion" type="update">update to velocity 1.4-dev</action>
  +      <action dev="dion" type="update">Change from ${basedir}/multiproject/navigation.xml to ${maven.docs.src}/navigation.xml as the nav source for user supplied nav templates</action>
  +      <action dev="dion" type="fix">Bad j:set tags fixed</action>
  +      <action dev="rafal" type="update">Made aggregation directory configurable, use artifactId instead of name for creating site directories / URLs.</action>
  +      <action dev="dion" type="update">Updated multiproject:site to automate navigation generation for all projects</action>
  +      <action dev="michal" type="add">Added multiproject 'install', 'install-snapshot', 'deploy' and 'deploy-snapshot' facility</action>
  +      <action dev="dion" type="update">Rename plugin from reactor to multiproject to reduce confusion</action>
  +      <action dev="dion" type="add">Initial creation during 1.0-beta 10 dev phase</action>
       </release>
     </body>
   </document>
  
  
  

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