Author: sebb
Date: Thu Mar 27 13:46:06 2014
New Revision: 1582301
URL: http://svn.apache.org/r1582301
Log:
Add minimum JVM version for binary bundle
Modified:
commons/proper/proxy/trunk/pom.xml
Modified: commons/proper/proxy/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/proxy/trunk/pom.xml?rev=1582301&r1=1582300&r2=1582301&view=diff
==============================================================================
--- commons/proper/proxy/trunk/pom.xml (original)
+++ commons/proper/proxy/trunk/pom.xml Thu Mar 27 13:46:06 2014
@@ -43,6 +43,7 @@
<commons.componentid>proxy</commons.componentid>
<commons.release.version>1.0</commons.release.version>
<commons.release.name>commons-proxy-${commons.release.version}</commons.release.name>
+ <commons.release.desc>(requires Java ${maven.compiler.target} or
later)</commons.release.desc>
<commons.rc.version>RC1</commons.rc.version>
<commons.jira.id>PROXY</commons.jira.id>
<commons.jira.pid>12310731</commons.jira.pid>