Author: niallp
Date: Tue Mar 16 14:37:22 2010
New Revision: 923763
URL: http://svn.apache.org/viewvc?rev=923763&view=rev
Log:
maven-changes-plugin: Replace deprecated <issueLinkTemplate> with
<issueLinkTemplatePerSystem> and add empty date to changes.xml
Modified:
commons/proper/net/branches/NET_2_0/pom.xml
commons/proper/net/branches/NET_2_0/src/changes/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=923763&r1=923762&r2=923763&view=diff
==============================================================================
--- commons/proper/net/branches/NET_2_0/pom.xml (original)
+++ commons/proper/net/branches/NET_2_0/pom.xml Tue Mar 16 14:37:22 2010
@@ -244,7 +244,9 @@ limitations under the License.
<artifactId>maven-changes-plugin</artifactId>
<version>2.3</version>
<configuration>
-
<issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
+ <issueLinkTemplatePerSystem>
+ <default>%URL%/%ISSUE%</default>
+ </issueLinkTemplatePerSystem>
</configuration>
<reportSets>
<reportSet>
Modified: commons/proper/net/branches/NET_2_0/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/src/changes/changes.xml?rev=923763&r1=923762&r2=923763&view=diff
==============================================================================
--- commons/proper/net/branches/NET_2_0/src/changes/changes.xml (original)
+++ commons/proper/net/branches/NET_2_0/src/changes/changes.xml Tue Mar 16
14:37:22 2010
@@ -23,7 +23,7 @@ limitations under the License.
<body>
- <release version="2.1" description="Fix release">
+ <release version="2.1" date="" description="Fix release">
<action dev="rwinston" type="fix" issue="NET-215">
UNIXFTPEntryParser didn't preserve trailing
whitespace in files
</action>