You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2012/10/26 11:26:27 UTC

git commit: use helix namespace for this property

Updated Branches:
  refs/heads/master da32ebc10 -> 8677252f0


use helix namespace for this property


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

Branch: refs/heads/master
Commit: 8677252f0c37e5deb2c74774ae2d82c2437e944d
Parents: da32ebc
Author: olivier lamy <ol...@apache.org>
Authored: Fri Oct 26 11:25:48 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Fri Oct 26 11:26:20 2012 +0200

----------------------------------------------------------------------
 pom.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/8677252f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cdba0dc..71ead69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@ under the License.
     <helix.siteFilePath>${user.home}/helix-site-deploy</helix.siteFilePath>
     <!-- you can use javasvn too -->
     <svnImpl>svn</svnImpl>
-    <siteUrlDeployment>file://${helix.siteFilePath}</siteUrlDeployment>
+    <helix.siteUrlDeployment>file://${helix.siteFilePath}</helix.siteUrlDeployment>
     <helix.scmPubCheckoutDirectory>${user.home}/helix-site-content</helix.scmPubCheckoutDirectory>
     <scmSkipDeletedFiles>false</scmSkipDeletedFiles>
 
@@ -123,7 +123,7 @@ under the License.
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>${siteUrlDeployment}</url>
+      <url>${helix.siteUrlDeployment}</url>
     </site>
   </distributionManagement>