Skip to content

Commit

Permalink
Maven Central release 2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrygamat authored and tresf committed Jul 31, 2020
1 parent d299759 commit 27f75cd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
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).

### Usage
* [Download `.jar` manually](../../releases) or [add using maven](../../wiki/maven)
* [Download `.jar` manually](../../releases) or add using maven
```
<dependency>
<groupId>io.github.java-native</groupId>
<artifactId>jssc</artifactId>
<version>2.9.2</version>
</dependency>
```
* [API code examples](../../wiki/examples)

### Support
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.java-native</groupId>
<artifactId>jssc</artifactId>
<version>2.9.2-SNAPSHOT</version>
<version>2.9.2</version>

<name>Java Simple Serial Connector</name>
<description>
Expand Down Expand Up @@ -275,7 +275,7 @@
</executions>
</plugin>

<!-- check for java 6 compatiblity -->
<!-- check for java 6 compatibility -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources-precompiled/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ are to recompile binaries for each platform.

## Valid paths

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

* `linux_32`
Expand Down

0 comments on commit 27f75cd

Please sign in to comment.