diff --git a/announcement/src/plugin-resources/announcement.jsl b/announcement/src/plugin-resources/announcement.jsl
index 104e2529..9e4ceada 100644
--- a/announcement/src/plugin-resources/announcement.jsl
+++ b/announcement/src/plugin-resources/announcement.jsl
@@ -38,7 +38,7 @@
- The ${pom.groupId} team is pleased to announce the ${pom.name} ${versionVariable} release!
+ We are pleased to announce the ${pom.name} ${versionVariable} release!
@@ -118,7 +118,7 @@ ${maven.announcement.distributionUrl}/${pom.artifactId}-${versionVariable}.jar
Have fun!
--The ${pom.groupId} team
+-The ${pom.name} development team
diff --git a/announcement/xdocs/changes.xml b/announcement/xdocs/changes.xml
index 9d4c7924..d24893ea 100644
--- a/announcement/xdocs/changes.xml
+++ b/announcement/xdocs/changes.xml
@@ -25,6 +25,13 @@
+
+ Modified the announcement text
+ "The ${pom.groupId} team is pleased..." in favor of
+ "We are pleased..." and changed the signature from
+ "The ${pom.groupId} team" to
+ "The ${pom.name} development team".
+
Add information about the Maven remote repo to use in the generated download
instructions. Added a maven.announcement.repo.remote property