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 2015/08/18 17:17:24 UTC

svn commit: r1696445 - in /commons/proper/collections/trunk: pom.xml src/assembly/ src/main/assembly/

Author: sebb
Date: Tue Aug 18 15:17:23 2015
New Revision: 1696445

URL: http://svn.apache.org/r1696445
Log:
Move assembly to standard location

Added:
    commons/proper/collections/trunk/src/assembly/
      - copied from r1696444, commons/proper/collections/trunk/src/main/assembly/
Removed:
    commons/proper/collections/trunk/src/main/assembly/
Modified:
    commons/proper/collections/trunk/pom.xml

Modified: commons/proper/collections/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1696445&r1=1696444&r2=1696445&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Tue Aug 18 15:17:23 2015
@@ -525,8 +525,8 @@
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
           <descriptors>
-            <descriptor>src/main/assembly/bin.xml</descriptor>
-            <descriptor>src/main/assembly/src.xml</descriptor>
+            <descriptor>src/assembly/bin.xml</descriptor>
+            <descriptor>src/assembly/src.xml</descriptor>
           </descriptors>
           <tarLongFileMode>gnu</tarLongFileMode>
         </configuration>