GitLab Mirror pushed to branch trunk at cms-community / hippo-jackrabbit

Commits:
6c85f800 by Julian Reschke at 2018-02-02T12:18:30+00:00
JCR-4256: create announcement mail template for releases (fix line ends, add a 
note that the template was generated)

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1822950 
13f79535-47bb-0310-9956-ffa450edef68

- - - - -


1 changed file:

- pom.xml


Changes:

=====================================
pom.xml
=====================================
--- a/pom.xml
+++ b/pom.xml
@@ -196,6 +196,21 @@ least three +1 Jackrabbit PMC votes are cast.
     [ ] +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: annou...@apache.org, annou...@jackrabbit.apache.org, 
us...@jackrabbit.apache.org, d...@jackrabbit.apache.org, 
oak-...@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.org/repos/dist/dev/jackrabbit/:
 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: annou...@apache.org, annou...@jackrabbit.apache.org, 
us...@jackrabbit.apache.org, d...@jackrabbit.apache.org, 
oak-...@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>



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-jackrabbit/commit/6c85f8005a9a02328816c32d59c4fc1f31e82e51

---
View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-jackrabbit/commit/6c85f8005a9a02328816c32d59c4fc1f31e82e51
You're receiving this email because of your account on code.onehippo.org.
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to