2,7 → 2,7 |
<modelVersion>4.0.0</modelVersion> |
<groupId>com.rm5248</groupId> |
<artifactId>JavaSerial</artifactId> |
<version>0.5-SNAPSHOT</version> |
<version>0.5</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> |
<build> |
<sourceDirectory>src</sourceDirectory> |
36,8 → 36,8 |
</license> |
</licenses> |
<scm> |
<url>http://svn.rm5248.com/prog_utils/trunk/JavaSerial/</url> |
<connection>svn</connection> |
<!--url>http://svn.rm5248.com/prog_utils/trunk/JavaSerial/</url--> |
<connection>scm:svn:http://svn.rm5248.com/prog_utils/trunk/JavaSerial</connection> |
</scm> |
<issueManagement> |
<url>http://programming.rm5248.com/</url> |