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 f7e210c commit 333306aCopy full SHA for 333306a
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>rtree</artifactId>
13
- <version>0.8.7-SNAPSHOT</version>
+ <version>0.8.7</version>
14
15
<name>${project.artifactId}</name>
16
<description>Java implementation of an immutable in-memory R-Tree for spatial indexing</description>
@@ -81,7 +81,7 @@
81
<connection>${scm.url}</connection>
82
<developerConnection>${scm.url}</developerConnection>
83
<url>${scm.url}</url>
84
- <tag>0.6.5</tag>
+ <tag>0.8.7</tag>
85
</scm>
86
87
<dependencies>
0 commit comments