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:05:50 UTC

svn commit: r1634451 - /commons/proper/codec/trunk/pom.xml

Author: ggregory
Date: Mon Oct 27 05:05:50 2014
New Revision: 1634451

URL: http://svn.apache.org/r1634451
Log:
maven-assembly-plugin 2.4.1 -> 2.5.

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

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