Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoten committed Apr 14, 2022
1 parent f7daf22 commit 673a987
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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>2.0.3.2-SNAPSHOT</version>
<version>2.0.3.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>2.0.3.2-SNAPSHOT</version>
<version>2.0.3.2</version>
</parent>
<artifactId>flatbuffers-compiler</artifactId>
<packaging>pom</packaging>
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>2.0.3.2-SNAPSHOT</version>
<version>2.0.3.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>2.0.3.2</tag>
</scm>

<modules>
Expand Down

0 comments on commit 673a987

Please sign in to comment.