Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.10.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoten committed Dec 2, 2018
1 parent a279dde commit ef60587
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>flatbuffers-parent</artifactId>
<version>1.10.0.2-SNAPSHOT</version>
<version>1.10.0.2</version>
</parent>
<artifactId>example</artifactId>
<description>Example project demonstrating generating sources using flatc and running a test with the generated classes using the flatbuffers-java runtime library</description>
Expand Down
2 changes: 1 addition & 1 deletion flatbuffers-compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>flatbuffers-parent</artifactId>
<version>1.10.0.2-SNAPSHOT</version>
<version>1.10.0.2</version>
</parent>
<artifactId>flatbuffers-compiler</artifactId>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions flatbuffers-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>flatbuffers-parent</artifactId>
<version>1.10.0.2-SNAPSHOT</version>
<version>1.10.0.2</version>
</parent>
<artifactId>flatbuffers-java</artifactId>
<packaging>jar</packaging>
Expand All @@ -30,7 +30,7 @@
<connection>
scm:git:https://github.com/google/flatbuffers.git
</connection>
<tag>HEAD</tag>
<tag>1.10.0.2</tag>
</scm>
<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</parent>
<artifactId>flatbuffers-parent</artifactId>
<packaging>pom</packaging>
<version>1.10.0.2-SNAPSHOT</version>
<version>1.10.0.2</version>
<description>artifacts for use with flatbuffers including repackaged builds of google flatbuffers source code</description>
<properties>
<flatbuffers.version>1.3.0</flatbuffers.version>
Expand Down Expand Up @@ -51,7 +51,7 @@
<connection>${scm.url}</connection>
<developerConnection>${scm.url}</developerConnection>
<url>${scm.url}</url>
<tag>HEAD</tag>
<tag>1.10.0.2</tag>
</scm>

<modules>
Expand Down

0 comments on commit ef60587

Please sign in to comment.