Skip to content

Commit 736f825

Browse files
author
Isaac Brodsky
committed
[maven-release-plugin] prepare release v3.2.0
1 parent 5959a59 commit 736f825

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<groupId>com.uber</groupId>
1919
<artifactId>h3</artifactId>
2020
<packaging>jar</packaging>
21-
<version>3.1.1-SNAPSHOT</version>
21+
<version>3.2.0</version>
2222
<name>h3</name>
2323
<url>https://github.com/uber/h3-java</url>
2424
<description>Java bindings for H3, a hierarchical hexagonal geospatial indexing system.</description>
@@ -40,7 +40,7 @@
4040
<connection>scm:git:git://github.com/uber/h3-java.git</connection>
4141
<developerConnection>scm:git:ssh://git@github.com/uber/h3-java.git</developerConnection>
4242
<url>http://github.com/uber/h3-java/tree/master</url>
43-
<tag>HEAD</tag>
43+
<tag>v3.2.0</tag>
4444
</scm>
4545

4646
<developers>
@@ -70,7 +70,7 @@
7070
<h3.git.remote>https://github.com/uber/h3.git</h3.git.remote>
7171
<h3.use.docker>true</h3.use.docker>
7272
<!-- Used for passing additional arguments to surefire when using JaCoCo -->
73-
<h3.additional.argLine></h3.additional.argLine>
73+
<h3.additional.argLine />
7474

7575
<argLine>${h3.additional.argLine}</argLine>
7676
</properties>

0 commit comments

Comments
 (0)