8000
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 ec64bcd commit b33fbceCopy full SHA for b33fbce
pom.xml
@@ -18,7 +18,7 @@
18
<groupId>com.uber</groupId>
19
<artifactId>h3</artifactId>
20
<packaging>jar</packaging>
21
- <version>4.1.1-SNAPSHOT</version>
+ <version>4.1.1</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.1.1</tag>
44
</scm>
45
46
<developers>
0 commit comments