diff --git a/pom.xml b/pom.xml
index 8b514f9..03f3594 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,6 +23,13 @@
UTF-8
5.5.2
0.8.2
+
+ 2.8.1
+ 3.0.0-M1
+ 1.6
+ 3.2.1
+ 3.2.0
+ 1.6.8
@@ -126,4 +133,96 @@
+
+
+
+ central-deploy
+
+
+
+ maven-gpg-plugin
+ ${maven-gpg-plugin.version}
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+ --pinentry-mode
+ loopback
+
+
+
+
+
+
+ org.codehaus.mojo
+ versions-maven-plugin
+ ${versions-maven-plugin.version}
+
+ false
+
+
+
+ maven-deploy-plugin
+ ${maven-deploy-plugin.version}
+
+ true
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ ${maven-source-plugin.version}
+
+
+ attach-sources
+
+ jar
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ ${maven-javadoc-plugin.version}
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ ${nexus-staging-maven-plugin.version}
+ true
+
+ oss.sonatype.org
+ https://oss.sonatype.org/
+ ${project.version}
+
+
+
+ deploy-to-sonatype
+ deploy
+
+ deploy
+ release
+
+
+
+
+
+
+
+