You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/02/24 03:19:39 UTC

svn commit: r1074020 - /commons/proper/net/trunk/pom.xml

Author: sebb
Date: Thu Feb 24 02:19:39 2011
New Revision: 1074020

URL: http://svn.apache.org/viewvc?rev=1074020&view=rev
Log:
Fix location of RN file

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=1074020&r1=1074019&r2=1074020&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Thu Feb 24 02:19:39 2011
@@ -222,7 +222,10 @@ limitations under the License.
                 <artifactId>maven-changes-plugin</artifactId>
                 <version>2.4</version>
                 <configuration>
-                   <announcementFile>RELEASE-NOTES.txt</announcementFile>
+                   <!-- Cannot use outputDirectory to place the file, 
+                        as that affects the HTML output, so use relative path instead 
+                    -->
+                   <announcementFile>../../RELEASE-NOTES.txt</announcementFile>
                     <issueLinkTemplatePerSystem>
                         <default>%URL%/%ISSUE%</default>
                     </issueLinkTemplatePerSystem>