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 2f58e3c commit 9771288Copy full SHA for 9771288
pom.xml
@@ -3,7 +3,7 @@
3
<groupId>ch.ethz.globis.phtree</groupId>
4
<artifactId>phtree</artifactId>
5
<packaging>jar</packaging>
6
- <version>2.8.2-SNAPSHOT</version>
+ <version>2.8.2</version>
7
8
<properties>
9
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -16,7 +16,7 @@
16
<connection>scm:git:[email protected]:tzaeschke/phtree.git</connection>
17
<developerConnection>scm:git:[email protected]:tzaeschke/phtree.git</developerConnection>
18
<url>https://github.com/tzaeschke/phtree</url>
19
- <tag>HEAD</tag>
+ <tag>phtree-2.8.2</tag>
20
</scm>
21
<licenses>
22
<license>
0 commit comments