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