brett       2004/11/06 06:18:06

  Modified:    .        Tag: MAVEN-1_0_1-BRANCH project.xml
               xdocs    Tag: MAVEN-1_0_1-BRANCH changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.0.1
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.3.2.3   +6 -1      maven-jelly-tags/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-jelly-tags/project.xml,v
  retrieving revision 1.3.2.2
  retrieving revision 1.3.2.3
  diff -u -r1.3.2.2 -r1.3.2.3
  --- project.xml       6 Nov 2004 07:37:52 -0000       1.3.2.2
  +++ project.xml       6 Nov 2004 14:18:06 -0000       1.3.2.3
  @@ -23,7 +23,7 @@
     <groupId>maven</groupId>
     <artifactId>maven-jelly-tags</artifactId>
     <name>Maven Jelly Tag Library</name>
  -  <currentVersion>1.0.1-SNAPSHOT</currentVersion>
  +  <currentVersion>1.0.1</currentVersion>
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://www.apache.org/</url>
  @@ -228,6 +228,11 @@
         <id>1.0</id>
         <name>1.0</name>
         <tag>MAVEN_JELLY_TAGS-1_0</tag>
  +    </version>
  +    <version>
  +      <id>1.0.1</id>
  +      <name>1.0.1</name>
  +      <tag>MAVEN_JELLY_TAGS_1_0_1</tag>
       </version>
     </versions>
   </project>
  
  
  
  No                   revision
  No                   revision
  1.3.2.1   +7 -6      maven-jelly-tags/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-jelly-tags/xdocs/changes.xml,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- changes.xml       28 May 2004 00:59:01 -0000      1.3
  +++ changes.xml       6 Nov 2004 14:18:06 -0000       1.3.2.1
  @@ -24,17 +24,18 @@
       <author email="[EMAIL PROTECTED]">Vincent Massol</author>
     </properties>
     <body>
  -    <release version="1.0.1-SNAPSHOT" date="in CVS">
  -      <action dev="brett" type="update">Improve error reporting in 
<code>AddPathTag</code>.</action>
  +    <release version="1.0.1" date="2004-11-07">
  +      <action dev="brett" type="update">Improve error reporting in
  +        <code>AddPathTag</code>.
  +      </action>
       </release>
  -
       <release version="1.0" date="2004-05-11">
         <action dev="vmassol" type="add">Added new
  -        <code>SetTag</code> tag to set plugin properties
  +        <code>SetTag</code>tag to set plugin properties
         </action>
         <action dev="vmassol" type="add">Added new
  -        <code>GetTag</code> tag that replaces the now deprecated
  -        <code>PluginVar</code> tag
  +        <code>GetTag</code>tag that replaces the now deprecated
  +        <code>PluginVar</code>tag
         </action>
         <action dev="brett" type="fix" issue="MAVEN-1219">Install and uninstall 
plugin tags for managing plugins on the fly.</action>
         <action dev="brett" type="add">Jelly tag library separated from Maven 
core.</action>
  
  
  

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

Reply via email to