You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2018/02/02 11:10:48 UTC

svn commit: r1822947 - /jackrabbit/trunk/pom.xml

Author: reschke
Date: Fri Feb  2 11:10:48 2018
New Revision: 1822947

URL: http://svn.apache.org/viewvc?rev=1822947&view=rev
Log:
JCR-4256: create announcement mail template for releases

Modified:
    jackrabbit/trunk/pom.xml

Modified: jackrabbit/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/pom.xml?rev=1822947&r1=1822946&r2=1822947&view=diff
==============================================================================
--- jackrabbit/trunk/pom.xml (original)
+++ jackrabbit/trunk/pom.xml Fri Feb  2 11:10:48 2018
@@ -186,6 +186,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 ${project.version} ${checksum}
 
 Please vote on releasing this package as Apache Jackrabbit ${project.version}.
@@ -213,6 +214,22 @@ A release vote template has been generat
     file://${basedir}/target/vote.txt
                     </echo>
                     <echo />
+                    <echo file="${basedir}/target/announcement.txt">
+From: ${username}@apache.org
+To: announce@apache.org, announce@jackrabbit.apache.org, users@jackrabbit.apache.org, dev@jackrabbit.apache.org, oak-dev@jackrabbit.apache.org
+Subject: [ANNOUNCE] Apache Jackrabbit ${project.version} released
+
+The Apache Jackrabbit community is pleased to announce the release of
+Apache Jackrabbit ${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>
                   </tasks>
                 </configuration>
               </execution>