You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by tr...@apache.org on 2019/09/09 00:58:21 UTC

svn commit: r1866639 - /jackrabbit/commons/filevault/trunk/parent/pom.xml

Author: tripod
Date: Mon Sep  9 00:58:21 2019
New Revision: 1866639

URL: http://svn.apache.org/viewvc?rev=1866639&view=rev
Log:
JCRVLT-364 Upgrade jackrabbit and oak and use Java 8

Modified:
    jackrabbit/commons/filevault/trunk/parent/pom.xml

Modified: jackrabbit/commons/filevault/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/commons/filevault/trunk/parent/pom.xml?rev=1866639&r1=1866638&r2=1866639&view=diff
==============================================================================
--- jackrabbit/commons/filevault/trunk/parent/pom.xml (original)
+++ jackrabbit/commons/filevault/trunk/parent/pom.xml Mon Sep  9 00:58:21 2019
@@ -92,8 +92,8 @@
                 <artifactId>maven-compiler-plugin</artifactId>
                 <version>2.3.2</version>
                 <configuration>
-                    <source>1.7</source>
-                    <target>1.7</target>
+                    <source>1.8</source>
+                    <target>1.8</target>
                     <debug>true</debug>
                     <showDeprecation>false</showDeprecation>
                     <showWarnings>true</showWarnings>