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:
parent
1c27da8a98
commit
5af7bd0c31
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue