From f3f113b24a9b14b8d288ef80f66f9743ae518bf7 Mon Sep 17 00:00:00 2001 From: Wouter van Oortmerssen Date: Thu, 26 Oct 2017 16:13:04 -0700 Subject: [PATCH] Updated pom.xml to be able to deploy to Maven central. Change-Id: Ie28dda5e1854eeff3e254e975925ff846c137008 --- pom.xml | 51 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 48 insertions(+), 3 deletions(-) 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 + +