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 2014/05/18 22:06:16 UTC

svn commit: r1595670 - /commons/proper/commons-parent/trunk/pom.xml

Author: sebb
Date: Sun May 18 20:06:16 2014
New Revision: 1595670

URL: http://svn.apache.org/r1595670
Log:
Downgrade assembly plugin in case MASSEMBLY-637 not fixed before next release

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1595670&r1=1595669&r2=1595670&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sun May 18 20:06:16 2014
@@ -219,7 +219,11 @@ Version 35:
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>2.4</version>
+          <!-- 
+           2.4 is broken: MASSEMBLY-637
+           Downgrade now in case 2.5 not released before next CP release 
+          -->
+          <version>2.3</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>