typos
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/37446c5e Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/37446c5e Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/37446c5e Branch: refs/heads/master Commit: 37446c5e6b5c6b2d8b2e5efe41b8822f3349070c Parents: 2716943 Author: Stian Soiland-Reyes <[email protected]> Authored: Mon Mar 23 21:40:20 2015 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Mon Mar 23 21:40:20 2015 +0000 ---------------------------------------------------------------------- jena-shadowed-ext/pom.xml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/37446c5e/jena-shadowed-ext/pom.xml ---------------------------------------------------------------------- diff --git a/jena-shadowed-ext/pom.xml b/jena-shadowed-ext/pom.xml index 5bb920b..80453e9 100644 --- a/jena-shadowed-ext/pom.xml +++ b/jena-shadowed-ext/pom.xml @@ -16,9 +16,7 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -36,13 +34,13 @@ which we don't want to be depending on in their regular package names, as they are likely to change/upgrade externally and also be used in other libraries - in potentialyl conflicting versions. + in potentially conflicting versions. This module uses the Shade plugin to re-package them under the package name - org.apache.jena.ext and is also a valid OSGi bundle - (but should only be used by used by other Jena modules). - + org.apache.jena.ext and is also a valid OSGi bundle. + This module should only be used internally by other + Jena modules. </description>
