This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.discovery.oak-1.2.20 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-oak.git
commit d42b73f605172595c2b8b00f5e8ddf692ae5937d Author: Stefan Egli <[email protected]> AuthorDate: Tue Jul 4 12:10:53 2017 +0000 @releng - rev 1793655 switched to johnzon which is based on JRE 7 - thus we can require discovery.oak to also be JRE 7 as it wont run in a 6 context anymore git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/discovery/oak@1800763 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 570fa41..eab33da 100644 --- a/pom.xml +++ b/pom.xml @@ -39,6 +39,7 @@ <oak.version>1.4.4</oak.version> <!-- by default Slow tests are excluded - use -PincludeSlowTests to include them --> <sling.excluded.surefire.groups>org.apache.sling.commons.testing.junit.categories.Slow</sling.excluded.surefire.groups> + <sling.java.version>7</sling.java.version> </properties> <scm> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
