You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by st...@apache.org on 2016/11/16 11:01:55 UTC

incubator-commonsrdf git commit: distributionManagement for site

Repository: incubator-commonsrdf
Updated Branches:
  refs/heads/0.3.0-site 03be650cd -> 3d94df72a


distributionManagement for site


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

Branch: refs/heads/0.3.0-site
Commit: 3d94df72abfc0413d6e8955dd7f3fa7630911669
Parents: 03be650
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Nov 16 10:56:00 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Nov 16 10:56:00 2016 +0000

----------------------------------------------------------------------
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/3d94df72/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 25368c3..7dd94e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -616,5 +616,13 @@
     </profiles>
 
 
+    <distributionManagement>
+      <site>
+        <id>commons.site</id>
+        <name>Apache Commons Site SVN</name>
+        <url>scm:svn:${commons.scmPubUrl}</url>
+      </site>
+    </distributionManagement>
+
 
 </project>