Skip to content

Commit

Permalink
[maven-release-plugin] prepare release JavaSerial-0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
rm5248 committed Nov 11, 2022
1 parent 491c27e commit b1142e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.rm5248</groupId>
<artifactId>JavaSerial</artifactId>
<version>0.13-SNAPSHOT</version>
<version>0.13</version>
<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>

<distributionManagement>
Expand Down Expand Up @@ -137,7 +137,7 @@
<url>https://github.com/rm5248/JavaSerial</url>
<connection>scm:git:https://github.com/rm5248/JavaSerial.git</connection>
<developerConnection>scm:git:git@github.com:rm5248/JavaSerial.git</developerConnection>
<tag>HEAD</tag>
<tag>JavaSerial-0.13</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit b1142e9

Please sign in to comment.