Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Brodsky committed Oct 16, 2018
1 parent 5959a59 commit 736f825
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -18,7 +18,7 @@
<groupId>com.uber</groupId>
<artifactId>h3</artifactId>
<packaging>jar</packaging>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0</version>
<name>h3</name>
<url>https://github.com/uber/h3-java</url>
<description>Java bindings for H3, a hierarchical hexagonal geospatial indexing system.</description>
Expand All @@ -40,7 +40,7 @@
<connection>scm:git:git://github.com/uber/h3-java.git</connection>
<developerConnection>scm:git:ssh://git@github.com/uber/h3-java.git</developerConnection>
<url>http://github.com/uber/h3-java/tree/master</url>
<tag>HEAD</tag>
<tag>v3.2.0</tag>
</scm>

<developers>
Expand Down Expand Up @@ -70,7 +70,7 @@
<h3.git.remote>https://github.com/uber/h3.git</h3.git.remote>
<h3.use.docker>true</h3.use.docker>
<!-- Used for passing additional arguments to surefire when using JaCoCo -->
<h3.additional.argLine></h3.additional.argLine>
<h3.additional.argLine />

<argLine>${h3.additional.argLine}</argLine>
</properties>
Expand Down

0 comments on commit 736f825

Please sign in to comment.