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-cache-ehcache.git
commit f30fafb4d3974ecd1ae4f5f5723d1560c38b2396 Author: Bertrand Delacretaz <[email protected]> AuthorDate: Fri Jan 3 11:05:11 2014 +0000 SLING-3305 - change jdk 1.6 profile activation to '1.6 and later' git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1555048 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c349735..abceef2 100644 --- a/pom.xml +++ b/pom.xml @@ -84,9 +84,9 @@ </build> <profiles> <profile> - <id>java6</id> + <id>java6plus</id> <activation> - <jdk>1.6</jdk> + <jdk>[1.6,)</jdk> </activation> <build> <plugins> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
