Skip to content

Commit 13c9e69

Browse files
committed
[maven-release-plugin] prepare release JavaSerial-0.6
1 parent 8985e3c commit 13c9e69

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pom.xml

Lines changed: 3 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.6-SNAPSHOT</version>
5+
<version>0.6</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>
@@ -129,7 +129,8 @@
129129
<url>https://github.com/rm5248/JavaSerial</url>
130130
<connection>scm:git:https://github.com/rm5248/JavaSerial.git</connection>
131131
<developerConnection>scm:git:git@github.com:rm5248/JavaSerial.git</developerConnection>
132-
</scm>
132+
<tag>JavaSerial-0.6</tag>
133+
</scm>
133134

134135
<issueManagement>
135136
<url>https://github.com/rm5248/JavaSerial/issues</url>

0 commit comments

Comments
 (0)