You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2013/06/25 21:11:55 UTC

svn commit: r1496594 - /commons/proper/chain/trunk/pom.xml

Author: britter
Date: Tue Jun 25 19:11:54 2013
New Revision: 1496594

URL: http://svn.apache.org/r1496594
Log:
Minimum required JRE according to maven.compiler.source is 1.6

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

Modified: commons/proper/chain/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=1496594&r1=1496593&r2=1496594&view=diff
==============================================================================
--- commons/proper/chain/trunk/pom.xml (original)
+++ commons/proper/chain/trunk/pom.xml Tue Jun 25 19:11:54 2013
@@ -139,7 +139,7 @@
     <maven.compile.target>1.6</maven.compile.target>
     <commons.componentid>chain</commons.componentid>
     <commons.release.version>2.0</commons.release.version>
-    <commons.release.desc>(minium JDK 1.5)</commons.release.desc>
+    <commons.release.desc>(minium JDK 1.6)</commons.release.desc>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.jira.id>CHAIN</commons.jira.id>
     <commons.jira.pid>12310462</commons.jira.pid>