Skip to content

Commit ad3721a

Browse files
committed
[maven-release-plugin] prepare release 0.6.10
1 parent 0655230 commit ad3721a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.davidmoten</groupId>
77
<artifactId>geo</artifactId>
8-
<version>0.6.10-SNAPSHOT</version>
8+
<version>0.6.10</version>
99

1010
<name>${project.artifactId}</name>
1111
<description>Geohash encoding and decoding utilities including bounding box coverage.</description>
@@ -70,7 +70,8 @@
7070
<connection>scm:git:[email protected]:davidmoten/geo.git</connection>
7171
<developerConnection>scm:git:[email protected]:davidmoten/geo.git</developerConnection>
7272
<url>scm:git:[email protected]:davidmoten/geo.git</url>
73-
</scm>
73+
<tag>0.6.10</tag>
74+
</scm>
7475

7576
<dependencies>
7677
<dependency>

0 commit comments

Comments
 (0)