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 527c072 commit 2d8558aCopy full SHA for 2d8558a
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>rtree</artifactId>
13
- <version>0.12-SNAPSHOT</version>
+ <version>0.12</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.12</tag>
84
</scm>
85
86
<dependencies>
0 commit comments