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 2011/05/16 02:31:06 UTC

svn commit: r1103584 - /commons/proper/net/trunk/pom.xml

Author: sebb
Date: Mon May 16 00:31:06 2011
New Revision: 1103584

URL: http://svn.apache.org/viewvc?rev=1103584&view=rev
Log:
No need to override commons.binary.suffix

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

Modified: commons/proper/net/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1103584&r1=1103583&r2=1103584&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Mon May 16 00:31:06 2011
@@ -127,9 +127,9 @@ Supported protocols include: Echo, Finge
         <commons.componentid>net</commons.componentid>
         <commons.release.version>3.0</commons.release.version>
         <commons.rc.version>RC1</commons.rc.version>
-        <commons.binary.suffix>-bin</commons.binary.suffix>
         <commons.release.desc>(Requires Java 1.5 or later)</commons.release.desc>
         <commons.release.2.version>1.4.1</commons.release.2.version>
+        <!-- Override Commons parent, as version 1.4.1 does not use the -bin suffix -->
         <commons.release.2.binary.suffix />
         <commons.release.2.desc>(Requires Java 1.3 or later)</commons.release.2.desc>
         <commons.jira.id>NET</commons.jira.id>