[maven-release-plugin] prepare for next development iteration

Change-Id: I402d857eef9f3e5f3765427c5d3b868ed5a3a22e
parent bf9eb67a
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.google.flatbuffers</groupId> <groupId>com.google.flatbuffers</groupId>
<artifactId>flatbuffers-java</artifactId> <artifactId>flatbuffers-java</artifactId>
<version>1.11.0</version> <version>1.11.1-SNAPSHOT</version>
<packaging>bundle</packaging> <packaging>bundle</packaging>
<name>FlatBuffers Java API</name> <name>FlatBuffers Java API</name>
<description> <description>
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<connection> <connection>
scm:git:https://github.com/google/flatbuffers.git scm:git:https://github.com/google/flatbuffers.git
</connection> </connection>
<tag>1.11.0</tag> <tag>HEAD</tag>
</scm> </scm>
<dependencies> <dependencies>
</dependencies> </dependencies>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment