Author: pascalschumacher Date: Sun Jul 1 09:16:36 2018 New Revision: 1834782
URL: http://svn.apache.org/viewvc?rev=1834782&view=rev Log: pom.xml: Remove prerequisites element which is only intended for use by maven plugins 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=1834782&r1=1834781&r2=1834782&view=diff ============================================================================== --- commons/proper/codec/trunk/pom.xml (original) +++ commons/proper/codec/trunk/pom.xml Sun Jul 1 09:16:36 2018 @@ -39,9 +39,6 @@ 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>
