We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce22b5 commit 381085aCopy full SHA for 381085a
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>io.github.java-native</groupId>
6
<artifactId>jssc</artifactId>
7
- <version>2.9.6-SNAPSHOT</version>
+ <version>2.9.6</version>
8
9
<name>Java Simple Serial Connector</name>
10
<description>
@@ -32,7 +32,7 @@
32
<connection>scm:git:https://github.com/java-native/jssc.git</connection>
33
<developerConnection>scm:git:[email protected]:java-native/jssc.git</developerConnection>
34
<url>https://github.com/java-native/jssc</url>
35
- <tag>HEAD</tag>
+ <tag>v2.9.6</tag>
36
</scm>
37
38
<properties>
0 commit comments