You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by st...@apache.org on 2017/02/09 01:50:25 UTC

commons-rdf git commit: hard-coded scmPubUrl to avoid proper/commons-rdf-parent

Repository: commons-rdf
Updated Branches:
  refs/heads/COMMONSRDF-47 81d5b320b -> 701e47ec2


hard-coded scmPubUrl to avoid proper/commons-rdf-parent


Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/701e47ec
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/701e47ec
Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/diff/701e47ec

Branch: refs/heads/COMMONSRDF-47
Commit: 701e47ec2ac8124434c9c2ef443352cc8558f050
Parents: 81d5b32
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Feb 9 01:48:55 2017 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Feb 9 01:48:55 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/701e47ec/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6765b1f..300533c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,8 +49,8 @@
         <commons.jira.id>COMMONSRDF</commons.jira.id>
         <commons.jira.pid>12316620</commons.jira.pid>
         <commons.site.path>rdf</commons.site.path>
+	<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-rdf/</commons.scmPubUrl>
 	<!--
-        <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commonsrdf/content/</commons.scmPubUrl>
         <commons.scmPubCheckoutDirectory>${project.build.directory}/site-content</commons.scmPubCheckoutDirectory>
         -->
         <commons.javadoc.java.link>https://docs.oracle.com/javase/8/docs/api/</commons.javadoc.java.link>