vmassol     2004/07/15 12:19:48

  Modified:    announcement project.xml plugin.jelly
               announcement/xdocs changes.xml
  Log:
  Applied MPANNOUNCEMENT-12: Fixed error message when current version is not available 
at <code>xdocs/changes.xml</code>. Thanks Felipe.
  
  Revision  Changes    Path
  1.25      +4 -1      maven-plugins/announcement/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/announcement/project.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- project.xml       8 Jul 2004 14:29:02 -0000       1.24
  +++ project.xml       15 Jul 2004 19:19:48 -0000      1.25
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-announcement-plugin</id>
     <name>Maven Announcement Plugin</name>
  -  <currentVersion>1.2</currentVersion>
  +  <currentVersion>1.3-SNAPSHOT</currentVersion>
     <description>The Announcement plugin generates release announcements. It uses the 
information found in both the POM and in the changes.xml file to generate the 
announcement text.</description>&gt;
     <shortDescription>Produce release announcement</shortDescription>
     <url>http://maven.apache.org/reference/plugins/announcement/</url>
  @@ -75,6 +75,9 @@
     <contributors>
       <contributor>
         <name>Fabrizio Giustina</name>
  +    </contributor>
  +    <contributor>
  +      <name>Felipe Leme</name>
       </contributor>
     </contributors>
     <dependencies>
  
  
  
  1.10      +1 -1      maven-plugins/announcement/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/announcement/plugin.jelly,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- plugin.jelly      2 Jul 2004 20:57:16 -0000       1.9
  +++ plugin.jelly      15 Jul 2004 19:19:48 -0000      1.10
  @@ -67,7 +67,7 @@
       </jsl:stylesheet>
       
       <j:if test="${versionFound == null}">
  -      <ant:fail>The release '${maven.announcement.version}' could not be found in 
change log</ant:fail>
  +      <ant:fail>The release '${versionVariable}' could not be found in change 
log</ant:fail>
       </j:if>
       
     </goal>
  
  
  
  1.20      +6 -0      maven-plugins/announcement/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/announcement/xdocs/changes.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- changes.xml       8 Jul 2004 14:27:57 -0000       1.19
  +++ changes.xml       15 Jul 2004 19:19:48 -0000      1.20
  @@ -24,6 +24,12 @@
       <author email="[EMAIL PROTECTED]">Vincent Massol</author>
     </properties>
     <body>
  +    <release version="1.3-SNAPSHOT" date="in CVS">
  +      <action dev="vmassol" type="fix" issue="MPANNOUNCEMENT-12" due-to="Felipe 
Leme">
  +        Fixed error message when current version is not available at 
  +        <code>xdocs/changes.xml</code>.
  +      </action>
  +    </release>
       <release version="1.2" date="2004-07-08">
         <action dev="vmassol" type="add">Added new
           <code>announcement:generate-all</code>to generate announcement files for 
all releases.
  
  
  

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

Reply via email to