Hi Hiram, I updated 224 with a few questions, if you could provide some insight that would be helpful.

Patrick

Hiram Chirino wrote:
I created issue: https://issues.apache.org/jira/browse/ZOOKEEPER-224
to track the request.

Who's the current ZooKeeper release manager?

On Fri, Nov 14, 2008 at 11:07 AM, Hiram Chirino <[EMAIL PROTECTED]> wrote:
Hi Guys,

I've create a small maven 2 repository for the ZooKeeper 3.0.0 release at:
http://people.apache.org/~chirino/zk-repo/

Ideally the ZooKeeper PMC can review the artifacts validate that they
match the release, GPG sign all the poms and jars and push them out to
the main apache m2 maven repository so it can get synchronized into
the maven central repo.  That's at
people.apache.org:/www/people.apache.org/repo/m2-ibiblio-rsync-repository
BTW.

But For now maven users of ZooKeeper can add the following to their
build to automatically download the release:

 <repositories>
   <repository>
     <id>chirino-zk-repo</id>
     <name>Private ZooKeeper Repo</name>
     <url>http://people.apache.org/~chirino/zk-repo/</url>
   </repository>
 </repositories>
....
 <dependencies>
   <dependency>
     <groupId>org.apache.hadoop.zookeeper</groupId>
     <artifactId>zookeeper</artifactId>
     <version>3.0.0</version>
   </dependency>
 </dependencies>

--
Regards,
Hiram

Blog: http://hiramchirino.com

Open Source SOA
http://open.iona.com




Reply via email to