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:23 UTC

[28/52] [abbrv] git commit: wip

wip


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

Branch: refs/heads/master
Commit: ebc38d7752acaf86a20f31bf4751f99ef7fa062d
Parents: 572f93d
Author: Jordan Zimmerman <jo...@jordanzimmerman.com>
Authored: Sun Mar 10 13:37:02 2013 -0700
Committer: Jordan Zimmerman <jo...@jordanzimmerman.com>
Committed: Sun Mar 10 13:37:02 2013 -0700

----------------------------------------------------------------------
 src/site/confluence/index.confluence |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/ebc38d77/src/site/confluence/index.confluence
----------------------------------------------------------------------
diff --git a/src/site/confluence/index.confluence b/src/site/confluence/index.confluence
index 9babfe3..ba1bdd5 100644
--- a/src/site/confluence/index.confluence
+++ b/src/site/confluence/index.confluence
@@ -24,7 +24,7 @@ h2. Maven / Artifacts
 Curator binaries are published to Maven Central. Curator consists of several artifacts. Which artifacts to use depends on your needs. For
 most users, the only artifact you need is {{curator-recipes}}.
 
-||GroupID/Org||ArtifactID/Name||Description>||
+||GroupID/Org||ArtifactID/Name||Description||
 |org.apache.curator|curator-recipes|All of the recipes. Note: this artifact has dependencies on client and framework and, so, Maven (or whatever tool you're using) should pull those in automatically.|
 |org.apache.curator|curator-framework|The Curator Framework high level API. This is built on top of the client and should pull it in automatically.|
 |org.apache.curator|curator-client|The Curator Client - replacement for the ZooKeeper class in the ZK distribution.|