This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-compiler.git
commit 22d4bde763f6528af8141bfb932c1a800abc0dc4 Author: Carsten Ziegeler <cziege...@apache.org> AuthorDate: Tue Mar 1 13:56:19 2016 +0000 SLING-5574 : Update Eclipse compiler to version 4.5.1 git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1733069 13f79535-47bb-0310-9956-ffa450edef68 --- README.txt | 10 +++++----- pom.xml | 4 ++++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.txt b/README.txt index b76d37e..dfd1414 100644 --- a/README.txt +++ b/README.txt @@ -6,16 +6,16 @@ support using the Eclipse Java Compiler (org.eclipse.jdt). Getting Started =============== -This component uses a Maven 2 (http://maven.apache.org/) build -environment. It requires a Java 5 JDK (or higher) and Maven (http://maven.apache.org/) -2.0.7 or later. We recommend to use the latest Maven version. +This component uses a Maven 3 (http://maven.apache.org/) build +environment. It requires a Java 7 JDK (or higher) and Maven (http://maven.apache.org/) +3.1.0 or later. We recommend to use the latest Maven version. -If you have Maven 2 installed, you can compile and +If you have Maven 3 installed, you can compile and package the jar using the following command: mvn package -See the Maven 2 documentation for other build features. +See the Maven 3 documentation for other build features. The latest source code for this component is available in the Subversion (http://subversion.tigris.org/) source repository of diff --git a/pom.xml b/pom.xml index e6bdc02..4e1f9e9 100644 --- a/pom.xml +++ b/pom.xml @@ -43,6 +43,10 @@ <url>http://svn.apache.org/viewvc/sling/trunk/bundles/commons/compiler</url> </scm> + <properties> + <sling.java.version>7</sling.java.version> + </properties> + <build> <plugins> <plugin> -- To stop receiving notification emails like this one, please contact "commits@sling.apache.org" <commits@sling.apache.org>.