diff --git a/README.md b/README.md
index f225b3c..b672b5f 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,37 @@
-# WebP Converter
+# WebP Converter ![Maven Central](https://img.shields.io/maven-central/v/io.github.mojtabaj/c-webp)
+A simple compression utility for converting images (jpeg, png, tiff) to **WebP** format.
-A simple and easy to use image converter to convert images (jpeg, png, tiff, webp) to **WebP** format.
+
-Please make sure to install `cwebp` on your machine, e.g. via https://developers.google.com/speed/webp/docs/precompiled
+## Installation
+- First make sure to install `cwebp` on your machine, e.g. via [this link](https://developers.google.com/speed/webp/docs/precompiled)
-
+### Maven dependency
+
+```xml
+
+ io.github.mojtabaj
+ c-webp
+ 1.0.1
+
+```
+---
+License
+=======
+ Copyright 2022 Mojtaba Jalambadani
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 0c33a71..cd46c16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,8 +7,8 @@
io.github.mojtabajc-webp
- 1.0.0
-
+ 1.0.1
+ jarWebP ConverterConvert JPEG and PNG to WebP
@@ -40,7 +40,7 @@
scm:git:git://github.com/mojtabaJ/c-webp.gitscm:git:ssh:github.com:mojtabaJ/c-webp.git
- http://github.com/mojtabaJ/c-webp/master
+ https://github.com/mojtabaJ/c-webp/master
@@ -54,7 +54,6 @@
-
ossrhhttps://s01.oss.sonatype.org/content/repositories/snapshots
@@ -74,30 +73,18 @@
- install
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.8.0
-
-
- 1.8
-
- org.sonatype.pluginsnexus-staging-maven-plugin
- 1.6.7
+ 1.6.8true
-
ossrhhttps://s01.oss.sonatype.org/true
-
org.apache.maven.pluginsmaven-source-plugin
@@ -115,6 +102,9 @@
org.apache.maven.pluginsmaven-javadoc-plugin2.9.1
+
+ -Xdoclint:none
+ attach-javadocs
@@ -124,7 +114,6 @@
-
org.apache.maven.pluginsmaven-gpg-plugin
@@ -143,7 +132,31 @@
-
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.8.1
+
+
+ compile
+ compile
+
+ compile
+
+
+
+ testCompile
+ test-compile
+
+ testCompile
+
+
+
+
+
+ 8
+
+