Skip to content

Commit 27f75cd

Browse files
pietrygamattresf
authored andcommitted
Maven Central release 2.9.2
1 parent d299759 commit 27f75cd

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33
A small, single Java library for working with serial ports across various systems based on the work from [scream3r/java-simple-serial-connector](https://github.com/scream3r/java-simple-serial-connector).
44

55
### Usage
6-
* [Download `.jar` manually](../../releases) or [add using maven](../../wiki/maven)
6+
* [Download `.jar` manually](../../releases) or add using maven
7+
```
8+
<dependency>
9+
<groupId>io.github.java-native</groupId>
10+
<artifactId>jssc</artifactId>
11+
<version>2.9.2</version>
12+
</dependency>
13+
```
714
* [API code examples](../../wiki/examples)
815

916
### Support

pom.xml

+2-2
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.2-SNAPSHOT</version>
9+
<version>2.9.2</version>
1010

1111
<name>Java Simple Serial Connector</name>
1212
<description>
@@ -275,7 +275,7 @@
275275
</executions>
276276
</plugin>
277277

278-
<!-- check for java 6 compatiblity -->
278+
<!-- check for java 6 compatibility -->
279279
<plugin>
280280
<groupId>org.codehaus.mojo</groupId>
281281
<artifactId>animal-sniffer-maven-plugin</artifactId>

src/main/resources-precompiled/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ are to recompile binaries for each platform.
88

99
## Valid paths
1010

11-
The old path structure is ambigious, but supported for compatiblity.
11+
The old path structure is ambiguous, but supported for compatibility.
1212
This structure must be used before `native-lib-loader` version 2.4.0.
1313

1414
* `linux_32`

0 commit comments

Comments
 (0)