You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by da...@apache.org on 2012/07/22 13:04:06 UTC

svn commit: r1364256 - /commons/proper/imaging/trunk/src/main/assembly/src.xml

Author: damjan
Date: Sun Jul 22 11:04:06 2012
New Revision: 1364256

URL: http://svn.apache.org/viewvc?rev=1364256&view=rev
Log:
Make the assembly descriptors match RELEASE-NOTES.txt


Modified:
    commons/proper/imaging/trunk/src/main/assembly/src.xml

Modified: commons/proper/imaging/trunk/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/main/assembly/src.xml?rev=1364256&r1=1364255&r2=1364256&view=diff
==============================================================================
--- commons/proper/imaging/trunk/src/main/assembly/src.xml (original)
+++ commons/proper/imaging/trunk/src/main/assembly/src.xml Sun Jul 22 11:04:06 2012
@@ -36,7 +36,7 @@ http://maven.apache.org/plugins/maven-as
       <includes>
         <include>LICENSE*</include>
         <include>NOTICE*</include>
-        <include>RELEASE_NOTES*</include>
+        <include>RELEASE-NOTES*</include>
         <include>README*</include>
         <include>checkstyle*.xml</include>
         <include>pom.xml</include>