added desc for rpc
Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/d4af5c5b Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/d4af5c5b Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/d4af5c5b Branch: refs/heads/master Commit: d4af5c5bb48af8fa84075218eb1e1de924417ff6 Parents: a57be39 Author: randgalt <[email protected]> Authored: Mon Jun 9 13:27:19 2014 -0500 Committer: randgalt <[email protected]> Committed: Mon Jun 9 13:27:19 2014 -0500 ---------------------------------------------------------------------- curator-x-rpc/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/d4af5c5b/curator-x-rpc/pom.xml ---------------------------------------------------------------------- diff --git a/curator-x-rpc/pom.xml b/curator-x-rpc/pom.xml index 1bc3b90..f66cd76 100644 --- a/curator-x-rpc/pom.xml +++ b/curator-x-rpc/pom.xml @@ -10,6 +10,10 @@ <artifactId>curator-x-rpc</artifactId> <version>2.5.1-SNAPSHOT</version> + <name>Curator RPC Proxy</name> + <description>A proxy that bridges non-java environments with the Curator framework and recipes</description> + <inceptionYear>2014</inceptionYear> + <dependencies> <dependency> <groupId>org.apache.curator</groupId>
