Skip to content

Commit b1142e9

Browse files
committed
[maven-release-plugin] prepare release JavaSerial-0.13
1 parent 491c27e commit b1142e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.rm5248</groupId>
44
<artifactId>JavaSerial</artifactId>
5-
<version>0.13-SNAPSHOT</version>
5+
<version>0.13</version>
66
<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>
77

88
<distributionManagement>
@@ -137,7 +137,7 @@
137137
<url>https://github.com/rm5248/JavaSerial</url>
138138
<connection>scm:git:https://github.com/rm5248/JavaSerial.git</connection>
139139
<developerConnection>scm:git:[email protected]:rm5248/JavaSerial.git</developerConnection>
140-
<tag>HEAD</tag>
140+
<tag>JavaSerial-0.13</tag>
141141
</scm>
142142

143143
<issueManagement>

0 commit comments

Comments
 (0)