We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b16bd8f commit 4cf84b0Copy full SHA for 4cf84b0
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.7-SNAPSHOT</version>
+ <version>2.3.7</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>2.3.7</tag>
30
</scm>
31
32
<properties>
0 commit comments