diff --git a/bindings/java/capstone/pom.xml b/bindings/java/capstone/pom.xml
index 3bdf75f9..ea781242 100644
--- a/bindings/java/capstone/pom.xml
+++ b/bindings/java/capstone/pom.xml
@@ -3,9 +3,40 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- capstoneengine
+ org.capstoneengine
capstone
- 3.0-SNAPSHOT
+ 3.0.4-SNAPSHOT
+
+ Capstone Engine Java binding
+ Capstone is a lightweight multi-platform, multi-architecture disassembly framework. This Java wrapper allows to access the native libraries from Java, easily.
+ http://www.capstone-engine.org/
+
+
+ BSD license
+ https://github.com/aquynh/capstone/blob/master/LICENSE.TXT
+
+
+
+
+ Nguyen Anh Quynh
+ aquynh@gmail.com
+ Capstone Engine
+ http://www.capstone-engine.org/
+
+
+ Hoang-Vu Dang
+ danghvu@gmail.com
+ VnSecurity
+ http://www.vnsecurity.net/
+
+
+
+
+ scm:git:git@github.com:aquynh/capstone.git
+ scm:git:git@github.com:aquynh/capstone.git
+ git@github.com:aquynh/capstone.git
+
+
net.java.dev.jna