Skip to content

Commit 1ee1666

Browse files
tresfGMKennedy
andauthored
Release 2.9.3 (#104)
- Bump version to 2.9.3 - Bump native-lib-loader to 2.3.6 (SciJava mirror) - Update all precompiled native objects Co-authored-by: Gunnar Kennedy <gunnar.kennedy@gmail.com>
1 parent 7c2e3ff commit 1ee1666

File tree

14 files changed

+11
-3
lines changed

14 files changed

+11
-3
lines changed

pom.xml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.java-native</groupId>
88
<artifactId>jssc</artifactId>
9-
<version>2.9.3-SNAPSHOT</version>
9+
<version>2.9.3</version>
1010

1111
<name>Java Simple Serial Connector</name>
1212
<description>
@@ -36,6 +36,14 @@
3636
<url>https://github.com/java-native/jssc</url>
3737
</scm>
3838

39+
<repositories>
40+
<repository>
41+
<id>maven.scijava.org</id>
42+
<name>SciJava</name>
43+
<url>https://maven.scijava.org/content/groups/public/</url>
44+
</repository>
45+
</repositories>
46+
3947
<properties>
4048
<target.java.version>6</target.java.version>
4149
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -54,7 +62,7 @@
5462
<!-- dependency versions a-z -->
5563
<dependency.junit.version>4.12</dependency.junit.version>
5664
<dependency.logback.version>1.2.3</dependency.logback.version>
57-
<dependency.nativelibloader.version>2.3.5</dependency.nativelibloader.version>
65+
<dependency.nativelibloader.version>2.3.6</dependency.nativelibloader.version>
5866

5967
<!-- plugin versions a-z -->
6068
<plugin.animalsniffer.version>1.17</plugin.animalsniffer.version>

src/main/java/jssc/SerialNativeInterface.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
public class SerialNativeInterface {
3636

3737
private static final String libVersion = "2.9";
38-
private static final String libMinorSuffix = "1"; //since 0.9.0
38+
private static final String libMinorSuffix = "3"; //since 0.9.0
3939

4040
/** Linux **/
4141
public static final int OS_LINUX = 0;
-44 Bytes
Binary file not shown.
4.45 KB
Binary file not shown.
0 Bytes
Binary file not shown.
4.02 KB
Binary file not shown.
0 Bytes
Binary file not shown.
-16 KB
Binary file not shown.
64 Bytes
Binary file not shown.
-132 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)