Author: baedke
Date: Mon Feb 5 13:38:23 2018
New Revision: 1823172
URL: http://svn.apache.org/viewvc?rev=1823172&view=rev
Log:
OAK-7240: create announcement mail template for releases
Added template creation to deploy phase.
Modified:
jackrabbit/oak/trunk/pom.xml
Modified: jackrabbit/oak/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/pom.xml?rev=1823172&r1=1823171&r2=1823172&view=diff
==============================================================================
--- jackrabbit/oak/trunk/pom.xml (original)
+++ jackrabbit/oak/trunk/pom.xml Mon Feb 5 13:38:23 2018
@@ -231,6 +231,7 @@ A staged Maven repository is available f
The command for running automated checks against this release candidate is:
+ # run in SVN checkout of https://dist.apache.org/repos/dist/dev/jackrabbit
$ sh check-release.sh oak ${project.version} ${checksum}
Please vote on releasing this package as Apache Jackrabbit Oak
${project.version}.
@@ -240,6 +241,21 @@ least three +1 Jackrabbit PMC votes are
[ ] +1 Release this package as Apache Jackrabbit Oak ${project.version}
[ ] -1 Do not release this package because...${line.separator}
</echo>
+ <echo file="${basedir}/target/announcement.txt">
+From: ${username}@apache.org
+To: [email protected], [email protected],
[email protected], [email protected],
[email protected]
+Subject: [ANNOUNCE] Apache Jackrabbit Oak ${project.version} released
+
+The Apache Jackrabbit community is pleased to announce the release of
+Apache Jackrabbit Oak ${project.version}. The release is available for
download at:
+
+ http://jackrabbit.apache.org/downloads.html
+
+See the full release notes below for details about this release:
+ </echo>
+ <concat destfile="${basedir}/target/announcement.txt"
append="true">
+ <filelist files="RELEASE-NOTES.txt"/>
+ </concat>
<echo />
<echo>
The release candidate has been prepared in:
@@ -256,6 +272,10 @@ Please deploy it to https://dist.apache.
A release vote template has been generated for you:
file://${basedir}/target/vote.txt
+
+An announcement mail template can be found at:
+
+ file://${basedir}/target/announcement.txt
</echo>
<echo />
</tasks>