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 95e02e0 commit ad2bdb0Copy full SHA for ad2bdb0
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.24-1-SNAPSHOT</version>
+ <version>0.9.24-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.24-1</tag>
169
</scm>
170
<issueManagement>
171
<system>GitHub Issues</system>
0 commit comments