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 2013/12/24 07:07:38 UTC

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

Author: ggregory
Date: Tue Dec 24 06:07:38 2013
New Revision: 1553250

URL: http://svn.apache.org/r1553250
Log:
Add Maven 3.0.0 as a prerequisite.

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=1553250&r1=1553249&r2=1553250&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Tue Dec 24 06:07:38 2013
@@ -39,6 +39,9 @@ limitations under the License.
      widely used encoders and decoders, the codec package also maintains a
      collection of phonetic encoding utilities.
   </description>
+  <prerequisites>
+    <maven>3.0.0</maven>
+  </prerequisites>  
   <url>http://commons.apache.org/proper/commons-codec/</url>
   <issueManagement>
     <system>jira</system>