Author: aheritier
Date: Sun Apr 15 14:43:15 2007
New Revision: 529076

URL: http://svn.apache.org/viewvc?view=rev&rev=529076
Log:
Next release will be 1.4.1 (only minor changes)
Add a link to the issue tracking system (if defined).

Modified:
    maven/maven-1/plugins/trunk/announcement/project.xml
    
maven/maven-1/plugins/trunk/announcement/src/plugin-resources/announcement.jsl
    maven/maven-1/plugins/trunk/announcement/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/announcement/project.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/announcement/project.xml?view=diff&rev=529076&r1=529075&r2=529076
==============================================================================
--- maven/maven-1/plugins/trunk/announcement/project.xml (original)
+++ maven/maven-1/plugins/trunk/announcement/project.xml Sun Apr 15 14:43:15 
2007
@@ -22,7 +22,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-announcement-plugin</id>
   <name>Maven Announcement Plugin</name>
-  <currentVersion>1.5-SNAPSHOT</currentVersion>
+  <currentVersion>1.4.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>
   <shortDescription>Produce release announcement</shortDescription>
   <versions>

Modified: 
maven/maven-1/plugins/trunk/announcement/src/plugin-resources/announcement.jsl
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/announcement/src/plugin-resources/announcement.jsl?view=diff&rev=529076&r1=529075&r2=529076
==============================================================================
--- 
maven/maven-1/plugins/trunk/announcement/src/plugin-resources/announcement.jsl 
(original)
+++ 
maven/maven-1/plugins/trunk/announcement/src/plugin-resources/announcement.jsl 
Sun Apr 15 14:43:15 2007
@@ -122,7 +122,13 @@
 ${maven.announcement.distributionUrl}/${pom.artifactId}-${versionVariable}.jar
 </j:whitespace>
       </u:available>
-      <j:whitespace trim="false"> 
+      <j:if test="${!empty(pom.issueTrackingUrl)}">
+        <j:whitespace trim="false">
+Issues, bugs, and feature requests for ${pom.name} should be submitted to the 
following issue tracking system:
+${pom.issueTrackingUrl}
+</j:whitespace>
+      </j:if>
+      <j:whitespace trim="false">
 
 Have fun!
 -The ${pom.name} development team

Modified: maven/maven-1/plugins/trunk/announcement/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/announcement/xdocs/changes.xml?view=diff&rev=529076&r1=529075&r2=529076
==============================================================================
--- maven/maven-1/plugins/trunk/announcement/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/announcement/xdocs/changes.xml Sun Apr 15 
14:43:15 2007
@@ -23,7 +23,8 @@
     <author email="[EMAIL PROTECTED]">Vincent Massol</author>
   </properties>
   <body>
-    <release version="1.5-SNAPSHOT" date="In SVN">
+    <release version="1.4.1-SNAPSHOT" date="In SVN">
+      <action dev="aheritier" type="add">Add a link to the issue tracking 
system (if defined).</action> 
       <action dev="aheritier" type="update">Update dependencies to unify them 
between plugins. The following dependencies are updated : commons-net v1.4.0 to 
v1.4.1</action>
     </release>
     <release version="1.4" date="2005-12-12">


Reply via email to