Skip to content

Commit

Permalink
Updating the version of NrJavaSerial used by the WattsUp Meter.
Browse files Browse the repository at this point in the history
In a commit in January 2016 for the ASCETiC project the version was
updated as a workaround for serial device driver bugs in Windows that
causes the JNI lib to crash the JVM on connecting to the meter. This
therefore matches this change.
  • Loading branch information
RichardKav committed Nov 22, 2016
1 parent bdb487b commit dd065ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wattsup-jsdk-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<license-header-file>${basedir}/../LICENSE</license-header-file>
<checkstyle.file>${project.basedir}/../checkstyle.xml</checkstyle.file>
<nrjavaserial.version>3.8.8</nrjavaserial.version>
<nrjavaserial.version>3.11.0</nrjavaserial.version>
<dropwizard.version>0.6.2</dropwizard.version>
<jdbi.version>2.51</jdbi.version>
<joda-time.version>2.2</joda-time.version>
Expand Down

0 comments on commit dd065ec

Please sign in to comment.