Skip to content

Commit

Permalink
Preparing version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Nov 14, 2019
1 parent 4db0d23 commit 09bf7c1
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ junixsocket is a Java/JNI library that allows the use of [Unix Domain Sockets](h
* Supports [peer credentials](https://kohlschutter.github.io/junixsocket/peercreds.html).
* Supports sending and receiving [file descriptors](https://kohlschutter.github.io/junixsocket/filedescriptors.html).
* Supports the abstract namespace on Linux.
* Supports Java 8, 9, 10, 11, 12.
* Supports Java 8, 9, 10, 11, 12, 13.
* Comes with pre-built native libraries for macOS, Linux and Windows; custom libraries can be built using Maven.
* Supports JPMS/Jigsaw modules.
* Apache 2.0 licensed.
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-parent</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-common</name>
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-parent</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-core</name>
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-parent</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-demo</name>
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-parent</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-dist</name>
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-parent</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-mysql</name>
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-native-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-parent</artifactId>
<!-- Update this manually after maven-release -->
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-native-common</name>
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-native-cross/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-parent</artifactId>
<!-- Update this manually after maven-release -->
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-native-cross</name>
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-native-custom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-parent</artifactId>
<!-- Update this manually after maven-release -->
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-native-custom</name>
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-parent</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-native</name>
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-rmi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-parent</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-rmi</name>
Expand Down
2 changes: 1 addition & 1 deletion junixsocket-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-parent</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-server</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-parent</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>
<packaging>pom</packaging>
<parent>
<groupId>com.kohlschutter</groupId>
Expand Down
5 changes: 5 additions & 0 deletions src/site/markdown/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Noteworthy changes

### _(2019-11-14)_ **junixsocket 2.2.1**

- Add support for Java 13
- Code cleanup, dependency updates

### _(2019-02-17)_ **junixsocket 2.2.0**

- New supported platform: Linux ARM 32-bit and 64-bit (e.g., Raspberry Pi)
Expand Down

0 comments on commit 09bf7c1

Please sign in to comment.