Skip to content

Commit 8f21ff8

Browse files
committed
[maven-release-plugin] prepare release 0.10
1 parent 0e3939d commit 8f21ff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>rtree</artifactId>
13-
<version>0.10-SNAPSHOT</version>
13+
<version>0.10</version>
1414

1515
<name>${project.artifactId}</name>
1616
<description>Java implementation of an immutable in-memory R-Tree for spatial indexing</description>
@@ -80,7 +80,7 @@
8080
<connection>${scm.url}</connection>
8181
<developerConnection>${scm.url}</developerConnection>
8282
<url>${scm.url}</url>
83-
<tag>0.6.5</tag>
83+
<tag>0.10</tag>
8484
</scm>
8585

8686
<dependencies>

0 commit comments

Comments
 (0)