Author: niallp
Date: Tue Apr 13 14:02:31 2010
New Revision: 933612
URL: http://svn.apache.org/viewvc?rev=933612&view=rev
Log:
Move changes.xml
Added:
commons/proper/net/trunk/src/changes/
commons/proper/net/trunk/src/changes/changes.xml
- copied unchanged from r933611,
commons/proper/net/trunk/src/site/xdoc/changes.xml
Removed:
commons/proper/net/trunk/src/site/xdoc/changes.xml
Modified:
commons/proper/net/trunk/pom.xml
Modified: commons/proper/net/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=933612&r1=933611&r2=933612&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Tue Apr 13 14:02:31 2010
@@ -179,7 +179,7 @@ limitations under the License.
<artifactId>maven-changes-plugin</artifactId>
<version>2.0</version>
<configuration>
- <xmlPath>xdocs/changes.xml</xmlPath>
+
<xmlPath>${basedir}/src/changes/changes.xml</xmlPath>
<issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
</configuration>
<reportSets>