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 c9ccdf6 commit 8704d9cCopy full SHA for 8704d9c
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>org.locationtech.spatial4j</groupId>
12
<artifactId>spatial4j</artifactId>
13
- <version>0.8-SNAPSHOT</version>
+ <version>0.8</version>
14
<packaging>bundle</packaging><!-- an OSGi thing; basically same as 'jar' -->
15
16
<name>Spatial4J</name>
@@ -84,7 +84,7 @@
84
<connection>scm:git:[email protected]:locationtech/spatial4j.git</connection>
85
<developerConnection>scm:git:[email protected]:locationtech/spatial4j.git</developerConnection>
86
<url>https://github.com/locationtech/spatial4j</url>
87
- <tag>HEAD</tag>
+ <tag>spatial4j-0.8</tag>
88
</scm>
89
90
<properties>
0 commit comments