We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62114e2 commit cc6506bCopy full SHA for cc6506b
pom.xml
@@ -6,7 +6,7 @@
6
<artifactId>usb4java-javax</artifactId>
7
<packaging>jar</packaging>
8
<name>usb4java-javax</name>
9
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
10
<url>http://usb4java.org/usb4java-javax/</url>
11
<description>
12
Extension for usb4java which implements javax.usb (JSR-80).
@@ -66,6 +66,7 @@
66
<connection>scm:git:git://github.com/usb4java/${project.artifactId}.git</connection>
67
<developerConnection>scm:git:ssh://[email protected]/usb4java/${project.artifactId}.git</developerConnection>
68
<url>http://github.com/usb4java/${project.artifactId}</url>
69
+ <tag>usb4java-javax-1.3.0</tag>
70
</scm>
71
72
<issueManagement>
0 commit comments