You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@batchee.apache.org by ol...@apache.org on 2013/11/13 01:16:25 UTC

git commit: fix svnpubsub path for site

Updated Branches:
  refs/heads/master 258e9451e -> 507109c72


fix svnpubsub path for site


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

Branch: refs/heads/master
Commit: 507109c724f1d05af5d8d9b077b8b15166bb56a4
Parents: 258e945
Author: Olivier Lamy <ol...@apache.org>
Authored: Wed Nov 13 11:16:16 2013 +1100
Committer: Olivier Lamy <ol...@apache.org>
Committed: Wed Nov 13 11:16:16 2013 +1100

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


http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/507109c7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c2d887b..c754e8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -272,7 +272,7 @@
         <version>1.0-beta-2</version>
         <configuration>
           <content>${project.reporting.outputDirectory}</content>
-          <pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/incubator/batchee/site-content/</pubScmUrl>
+          <pubScmUrl>scm:svn:${batchee.scmPubUrl}</pubScmUrl>
           <tryUpdate>true</tryUpdate>
           <checkoutDirectory>${batchee.scmPubCheckoutDirectory}</checkoutDirectory>
         </configuration>