diff --git a/pom.xml b/pom.xml
index c498eb980fd..d0028a664d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,17 +5,20 @@
4.0.0
com.google.flatbuffers
flatbuffers-java
- 1.7.1-SNAPSHOT
+ 1.7.2
bundle
FlatBuffers Java API
Memory Efficient Serialization Library
-
+
+
+ Wouter van Oortmerssen
+
+
UTF-8
-
https://github.com/google/flatbuffers
@@ -32,6 +35,12 @@
+
+
+ ossrh
+ https://oss.sonatype.org/content/repositories/snapshots
+
+
java
@@ -84,6 +93,42 @@
3.0.1
true
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.6.7
+ true
+
+ ossrh
+ https://oss.sonatype.org/
+ true
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.5
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-release-plugin
+ 2.5.3
+
+ true
+ false
+ release
+ deploy
+
+