Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoten committed Apr 16, 2024
1 parent 95dd6f2 commit cf5cb55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion geo-mem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>geo-parent</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.1</version>
</parent>
<artifactId>geo-mem</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion geo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>geo-parent</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.1</version>
</parent>
<artifactId>geo</artifactId>
<name>${project.artifactId}</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<version>0.1</version>
</parent>
<artifactId>geo-parent</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.1</version>
<packaging>pom</packaging>
<properties>
<flatbuffers.version>1.3.0</flatbuffers.version>
Expand Down Expand Up @@ -73,7 +73,7 @@
<connection>${scm.url}</connection>
<developerConnection>${scm.url}</developerConnection>
<url>${scm.url}</url>
<tag>HEAD</tag>
<tag>0.8.1</tag>
</scm>

<modules>
Expand Down

0 comments on commit cf5cb55

Please sign in to comment.