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/28 02:01:41 UTC

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

Author: olamy
Date: Mon Apr 28 00:01:40 2014
New Revision: 1590539

URL: http://svn.apache.org/r1590539
Log:
fix some values in pom

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

Modified: commons/proper/jcs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1590539&r1=1590538&r2=1590539&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Mon Apr 28 00:01:40 2014
@@ -342,7 +342,6 @@
                 <!-- <exclude>**/JDBCDiskCacheRemovalUnitTest.java</exclude> -->
                 <!-- <exclude>**/JDBCDiskCacheUnitTest.java</exclude> -->
             </excludes>
-            <source>${maven.compiler.source}</source>
           </configuration>
         </plugin>
         <plugin>
@@ -431,8 +430,8 @@
 
     <!-- Default configuration for compiler source and target JVM -->
     <maven.compiler.sourceEncoding>UTF-8</maven.compiler.sourceEncoding>
-  	<maven.compiler.source>1.6</maven.compiler.source>
-  	<maven.compiler.target>1.6</maven.compiler.target>
+  	<maven.compiler.source>1.7</maven.compiler.source>
+  	<maven.compiler.target>1.7</maven.compiler.target>
 
     <commons.componentid>jcs</commons.componentid>
     <commons.release.version>2.0</commons.release.version>