<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">  

  <modelVersion>4.0.0</modelVersion>  
  <groupId>cn.net.ds</groupId>  
  <artifactId>library-zookeeperconfig</artifactId>  
  <version>1.0.0</version>  
  <name>library-zookeeperconfig</name>  
  <description>A distribution configuration cache based on ZooKeeper.</description>  
  <url>https://github.com/ifpelset/library-zookeeperconfig</url>  
  <licenses>  
    <license>  
      <name>The Apache License, Version 2.0</name>  
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>  
    </license>  
  </licenses>  
  <scm>  
    <url>https://github.com/ifpelset/library-zookeeperconfig</url>  
    <connection>scm:git:https://github.com/ifpelset/library-zookeeperconfig.git</connection>  
    <developerConnection>scm:git:https://github.com/ifpelset/library-zookeeperconfig.git</developerConnection>  
  </scm>  
  <developers>  
    <developer>  
      <id>df.net.cn putong</id>  
      <name>putong</name>  
      <email>ifpelset@gamil.com</email>
      <organization>http://www.ds.net.cn</organization>  
    </developer>  
  </developers>  

</project>  
