diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..0fc405a --- /dev/null +++ b/pom.xml @@ -0,0 +1,66 @@ + + + 4.0.0 + com.bethzur.gcm4j + gcm4j + jar + 1.0 + GCM4j + A Java library for implementing the third-party + application server component of the Google Cloud Messaging + framework. + https://github.com/nfranke/gcm4j + + scm:git:git@github.com:nfranke/gcm4j.git + scm:git:git@github.com:nfranke/gcm4j.git + git@github.com:nfranke/gcm4j.git + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8.1 + + + http://docs.guava-libraries.googlecode.com/git-history/v10.0.1/javadoc/ + http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/ + + + + + org.apache.maven.plugins + maven-release-plugin + 2.2.2 + + v@{project.version} + false + + + + + + + + org.apache.httpcomponents + httpclient + 4.1.3 + + + com.google.guava + guava + 11.0.2 + + + org.slf4j + slf4j-api + 1.6.4 + + + commons-io + commons-io + 1.3.2 + + + \ No newline at end of file