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 46a0e67876788c8481a0aa359f81c7e70a1c5024 Author: Oliver Lietz <[email protected]> AuthorDate: Fri Aug 12 20:20:48 2016 +0000 fix typo git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1756223 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 419d875..c2f01aa 100644 --- a/pom.xml +++ b/pom.xml @@ -7,9 +7,9 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ -33,7 +33,7 @@ <name>Apache Sling Commons Java Compiler</name> <description> - The Sling Commons Java Compiler bundle provides platform independant Java Compilation + The Sling Commons Java Compiler bundle provides platform independent Java Compilation support using the Eclipse Java Compiler (org.eclipse.jdt). </description> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
