diff --git a/README.md b/README.md
index 3d5f495c..3fab7f0c 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,3 @@
-This version of project is work in progress and will be a major change from previous versions. Please use the version from maven 1.3.3 in the meanwhile
-
[![Build Status](https://travis-ci.org/srikanth-lingala/zip4j.svg?branch=master)](https://travis-ci.org/srikanth-lingala/zip4j)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.lingala.zip4j/zip4j/badge.svg)](https://maven-badges.herokuapp.com/maven-central/net.lingala.zip4j/zip4j)
diff --git a/pom.xml b/pom.xml
index b9fa9e64..8620e241 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,9 +4,22 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- net.lingala
+ net.lingala.zip4j
zip4j
- 2.0-SNAPSHOT
+ 2.0
+
+ Zip4j
+ Zip4j - A Java library for zip files and streams
+ https://github.com/srikanth-lingala/zip4j
+
+ git@github.com:srikanth-lingala/zip4j.git
+
+
+
+ Srikanth Reddy Lingala
+ srikanth.mailbox@gmail.com
+
+
@@ -25,6 +38,17 @@
1.6.6
+
+
+ ossrh
+ https://oss.sonatype.org/content/repositories/snapshots
+
+
+ ossrh
+ https://oss.sonatype.org/service/local/staging/deploy/maven2/
+
+
+
org.projectlombok
@@ -80,6 +104,57 @@
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 2.2.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.9.1
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.5
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.6.7
+ true
+
+ ossrh
+ https://oss.sonatype.org/
+ true
+
+
\ No newline at end of file