Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nyholku committed Oct 1, 2016
1 parent f987bc7 commit edf997c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 1.0.1

* Fixed a missing timeout that caused hangs with in pollmode
* Upgraded maven pom to use JNA 4.2.2
* Some other minor fixes

Version 1.0.0

* Fixed some logging bugs that prevented use of logging
Expand Down
Binary file removed bin/purejavacomm-1.0.0.jar
Binary file not shown.
Binary file modified bin/purejavacomm-src.jar
Binary file not shown.
Binary file modified bin/purejavacomm.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
#!/bin/bash
mvn deploy -Duser.name=sparetimelabs.com
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.sparetimelabs</groupId>
<artifactId>purejavacomm</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>

<name>PureJavaComm</name>
<url>http://www.sparetimelabs.com/purejavacomm/purejavacomm.php</url>
Expand Down

0 comments on commit edf997c

Please sign in to comment.