You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2014/10/27 06:08:12 UTC

svn commit: r1634452 - /commons/proper/logging/trunk/pom.xml

Author: ggregory
Date: Mon Oct 27 05:08:12 2014
New Revision: 1634452

URL: http://svn.apache.org/r1634452
Log:
maven-assembly-plugin 2.3 -> 2.5.

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

Modified: commons/proper/logging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=1634452&r1=1634451&r2=1634452&view=diff
==============================================================================
--- commons/proper/logging/trunk/pom.xml (original)
+++ commons/proper/logging/trunk/pom.xml Mon Oct 27 05:08:12 2014
@@ -399,7 +399,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.3</version>
+        <version>2.5</version>
         <configuration>
           <descriptors>
             <descriptor>src/main/assembly/bin.xml</descriptor>