Author: niallp
Date: Tue Mar 16 13:43:59 2010
New Revision: 923740
URL: http://svn.apache.org/viewvc?rev=923740&view=rev
Log:
JIRA Report is failing - upgrade to maven-changes-plugin 2.3 to fix that
Changes Report fails in version 2.3 - remove HTML from changes.xml to fix that
Modified:
commons/proper/net/branches/NET_2_0/pom.xml
commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml
Modified: commons/proper/net/branches/NET_2_0/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/pom.xml?rev=923740&r1=923739&r2=923740&view=diff
==============================================================================
--- commons/proper/net/branches/NET_2_0/pom.xml (original)
+++ commons/proper/net/branches/NET_2_0/pom.xml Tue Mar 16 13:43:59 2010
@@ -242,7 +242,7 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
- <version>2.0</version>
+ <version>2.3</version>
<configuration>
<xmlPath>${basedir}/src/site/xdoc/changes.xml</xmlPath>
<issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
Modified: commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml?rev=923740&r1=923739&r2=923740&view=diff
==============================================================================
--- commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml (original)
+++ commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml Tue Mar 16
13:43:59 2010
@@ -472,8 +472,7 @@ limitations under the License.
</action>
<action dev="dfs" type="add">
Ted Wise [email protected] provided a
- <a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=24078">
- patch</a> to add the XHDR extended NNTP
command.
+ patch to add the XHDR extended NNTP command.
</action>
<action dev="scohen,dfs" type="update">
Deprecated FTPFileListParser interface,
DefaultFTPFileListParser
@@ -522,10 +521,8 @@ limitations under the License.
<action dev="dfs" type="fix">
Applied variation of fix suggested by Matthieu
Recouly
[email protected] so that
- UnixFTPEntryParser may handle listings of the
form
- <pre>
- drwxr-xr-x 1 usernameftp 512 Jan 29
23:32 prog
- </pre>
+ UnixFTPEntryParser may handle listings of the
form:
+ "drwxr-xr-x 1 usernameftp 512 Jan 29
23:32 prog"
where the space between user name and group is
omitted.
</action>
<action dev="dfs" type="fix">