Skip to content

Commit 8024dfe

Browse files
author
robert
committed
[maven-release-plugin] prepare release JavaSerial-0.6.1
1 parent 2338d7e commit 8024dfe

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.7-SNAPSHOT</version>
5+
<version>0.6.1</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,7 @@
129129
<url>https://github.com/rm5248/JavaSerial</url>
130130
<connection>scm:git:https://github.com/rm5248/JavaSerial.git</connection>
131131
<developerConnection>scm:git:[email protected]:rm5248/JavaSerial.git</developerConnection>
132-
<tag>HEAD</tag>
132+
<tag>JavaSerial-0.6.1</tag>
133133
</scm>
134134

135135
<issueManagement>

0 commit comments

Comments
 (0)