Skip to content

Commit a6b443b

Browse files
committed
[maven-release-plugin] prepare release JavaSerial-0.10
1 parent 4f58a68 commit a6b443b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.10-SNAPSHOT</version>
5+
<version>0.10</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>
@@ -134,7 +134,7 @@
134134
<url>https://github.com/rm5248/JavaSerial</url>
135135
<connection>scm:git:https://github.com/rm5248/JavaSerial.git</connection>
136136
<developerConnection>scm:git:git@github.com:rm5248/JavaSerial.git</developerConnection>
137-
<tag>HEAD</tag>
137+
<tag>JavaSerial-0.10</tag>
138138
</scm>
139139

140140
<issueManagement>

0 commit comments

Comments
 (0)