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>".
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116198 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
12358df269
commit
a3455dc1f2
@ -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 @@ ${maven.announcement.distributionUrl}/${pom.artifactId}-${versionVariable}.jar
|
||||
<j:whitespace trim="false">
|
||||
|
||||
Have fun!
|
||||
-The ${pom.groupId} team
|
||||
-The ${pom.name} development team
|
||||
</j:whitespace>
|
||||
</j:if>
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user