You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ss...@apache.org on 2013/02/28 16:00:18 UTC

[1/2] git commit: fixed urls in some build files

fixed urls in some build files


Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/388626be
Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/388626be
Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/388626be

Branch: refs/heads/master
Commit: 388626be6712b840d7b04d1ce249c96cc874f227
Parents: 61aeec0
Author: Sebastian Schaffert <ss...@apache.org>
Authored: Thu Feb 28 15:59:58 2013 +0100
Committer: Sebastian Schaffert <ss...@apache.org>
Committed: Thu Feb 28 15:59:58 2013 +0100

----------------------------------------------------------------------
 libraries/kiwi/pom.xml |    1 -
 parent/pom.xml         |    1 +
 2 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/388626be/libraries/kiwi/pom.xml
----------------------------------------------------------------------
diff --git a/libraries/kiwi/pom.xml b/libraries/kiwi/pom.xml
index 751d654..c0c1a82 100644
--- a/libraries/kiwi/pom.xml
+++ b/libraries/kiwi/pom.xml
@@ -28,7 +28,6 @@
 
     <name>KiWi Triplestore: Parent</name>
     <description>A Sesame Triple Store based on a relational database. Supports reasoning and versioning.</description>
-    <url>https://code.google.com/p/ldpath/</url>
 
     <inceptionYear>2008</inceptionYear>
     <licenses>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/388626be/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 6bbff0b..b2eb6a4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -33,6 +33,7 @@
 
     <name>Apache Marmotta Parent</name>
     <description>Parent POM for the Apache Marmotta project</description>
+    <url>http://marmotta.incubator.apache.org</url>
 
     <properties>
         <sesame.version>2.7.0-beta2</sesame.version>