You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2015/03/30 22:02:31 UTC

[3/8] jena git commit: typos

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 <st...@apache.org>
Authored: Mon Mar 23 21:40:20 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
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>