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 0e3939d commit 8f21ff8Copy full SHA for 8f21ff8
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>rtree</artifactId>
13
- <version>0.10-SNAPSHOT</version>
+ <version>0.10</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.10</tag>
84
</scm>
85
86
<dependencies>
0 commit comments