Skip to content

Commit 371692b

Browse files
committed
[maven-release-plugin] prepare release 2.0.8
1 parent e9509a0 commit 371692b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.davidmoten</groupId>
55
<artifactId>flatbuffers-parent</artifactId>
6-
<version>2.0.3.3-SNAPSHOT</version>
6+
<version>2.0.8</version>
77
</parent>
88
<artifactId>example</artifactId>
99
<description>Example project demonstrating generating sources using flatc and running a test with the generated classes using the flatbuffers-java runtime library</description>

flatbuffers-compiler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.davidmoten</groupId>
55
<artifactId>flatbuffers-parent</artifactId>
6-
<version>2.0.3.3-SNAPSHOT</version>
6+
<version>2.0.8</version>
77
</parent>
88
<artifactId>flatbuffers-compiler</artifactId>
99
<packaging>pom</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</parent>
88
<artifactId>flatbuffers-parent</artifactId>
99
<packaging>pom</packaging>
10-
<version>2.0.3.3-SNAPSHOT</version>
10+
<version>2.0.8</version>
1111
<description>artifacts for use with flatbuffers including repackaged builds of google flatbuffers source code</description>
1212
<properties>
1313
<flatbuffers.version>1.3.0</flatbuffers.version>
@@ -51,7 +51,7 @@
5151
<connection>${scm.url}</connection>
5252
<developerConnection>${scm.url}</developerConnection>
5353
<url>${scm.url}</url>
54-
<tag>HEAD</tag>
54+
<tag>2.0.8</tag>
5555
</scm>
5656

5757
<modules>

0 commit comments

Comments
 (0)