You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by wi...@apache.org on 2015/03/27 19:15:36 UTC

[38/50] [abbrv] incubator-commonsrdf git commit: two kinds of .. - now it's actually an URL

two kinds of <url> .. - now it's actually an URL


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

Branch: refs/heads/master
Commit: a679368ae242da56707ca08850d9937787393a4f
Parents: 70f3212
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Feb 5 22:17:42 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Feb 5 22:17:42 2015 +0000

----------------------------------------------------------------------
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/a679368a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7393824..b8b708f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,10 +38,11 @@
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     </properties>
 
+    <url>http://commons-rdf.github.io/</url>
     <scm>
         <connection>scm:git:https://github.com/commons-rdf/commons-rdf.git</connection>
         <developerConnection>scm:git:git@github.com:commons-rdf/commons-rdf.git</developerConnection>
-        <url>http://commons-rdf.github.io/</url>
+        <url>https://github.com/commons-rdf/commons-rdf/</url>
     </scm>
 
     <licenses>