[maven-release-plugin] prepare release 1.11.0

Change-Id: I716f6b915adfa6682b5d864857abf7d491d788b5
This commit is contained in:
Wouter van Oortmerssen 2019-04-24 12:09:44 -07:00
parent 9e7e8cbe9f
commit bf9eb67ab9
1 changed files with 3 additions and 4 deletions

View File

@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.flatbuffers</groupId>
<artifactId>flatbuffers-java</artifactId>
<version>1.11.0-SNAPSHOT</version>
<version>1.11.0</version>
<packaging>bundle</packaging>
<name>FlatBuffers Java API</name>
<description>
@ -32,6 +30,7 @@
<connection>
scm:git:https://github.com/google/flatbuffers.git
</connection>
<tag>1.11.0</tag>
</scm>
<dependencies>
</dependencies>