We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8dbb4b commit 08b5a3bCopy full SHA for 08b5a3b
1 file changed
pom.xml
@@ -6,7 +6,17 @@
6
7
<groupId>com.p4square</groupId>
8
<artifactId>ccbapi</artifactId>
9
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
10
+
11
+ <name>cbb-api-java-client</name>
12
+ <description>An unofficial Java library for accessing the Church Community Builder API.</description>
13
+ <url>https://github.com/PuyallupFoursquare/ccb-api-client-java</url>
14
+ <licenses>
15
+ <license>
16
+ <name>MIT License</name>
17
+ <url>http://www.opensource.org/licenses/mit-license.php</url>
18
+ </license>
19
+ </licenses>
20
21
<developers>
22
<developer>
0 commit comments