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 2014/03/24 18:20:13 UTC

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

Author: sebb
Date: Mon Mar 24 17:20:13 2014
New Revision: 1580927

URL: http://svn.apache.org/r1580927
Log:
Default the current release Java minimum to the current compiler target

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=1580927&r1=1580926&r2=1580927&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Mon Mar 24 17:20:13 2014
@@ -143,7 +143,7 @@ Supported protocols include: Echo, Finge
         <commons.componentid>net</commons.componentid>
         <commons.release.version>${project.version}</commons.release.version>
         <commons.rc.version>RC1</commons.rc.version>
-        <commons.release.desc>(Requires Java 1.5 or later)</commons.release.desc>
+        <commons.release.desc>(Requires Java ${maven.compiler.target} 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 />