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