This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.thymeleaf-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-thymeleaf.git
commit cc704ee91d7d33b480787f28e5ab89523a66efb1 Author: Oliver Lietz <[email protected]> AuthorDate: Wed Jan 27 16:28:23 2016 +0000 use Java 7 for now (fix CI build) git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/org.apache.sling.scripting.thymeleaf@1727117 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index cee7944..450dd22 100644 --- a/pom.xml +++ b/pom.xml @@ -38,6 +38,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> + <sling.java.version>7</sling.java.version> <org.thymeleaf.version>3.0.0.BETA01</org.thymeleaf.version> <org.attoparser.version>2.0.0.BETA04</org.attoparser.version> <org.unbescape.version>1.1.1.RELEASE</org.unbescape.version> @@ -155,8 +156,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>3.3</version> <configuration> - <source>1.8</source> - <target>1.8</target> + <source>1.7</source> + <target>1.7</target> </configuration> </plugin> <plugin> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
