brett       2004/03/06 16:32:19

  Modified:    changes  project.xml
               changes/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.3
  
  Revision  Changes    Path
  1.20      +8 -2      maven-plugins/changes/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changes/project.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- project.xml       4 Mar 2004 18:40:24 -0000       1.19
  +++ project.xml       7 Mar 2004 00:32:19 -0000       1.20
  @@ -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>
     <pomVersion>3</pomVersion>
     <id>maven-changes-plugin</id>
     <name>Maven Changes Plug-in</name>
  -  <currentVersion>1.3-SNAPSHOT</currentVersion>
  +  <currentVersion>1.3</currentVersion>
     <shortDescription>Produce changes report</shortDescription>
     <url>http://maven.apache.org/reference/plugins/changes/</url>
     
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10312</issueTrackingUrl>
     <siteDirectory>/www/maven.apache.org/reference/plugins/changes/</siteDirectory>
     <repository>
       <connection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:maven-plugins/changes/</connection>
  +    <developerConnection>scm:cvs:ext:[EMAIL 
PROTECTED]:/home/cvs:maven-plugins/changes/</developerConnection>
       <url>http://cvs.apache.org/viewcvs/maven-plugins/changes/</url>
     </repository>
     <versions>
  @@ -37,6 +38,11 @@
         <id>1.3</id>
         <name>1.3</name>
         <tag>HEAD</tag>
  +    </version>
  +    <version>
  +      <id>1.3</id>
  +      <name>1.3</name>
  +      <tag>MAVEN_CHANGES_1_3</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.14      +21 -39    maven-plugins/changes/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changes/xdocs/changes.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- changes.xml       4 Mar 2004 18:40:24 -0000       1.13
  +++ changes.xml       7 Mar 2004 00:32:19 -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,48 +23,29 @@
       <title>Changes plugin changes</title>
       <author email="[EMAIL PROTECTED]">Vincent Massol</author>
     </properties>
  -
     <body>
  -
  -    <release version="1.3" date="in CVS">
  -      <action dev="vmassol" type="add">
  -        Added new <code>due-to</code> and <code>due-to-email</code>
  -        attributes to the <code>&lt;action&gt;</code> element so that
  -        proper acknowledgments can be given.
  +    <release version="1.3" date="2004-03-07">
  +      <action dev="vmassol" type="add">Added new
  +        <code>due-to</code>and
  +        <code>due-to-email</code>attributes to the
  +        <code>&lt;action&gt;</code>element so that proper acknowledgments can be 
given.
         </action>
  -      <action dev="vmassol" type="fix" issue="MPCHANGES-1">
  -        Added new <code>issue</code> attribute to <code>&lt;action&gt;</code>
  -        elements in <code>changes.xml</code> file.
  -      </action>          
  -      <action dev="vmassol" type="fix" issue="MPCHANGES-3">
  -        HTML tags entered inside <code>&lt;action&gt;</code> tags now show up 
  -        in the generated report.
  -      </action>          
  -      <action dev="brett" type="add">
  -        Add the ability to transform a changes source file to resolve the current
  -        version and set the release date.
  -      </action>          
  -    </release>
  -    
  -    <release version="1.2" date="2003-09-29">
  -      <action dev="dion" type="update">
  -        Add test project
  +      <action dev="vmassol" type="fix" issue="MPCHANGES-1">Added new
  +        <code>issue</code>attribute to
  +        <code>&lt;action&gt;</code>elements in
  +        <code>changes.xml</code>file.
         </action>
  -      <action dev="dion" type="update">
  -        Update to use maven.docs.*/maven.gen.docs
  +      <action dev="vmassol" type="fix" issue="MPCHANGES-3">HTML tags entered inside
  +        <code>&lt;action&gt;</code>tags now show up in the generated report.
         </action>
  -      <action dev="evenisse" type="add" issue="MPCHANGES-4">
  -        Add index table of release.
  -      </action>          
  -      <action dev="evenisse" type="fix">
  -        Add xml declaration to generated report. Fixed for character encoding.
  -      </action>          
  -      <action dev="vmassol" type="fix">
  -        Fixed the xdocs which were simply a copy of the changelog plugin
  -        docs.
  -      </action>              
  +      <action dev="brett" type="add">Add the ability to transform a changes source 
file to resolve the current version and set the release date.</action>
  +    </release>
  +    <release version="1.2" date="2003-09-29">
  +      <action dev="dion" type="update">Add test project</action>
  +      <action dev="dion" type="update">Update to use 
maven.docs.*/maven.gen.docs</action>
  +      <action dev="evenisse" type="add" issue="MPCHANGES-4">Add index table of 
release.</action>
  +      <action dev="evenisse" type="fix">Add xml declaration to generated report. 
Fixed for character encoding.</action>
  +      <action dev="vmassol" type="fix">Fixed the xdocs which were simply a copy of 
the changelog plugin docs.</action>
       </release>
  -
     </body>
   </document>
  -
  
  
  

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

Reply via email to