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 12:18:30 UTC

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

Author: reschke
Date: Fri Feb  2 12:18:30 2018
New Revision: 1822950

URL: http://svn.apache.org/viewvc?rev=1822950&view=rev
Log:
JCR-4256: create announcement mail template for releases (fix line ends, add a note that the template was generated)

Modified:
    jackrabbit/trunk/pom.xml

Modified: jackrabbit/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/pom.xml?rev=1822950&r1=1822949&r2=1822950&view=diff
==============================================================================
--- jackrabbit/trunk/pom.xml (original)
+++ jackrabbit/trunk/pom.xml Fri Feb  2 12:18:30 2018
@@ -196,6 +196,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:
@@ -212,24 +227,12 @@ Please deploy it to https://dist.apache.
 A release vote template has been generated for you:
 
     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:
+An announcement mail template can be found at:
 
+    file://${basedir}/target/announcement.txt
                     </echo>
-                    <concat destfile="${basedir}/target/announcement.txt" append="true">
-                      <filelist files="RELEASE-NOTES.txt"/>
-                    </concat>
+                    <echo />
                   </tasks>
                 </configuration>
               </execution>