Skip to content

Commit e4403d1

Browse files
committed
[maven-release-plugin] prepare release 0.6.4
1 parent 9d40b26 commit e4403d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>rtree</artifactId>
13-
<version>0.6.4-SNAPSHOT</version>
13+
<version>0.6.4</version>
1414

1515
<name>${project.artifactId}</name>
1616
<description>Java implementation of an immutable in-memory R-Tree for spatial indexing</description>
@@ -78,7 +78,7 @@
7878
<connection>scm:git:[email protected]:davidmoten/rtree.git</connection>
7979
<developerConnection>scm:git:[email protected]:davidmoten/rtree.git</developerConnection>
8080
<url>scm:git:[email protected]:davidmoten/rtree.git</url>
81-
<tag>0.6.0</tag>
81+
<tag>0.6.4</tag>
8282
</scm>
8383

8484
<dependencies>

0 commit comments

Comments
 (0)