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 c98b2b8 commit 49c9af3Copy full SHA for 49c9af3
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
<groupId>org.lmdbjava</groupId>
10
<artifactId>lmdbjava</artifactId>
11
- <version>0.6.1-SNAPSHOT</version>
+ <version>0.6.1</version>
12
<packaging>jar</packaging>
13
<name>LmdbJava</name>
14
<description>Low latency Java API for the ultra-fast, embedded Symas Lightning Database (LMDB)</description>
@@ -45,7 +45,7 @@
45
<connection>scm:git:git@github.com:${github.org}/${github.repo}.git</connection>
46
<developerConnection>scm:git:git@github.com:${github.org}/${github.repo}.git</developerConnection>
47
<url>git@github.com:${github.org}/${github.repo}.git</url>
48
- <tag>HEAD</tag>
+ <tag>lmdbjava-0.6.1</tag>
49
</scm>
50
<issueManagement>
51
<system>GitHub Issues</system>
0 commit comments