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/10 13:49:54 UTC

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

brett       2004/03/10 04:49:54

  Modified:    multichanges project.xml
               multichanges/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.0
  
  Revision  Changes    Path
  1.5       +7 -2      maven-plugins/multichanges/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/multichanges/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml	7 Mar 2004 23:01:26 -0000	1.4
  +++ project.xml	10 Mar 2004 12:49:54 -0000	1.5
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -17,13 +18,12 @@
    */
    -->
   
  -
   <project>
     <extend>../project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-multichanges-plugin</id>
     <name>Maven MultiChanges plugin</name>
  -  <currentVersion>1.0-SNAPSHOT</currentVersion>
  +  <currentVersion>1.0</currentVersion>
     <shortDescription>Produce release dashboard for subprojects</shortDescription>
     <url>http://maven.apache.org/reference/plugins/multichanges/</url>
     <issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10322</issueTrackingUrl>
  @@ -38,6 +38,11 @@
         <id>1.0</id>
         <name>1.0</name>
         <tag>HEAD</tag>
  +    </version>
  +    <version>
  +      <id>1.0</id>
  +      <name>1.0</name>
  +      <tag>MAVEN_MULTICHANGES_1_0</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.3       +4 -9      maven-plugins/multichanges/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/multichanges/xdocs/changes.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- changes.xml	4 Mar 2004 18:36:33 -0000	1.2
  +++ changes.xml	10 Mar 2004 12:49:54 -0000	1.3
  @@ -1,4 +1,5 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -22,15 +23,9 @@
       <title>Changes</title>
       <author email="vmassol@apache.org">Vincent Massol</author>
     </properties>
  -
     <body>
  -
  -    <release version="1.0" date="in CVS">
  -      <action dev="vmassol" type="add">
  -        Initial creation.
  -      </action>              
  +    <release version="1.0" date="2004-03-10">
  +      <action dev="vmassol" type="add">Initial creation.</action>
       </release>
  -
     </body>
   </document>
  -
  
  
  

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