You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
<modelVersion>4.0.0</modelVersion>
3
3
<groupId>com.rm5248</groupId>
4
4
<artifactId>JavaSerial</artifactId>
5
-
<version>0.13-SNAPSHOT</version>
5
+
<version>0.13</version>
6
6
<description>A cross-platform way of accessing serial ports through Java. Supports Windows and Linux. Does not use the Java SerialAPI. Implementation uses the java.io API.</description>
0 commit comments