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-tracer.git
commit 257988c2d925352642ea92428743b29386d821d7 Author: Robert Munteanu <[email protected]> AuthorDate: Thu Jun 25 13:16:35 2015 +0000 Contrib: remove superflous sling.java.version=6 as it's the default now git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1687508 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pom.xml b/pom.xml index 2b3235b..38391b2 100644 --- a/pom.xml +++ b/pom.xml @@ -41,10 +41,6 @@ Refer to http://sling.apache.org/documentation/bundles/log-tracers.html </description> - <properties> - <sling.java.version>6</sling.java.version> - </properties> - <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/tracer</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/tracer</developerConnection> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
