diff options
| -rw-r--r-- | pom.xml | 12 | 
1 files changed, 11 insertions, 1 deletions
| @@ -6,7 +6,17 @@      <groupId>com.p4square</groupId>      <artifactId>ccbapi</artifactId> -    <version>1.0-SNAPSHOT</version> +    <version>1.0</version> + +    <name>cbb-api-java-client</name> +    <description>An unofficial Java library for accessing the Church Community Builder API.</description> +    <url>https://github.com/PuyallupFoursquare/ccb-api-client-java</url> +    <licenses> +        <license> +            <name>MIT License</name> +            <url>http://www.opensource.org/licenses/mit-license.php</url> +        </license> +    </licenses>      <developers>          <developer> | 
