diff --git a/.gitignore b/.gitignore
index 621e0dc..c46f77a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,5 @@ buildNumber.properties
.classpath
.project
.settings/
+.idea
+*.iml
diff --git a/pom.xml b/pom.xml
index ef10c22..9f513b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,11 +4,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- com.clevertap
- http2-apns
- 1.0.1
+ com.clevertap.apns
+ apns-http2
+ 1.0.2
- ${project.groupId}:${project.artifactId}
+ apns-http2
A library for communicating with the Apple Push Gateway in HTTP/2.
https://github.com/CleverTap/apns-http2
@@ -49,9 +49,43 @@
1.8
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 2.1.2
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.7
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+
+ bintray-clevertap-Maven
+ clevertap-Maven
+ https://api.bintray.com/maven/clevertap/Maven/apns-http2/;publish=1
+
+
+
scm:git:git://github.com/CleverTap/apns-http2.git
scm:git:ssh://github.com:CleverTap/apns-http2.git
@@ -73,4 +107,4 @@
https://opensource.org/licenses/BSD-3-Clause
-
\ No newline at end of file
+