You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/02/25 13:43:28 UTC

svn commit: r1074503 - in /commons/proper/math/trunk: math-pre-RC.sh pom.xml

Author: sebb
Date: Fri Feb 25 12:43:28 2011
New Revision: 1074503

URL: http://svn.apache.org/viewvc?rev=1074503&view=rev
Log:
Simplify release notes generation

Modified:
    commons/proper/math/trunk/math-pre-RC.sh
    commons/proper/math/trunk/pom.xml

Modified: commons/proper/math/trunk/math-pre-RC.sh
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/math-pre-RC.sh?rev=1074503&r1=1074502&r2=1074503&view=diff
==============================================================================
--- commons/proper/math/trunk/math-pre-RC.sh (original)
+++ commons/proper/math/trunk/math-pre-RC.sh Fri Feb 25 12:43:28 2011
@@ -26,5 +26,6 @@
 # $Revision$ $Date$
 # ----------------------------------------------------------------------------
 mvn changes:announcement-generate
-mv target/announcement/math-release-notes.vm RELEASE-NOTES.txt
+# No longer needed
+#mv target/announcement/math-release-notes.vm RELEASE-NOTES.txt
 mvn commons:download-page

Modified: commons/proper/math/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=1074503&r1=1074502&r2=1074503&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Fri Feb 25 12:43:28 2011
@@ -331,8 +331,7 @@
           <template>math-release-notes.vm</template>
           <templateDirectory>templates</templateDirectory>
           <!-- Give the output file its proper name -->
-          <announcementFile>RELEASE-NOTES.txt</announcementFile>
-          <!-- Could use ../../ to overwrite the main copy -->
+          <announcementFile>../../RELEASE-NOTES.txt</announcementFile>
         </configuration>
         <reportSets>
           <reportSet>