vmassol     2004/11/01 07:21:32

  Modified:    announcement/xdocs changes.xml
               announcement/src/plugin-resources announcement.jsl
  Log:
  MPANNOUNCEMENT-15: Modified the announcement text "<code>The ${pom.groupId} team is 
pleased...</code>" in favor of "<code>We are pleased...</code>" and changed the 
signature from "<code>The ${pom.groupId} team</code>" to "<code>The ${pom.name} 
development team</code>".
  
  Revision  Changes    Path
  1.29      +7 -0      maven-plugins/announcement/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/announcement/xdocs/changes.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- changes.xml       1 Nov 2004 09:26:00 -0000       1.28
  +++ changes.xml       1 Nov 2004 15:21:32 -0000       1.29
  @@ -25,6 +25,13 @@
     </properties>
     <body>
       <release version="1.4-SNAPSHOT" date="in CVS">
  +      <action dev="vmassol" type="add" issue="MPANNOUNCEMENT-15">
  +        Modified the announcement text 
  +        "<code>The ${pom.groupId} team is pleased...</code>" in favor of
  +        "<code>We are pleased...</code>" and changed the signature from
  +        "<code>The ${pom.groupId} team</code>" to
  +        "<code>The ${pom.name} development team</code>".
  +      </action>
         <action dev="vmassol" type="add" issue="MPANNOUNCEMENT-16">
           Add information about the Maven remote repo to use in the generated 
download 
           instructions. Added a <code>maven.announcement.repo.remote</code> property
  
  
  
  1.16      +2 -2      maven-plugins/announcement/src/plugin-resources/announcement.jsl
  
  Index: announcement.jsl
  ===================================================================
  RCS file: 
/home/cvs/maven-plugins/announcement/src/plugin-resources/announcement.jsl,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- announcement.jsl  1 Nov 2004 09:26:00 -0000       1.15
  +++ announcement.jsl  1 Nov 2004 15:21:32 -0000       1.16
  @@ -38,7 +38,7 @@
         <j:useBean var="formatter" class="org.apache.maven.announcement.Formatter"/>
   
         <j:set var="header" trim="true">
  -        The ${pom.groupId} team is pleased to announce the ${pom.name} 
${versionVariable} release!
  +        We are pleased to announce the ${pom.name} ${versionVariable} release!
         </j:set>
   
         <j:forEach var="line" items="${formatter.format(header,78)}">
  @@ -118,7 +118,7 @@
         <j:whitespace trim="false"> 
   
   Have fun!
  --The ${pom.groupId} team
  +-The ${pom.name} development team
         </j:whitespace>
       </j:if>
   
  
  
  

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

Reply via email to