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