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 0b5223b5818a42263665ad8528b30b2eb6fbb9ae Author: Oliver Lietz <[email protected]> AuthorDate: Thu Jan 28 09:52:40 2016 +0000 remove redundant configuration (sling.java.version) from Maven Compiler Plugin git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/org.apache.sling.scripting.thymeleaf@1727296 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pom.xml b/pom.xml index 450dd22..4199efc 100644 --- a/pom.xml +++ b/pom.xml @@ -155,10 +155,6 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.3</version> - <configuration> - <source>1.7</source> - <target>1.7</target> - </configuration> </plugin> <plugin> <groupId>org.apache.felix</groupId> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
