We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb116be commit fb380b2Copy full SHA for fb380b2
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>geo</artifactId>
13
- <version>0.8-SNAPSHOT</version>
+ <version>0.7.1</version>
14
15
<name>${project.artifactId}</name>
16
<description>Geohash encoding and decoding utilities including bounding box coverage.</description>
@@ -73,7 +73,7 @@
73
<connection>scm:git:git@github.com:davidmoten/geo.git</connection>
74
<developerConnection>scm:git:git@github.com:davidmoten/geo.git</developerConnection>
75
<url>scm:git:git@github.com:davidmoten/geo.git</url>
76
- <tag>HEAD</tag>
+ <tag>0.7.1</tag>
77
</scm>
78
79
<dependencies>
0 commit comments