You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2013/03/27 02:11:45 UTC

[50/52] [abbrv] git commit: Added a comment on how to set the properties

Added a comment on how to set the properties


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

Branch: refs/heads/master
Commit: e8b66887fd632225d80e3e02699e5f26b77ee04f
Parents: 039cc1a
Author: Jordan Zimmerman <jo...@jordanzimmerman.com>
Authored: Fri Mar 22 13:44:05 2013 -0700
Committer: Jordan Zimmerman <jo...@jordanzimmerman.com>
Committed: Fri Mar 22 13:44:05 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/e8b66887/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8caafe4..1a9c1fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,8 +88,8 @@
 
     <distributionManagement>
         <site>
-            <id>${site-deploy-id}</id>
-            <url>${site-deploy-url}</url>
+            <id>${site-deploy-id}</id>  <!-- define this in settings.xml under profiles.profile.properties.site-deploy-id -->
+            <url>${site-deploy-url}</url>   <!-- define this in settings.xml under profiles.profile.properties.site-deploy-url -->
         </site>
     </distributionManagement>