You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2014/04/29 09:08:10 UTC

svn commit: r1590889 - /commons/proper/jcs/trunk/commons-jcs-core/pom.xml

Author: olamy
Date: Tue Apr 29 07:08:09 2014
New Revision: 1590889

URL: http://svn.apache.org/r1590889
Log:
core still 1.6

Modified:
    commons/proper/jcs/trunk/commons-jcs-core/pom.xml

Modified: commons/proper/jcs/trunk/commons-jcs-core/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-core/pom.xml?rev=1590889&r1=1590888&r2=1590889&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-core/pom.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-core/pom.xml Tue Apr 29 07:08:09 2014
@@ -32,6 +32,11 @@
   <version>2.0-SNAPSHOT</version>
   <name>Apache Commons JCS :: Core</name>
 
+  <properties>
+    <maven.compiler.source>1.6</maven.compiler.source>
+    <maven.compiler.target>1.6</maven.compiler.target>
+  </properties>
+
   <dependencies>
 
     <!--  REQUIRED FOR JCS CORE -->