brett       2004/05/15 18:13:28

  Modified:    announcement project.xml
               announcement/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.1
  
  Revision  Changes    Path
  1.19      +7 -6      maven-plugins/announcement/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/announcement/project.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- project.xml       11 May 2004 23:33:44 -0000      1.18
  +++ project.xml       16 May 2004 01:13:28 -0000      1.19
  @@ -23,12 +23,8 @@
     <pomVersion>3</pomVersion>
     <id>maven-announcement-plugin</id>
     <name>Maven Announcement Plugin</name>
  -  <currentVersion>1.1-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>>
  +  <currentVersion>1.1</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>
     
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10470</issueTrackingUrl>
  @@ -48,6 +44,11 @@
         <id>1.1</id>
         <name>1.1</name>
         <tag>HEAD</tag>
  +    </version>
  +    <version>
  +      <id>1.1</id>
  +      <name>1.1</name>
  +      <tag>MAVEN_ANNOUNCEMENT_1_1</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.16      +26 -51    maven-plugins/announcement/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/announcement/xdocs/changes.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- changes.xml       11 May 2004 23:33:44 -0000      1.15
  +++ changes.xml       16 May 2004 01:13:28 -0000      1.16
  @@ -24,57 +24,32 @@
       <author email="[EMAIL PROTECTED]">Vincent Massol</author>
     </properties>
     <body>
  -    <release version="1.1-SNAPSHOT" date="in CVS">
  -      <action dev="brett" type="update">
  -        Detect whether the project is a plugin or not by the existence of 
plugin.jelly
  -        in the project directory, and change the wording accordingly.
  -      </action>
  -      <action dev="vmassol" type="add">
  -        Added new <code>maven.announcement.distributionUrl</code> property
  -        which specifies where the project jars can be downloaded from. If
  -        not specified, it defaults to
  -        <code>${maven.repo.remote}/${pom.groupId}/plugins</code>. Once this
  -        property makes it into the POM we'll remove it.
  -      </action>
  -      <action dev="vmassol" type="update">
  -        The <code>maven.announcement.version</code> property does no longer
  -        needs to be defined. It defaults to <code>${pom.currentVersion}</code>
  -        if not defined.
  -      </action>
  -      <action dev="vmassol" type="add">
  -        Improved web site documentation.
  -      </action>
  -      <action dev="vmassol" type="fix">
  -        Add a space after the "." of the "Issue: xxx." (which happens when
  -        you use the "issue" attribute in changes.xml).
  -      </action>
  -      <action dev="vmassol" type="add">
  -        Added <code>description</code> information from the POM to 
  -        the generated announcement to explain what the project does.
  -      </action>
  -      <action dev="vmassol" type="add">
  -        Added information in the generated announcement to indicate from
  -        where the plugin can be downloaded.
  -      </action>
  -      <action dev="vmassol" type="add">
  -        Added information in the generated announcement to indicate how to
  -        install the plugin using the <code>plugin:download</code> goal.
  -      </action>
  -      <action dev="dion" type="update">
  -        Added maven.announcement.file property and echo'd it during generation
  -      </action>
  -      <action dev="vmassol" type="add" issue="MPANNOUNCEMENT-2" due-to="Fabrizio 
Giustina">
  -        Added more information when running the plugin. Also added a check to 
  -        verify if the announcement version matches an entry in the 
  -        <code>changes.xml</code> file.
  -      </action>
  -      <action dev="vmassol" type="add" issue="MPANNOUNCEMENT-1" due-to="Fabrizio 
Giustina">
  -        Several new additions that makes the plugin more generic: 
  -        the team name is now taken from <code>pom.groupId</code>, 
  -        "[]" are removed from the first line, changes are sorted by 
  -        type, changes report issue number and due-to, the download 
  -        link is generated from <code>pom.distributionDirectory</code> 
  -        and the "plugin has been tested with..." line has been removed.
  +    <release version="1.1" date="2004-05-15">
  +      <action dev="brett" type="update">Detect whether the project is a plugin or 
not by the existence of plugin.jelly in the project directory, and change the wording 
accordingly.</action>
  +      <action dev="vmassol" type="add">Added new
  +        <code>maven.announcement.distributionUrl</code>property which specifies 
where the project jars can be downloaded from. If not specified, it defaults to
  +        <code>${maven.repo.remote}/${pom.groupId}/plugins</code>. Once this 
property makes it into the POM we'll remove it.
  +      </action>
  +      <action dev="vmassol" type="update">The
  +        <code>maven.announcement.version</code>property does no longer needs to be 
defined. It defaults to
  +        <code>${pom.currentVersion}</code>if not defined.
  +      </action>
  +      <action dev="vmassol" type="add">Improved web site documentation.</action>
  +      <action dev="vmassol" type="fix">Add a space after the "." of the "Issue: 
xxx." (which happens when you use the "issue" attribute in changes.xml).</action>
  +      <action dev="vmassol" type="add">Added
  +        <code>description</code>information from the POM to the generated 
announcement to explain what the project does.
  +      </action>
  +      <action dev="vmassol" type="add">Added information in the generated 
announcement to indicate from where the plugin can be downloaded.</action>
  +      <action dev="vmassol" type="add">Added information in the generated 
announcement to indicate how to install the plugin using the
  +        <code>plugin:download</code>goal.
  +      </action>
  +      <action dev="dion" type="update">Added maven.announcement.file property and 
echo'd it during generation</action>
  +      <action dev="vmassol" type="add" issue="MPANNOUNCEMENT-2" due-to="Fabrizio 
Giustina">Added more information when running the plugin. Also added a check to verify 
if the announcement version matches an entry in the
  +        <code>changes.xml</code>file.
  +      </action>
  +      <action dev="vmassol" type="add" issue="MPANNOUNCEMENT-1" due-to="Fabrizio 
Giustina">Several new additions that makes the plugin more generic: the team name is 
now taken from
  +        <code>pom.groupId</code>, "[]" are removed from the first line, changes are 
sorted by type, changes report issue number and due-to, the download link is generated 
from
  +        <code>pom.distributionDirectory</code>and the "plugin has been tested 
with..." line has been removed.
         </action>
       </release>
       <release version="1.0" date="2004-03-10">
  
  
  

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

Reply via email to