We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72dfaa8 commit 7ff7730Copy full SHA for 7ff7730
pom.xml
@@ -18,7 +18,7 @@
18
<groupId>com.uber</groupId>
19
<artifactId>h3</artifactId>
20
<packaging>jar</packaging>
21
- <version>4.0.0-rc2-SNAPSHOT</version>
+ <version>4.0.0-rc2</version>
22
<name>h3</name>
23
<url>https://github.com/uber/h3-java</url>
24
<description>Java bindings for H3, a hierarchical hexagonal geospatial indexing system.</description>
@@ -40,7 +40,7 @@
40
<connection>scm:git:git://github.com/uber/h3-java.git</connection>
41
<developerConnection>scm:git:ssh://git@github.com/uber/h3-java.git</developerConnection>
42
<url>http://github.com/uber/h3-java/tree/master</url>
43
- <tag>HEAD</tag>
+ <tag>v4.0.0-rc2</tag>
44
</scm>
45
46
<developers>
0 commit comments