Author: psteitz
Date: Fri Apr  2 22:04:24 2021
New Revision: 1888318

URL: http://svn.apache.org/viewvc?rev=1888318&view=rev
Log:
Bump jdk to 1.8

Modified:
    commons/sandbox/performance/trunk/pom.xml

Modified: commons/sandbox/performance/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/sandbox/performance/trunk/pom.xml?rev=1888318&r1=1888317&r2=1888318&view=diff
==============================================================================
--- commons/sandbox/performance/trunk/pom.xml (original)
+++ commons/sandbox/performance/trunk/pom.xml Fri Apr  2 22:04:24 2021
@@ -205,8 +205,8 @@
 
   <!-- Compiler source and target JVM -->
   <properties>
-    <maven.compiler.source>1.6</maven.compiler.source>
-    <maven.compiler.target>1.6</maven.compiler.target>
+    <maven.compiler.source>1.8</maven.compiler.source>
+    <maven.compiler.target>1.8</maven.compiler.target>
     <commons.componentid>performance</commons.componentid>
     <commons.jira.componentid>12312203</commons.jira.componentid>
   </properties> 


Reply via email to