Author: sebb
Date: Mon May 26 14:19:18 2014
New Revision: 1597593

URL: http://svn.apache.org/r1597593
Log:
Document why assembly plugin version is overridden

Modified:
    commons/proper/dbcp/trunk/pom.xml

Modified: commons/proper/dbcp/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom.xml?rev=1597593&r1=1597592&r2=1597593&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/pom.xml (original)
+++ commons/proper/dbcp/trunk/pom.xml Mon May 26 14:19:18 2014
@@ -286,6 +286,8 @@
         </plugin>
         <plugin>
           <artifactId>maven-assembly-plugin</artifactId>
+          <!-- Remove version override when 2.5 is released and parent is 
upgraded -->
+          <!-- Workaround for MASSEMBLY-637 -->
           <version>2.3</version>
           <configuration>
             <descriptors>


Reply via email to