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 2013/08/07 10:23:46 UTC

svn commit: r1511211 - /commons/sandbox/monitoring/trunk/core/pom.xml

Author: sebb
Date: Wed Aug  7 08:23:46 2013
New Revision: 1511211

URL: http://svn.apache.org/r1511211
Log:
Allow build to work on Maven 2.2.1

Modified:
    commons/sandbox/monitoring/trunk/core/pom.xml

Modified: commons/sandbox/monitoring/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/monitoring/trunk/core/pom.xml?rev=1511211&r1=1511210&r2=1511211&view=diff
==============================================================================
--- commons/sandbox/monitoring/trunk/core/pom.xml (original)
+++ commons/sandbox/monitoring/trunk/core/pom.xml Wed Aug  7 08:23:46 2013
@@ -48,7 +48,8 @@
       <plugin> <!-- include commons-math in core to be able to install it in containers more trivially -->
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
-        <version>2.1</version>
+        <!-- Later versions - i.e. 2.x - require Maven 3 -->
+        <version>1.7.1</version>
         <executions>
           <execution>
             <phase>package</phase>