We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5da01a commit a1bd183Copy full SHA for a1bd183
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.github.kurbatov</groupId>
5
<artifactId>firmata4j</artifactId>
6
- <version>2.3.8-SNAPSHOT</version>
+ <version>2.3.8</version>
7
<packaging>jar</packaging>
8
<name>firmata4j</name>
9
<description>firmata4j is a client library of Firmata.</description>
@@ -26,7 +26,7 @@
26
<url>https://github.com/kurbatov/firmata4j</url>
27
<connection>scm:git:[email protected]:kurbatov/firmata4j.git</connection>
28
<developerConnection>scm:git:[email protected]:kurbatov/firmata4j.git</developerConnection>
29
- <tag>HEAD</tag>
+ <tag>firmata4j-2.3.8</tag>
30
</scm>
31
32
<properties>
0 commit comments