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 dc990ec commit b4db0a7Copy full SHA for b4db0a7
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>org.lmdbjava</groupId>
5
<artifactId>native</artifactId>
6
- <version>0.9.18-1-SNAPSHOT</version>
+ <version>0.9.18-1</version>
7
<packaging>jar</packaging>
8
<name>LmdbJava Native Libraries</name>
9
<description>Native LMDB libraries for all supported platforms</description>
@@ -165,7 +165,7 @@
165
<connection>scm:git:git@github.com:lmdbjava/native.git</connection>
166
<developerConnection>scm:git:git@github.com:lmdbjava/native.git</developerConnection>
167
<url>https://github.com/lmdbjava/native</url>
168
- <tag>HEAD</tag>
+ <tag>native-0.9.18-1</tag>
169
</scm>
170
<issueManagement>
171
<system>GitHub Issues</system>
0 commit comments