Author: niallp
Date: Thu Apr 8 18:15:28 2010
New Revision: 932044
URL: http://svn.apache.org/viewvc?rev=932044&view=rev
Log:
Move changes.xml to default m2 location
Added:
commons/proper/chain/trunk/src/changes/
commons/proper/chain/trunk/src/changes/changes.xml
- copied unchanged from r932031,
commons/proper/chain/trunk/src/site/xdoc/changes.xml
Removed:
commons/proper/chain/trunk/src/site/xdoc/changes.xml
Modified:
commons/proper/chain/trunk/pom.xml
Modified: commons/proper/chain/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=932044&r1=932043&r2=932044&view=diff
==============================================================================
--- commons/proper/chain/trunk/pom.xml (original)
+++ commons/proper/chain/trunk/pom.xml Thu Apr 8 18:15:28 2010
@@ -235,7 +235,7 @@
<artifactId>maven-changes-plugin</artifactId>
<version>2.0</version>
<configuration>
- <xmlPath>${basedir}/xdocs/changes.xml</xmlPath>
+ <xmlPath>${basedir}/src/changes/changes.xml</xmlPath>
<issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
</configuration>
<reportSets>