Updated changes.xml file location.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620155 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2008-02-09 17:06:24 +00:00
parent 1c27da8a98
commit 5af7bd0c31
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ org.apache.commons.math.util;version=${project.version}
<artifactId>maven-changes-plugin</artifactId>
<version>2.0-beta-2</version>
<configuration>
<xmlPath>${basedir}/xdocs/changes.xml</xmlPath>
<xmlPath>${basedir}/src/site/xdoc/changes.xml</xmlPath>
<issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
</configuration>
<reportSets>