We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af7b29b commit c39ccf1Copy full SHA for c39ccf1
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.hid4java</groupId>
6
<artifactId>hid4java</artifactId>
7
- <version>develop-SNAPSHOT</version>
+ <version>0.8.0</version>
8
9
<name>hid4java</name>
10
<description>A cross-platform Java Native Access (JNA) wrapper for the libusb/hidapi library</description>
@@ -51,7 +51,7 @@
51
<connection>scm:git:git@github.com:gary-rowe/hid4java.git</connection>
52
<developerConnection>scm:git:git@github.com:gary-rowe/hid4java.git</developerConnection>
53
<url>git@github.com:gary-rowe/hid4java.git</url>
54
- <tag>HEAD</tag>
+ <tag>hid4java-0.8.0</tag>
55
</scm>
56
57
<properties>
0 commit comments