Give the changes output file the correct name
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1074124 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1f11030cab
commit
5e2e43652f
5
pom.xml
5
pom.xml
|
@ -322,7 +322,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-changes-plugin</artifactId>
|
||||
<version>2.3</version>
|
||||
<version>2.4</version>
|
||||
<configuration>
|
||||
<xmlPath>${basedir}/src/site/xdoc/changes.xml</xmlPath>
|
||||
<issueLinkTemplatePerSystem>
|
||||
|
@ -330,6 +330,9 @@
|
|||
</issueLinkTemplatePerSystem>
|
||||
<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 -->
|
||||
</configuration>
|
||||
<reportSets>
|
||||
<reportSet>
|
||||
|
|
|
@ -31,7 +31,7 @@ SVN commits. TBA how to use this with SVN.
|
|||
To generate the release notes from this file:
|
||||
|
||||
mvn changes:announcement-generate
|
||||
mv target/announcement/math-release-notes.vm RELEASE_NOTES.txt
|
||||
mv target/announcement/RELEASE_NOTES.txt RELEASE_NOTES.txt
|
||||
then tweak the formatting
|
||||
(e.g. copy/paste the description to replace the one-line version)
|
||||
and commit
|
||||
|
|
Loading…
Reference in New Issue