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 d7d8988 commit 26d76beCopy full SHA for 26d76be
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
<groupId>org.lmdbjava</groupId>
10
<artifactId>lmdbjava</artifactId>
11
- <version>0.8.1</version>
+ <version>0.8.2-SNAPSHOT</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>
@@ -206,7 +206,7 @@
206
<connection>scm:git:git@github.com:${github.org}/${github.repo}.git</connection>
207
<developerConnection>scm:git:git@github.com:${github.org}/${github.repo}.git</developerConnection>
208
<url>git@github.com:${github.org}/${github.repo}.git</url>
209
- <tag>lmdbjava-0.8.1</tag>
+ <tag>HEAD</tag>
210
</scm>
211
<issueManagement>
212
<system>GitHub Issues</system>
0 commit comments