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/05/16 14:08:01 UTC

svn commit: r1831717 - in /jackrabbit/branches/2.12: ./ pom.xml

Author: reschke
Date: Wed May 16 14:08:01 2018
New Revision: 1831717

URL: http://svn.apache.org/viewvc?rev=1831717&view=rev
Log:
JCR-4256: create announcement mail template for releases (ported to 2.12)

Modified:
    jackrabbit/branches/2.12/   (props changed)
    jackrabbit/branches/2.12/pom.xml

Propchange: jackrabbit/branches/2.12/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed May 16 14:08:01 2018
@@ -1,4 +1,4 @@
 /jackrabbit/branches/2.14:1813154,1813337
 /jackrabbit/branches/JCR-2272:1173165-1176545
 /jackrabbit/sandbox/JCR-2415-lucene-3.0:1060860-1064038
-/jackrabbit/trunk:1732436,1751279,1752165,1753226,1757322,1758600,1759607,1759782,1759865,1761679,1761909,1762422,1763558,1766398,1768684,1771078,1771741,1771939,1771999,1772049,1772299,1772343,1772444,1772457,1772530,1772544,1772597,1772822,1773579,1773591,1773745,1774021,1774443,1775123,1775132,1775315,1775384,1775414,1775419,1775437,1775444,1775463,1775472-1775473,1775481,1775485,1775496,1775509,1775514,1775613,1775617,1775621,1775624,1775629,1775631-1775632,1775634-1775635,1775637,1775657,1776410,1776414,1776416-1776417,1776421,1776907,1776911-1776912,1776914,1776918,1779166,1779460,1779632,1780208,1786325,1787043,1787381,1792100,1792105,1792113,1792193,1793315,1793323,1793327,1793332,1796980,1797209,1797917,1798586,1799429,1802977,1807234,1807244,1808752,1808754,1809149,1809329,1810108,1811667,1812994,1814831,1817097-1817098,1817100,1817201,1818586,1819269,1820119,1820133,1821597,1821705,1826230,1826647,1826940,1826964
+/jackrabbit/trunk:1732436,1751279,1752165,1753226,1757322,1758600,1759607,1759782,1759865,1761679,1761909,1762422,1763558,1766398,1768684,1771078,1771741,1771939,1771999,1772049,1772299,1772343,1772444,1772457,1772530,1772544,1772597,1772822,1773579,1773591,1773745,1774021,1774443,1775123,1775132,1775315,1775384,1775414,1775419,1775437,1775444,1775463,1775472-1775473,1775481,1775485,1775496,1775509,1775514,1775613,1775617,1775621,1775624,1775629,1775631-1775632,1775634-1775635,1775637,1775657,1776410,1776414,1776416-1776417,1776421,1776907,1776911-1776912,1776914,1776918,1779166,1779460,1779632,1780208,1786325,1787043,1787381,1792100,1792105,1792113,1792193,1793315,1793323,1793327,1793332,1796980,1797209,1797917,1798586,1799429,1802977,1807234,1807244,1808752,1808754,1809149,1809329,1810108,1811667,1812994,1814831,1817097-1817098,1817100,1817201,1818586,1819269,1820119,1820133,1821597,1821705,1822947,1822950,1826230,1826647,1826940,1826964

Modified: jackrabbit/branches/2.12/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.12/pom.xml?rev=1831717&r1=1831716&r2=1831717&view=diff
==============================================================================
--- jackrabbit/branches/2.12/pom.xml (original)
+++ jackrabbit/branches/2.12/pom.xml Wed May 16 14:08:01 2018
@@ -180,6 +180,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}.
@@ -189,6 +190,21 @@ least three +1 Jackrabbit PMC votes are
     [ ] +1 Release this package as Apache Jackrabbit ${project.version}
     [ ] -1 Do not release this package because...${line.separator}
                     </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:&#10;&#10;
+                    </echo>
+                    <concat destfile="${basedir}/target/announcement.txt" append="true">
+                      <filelist files="RELEASE-NOTES.txt"/>
+                    </concat>
                     <echo />
                     <echo>
 The release candidate has been prepared in:
@@ -205,6 +221,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>