Skip to content

Commit

Permalink
Fixed release notes file name.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@208933 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
psteitz committed Jul 3, 2005
1 parent 22bbd54 commit 46c3ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven.xml
Expand Up @@ -48,7 +48,7 @@
<preGoal name="dist:build-src">
<copy todir="${maven.dist.src.assembly.dir}">
<fileset file='${basedir}/NOTICE.txt'/>
<fileset file='${basedir}/release-notes.txt'/>
<fileset file='${basedir}/RELEASE-NOTES.txt'/>
</copy>
<delete dir="${maven.dist.src.assembly.dir}/src/experimental" />
<move todir="${maven.dist.src.assembly.dir}-src">
Expand Down

0 comments on commit 46c3ad2

Please sign in to comment.