Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
umjammer committed Feb 1, 2024
1 parent 2d7a9ca commit ab1edb2
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ Licensed under [BSD License](https://opensource.org/licenses/BSD-3-Clause), copy
* backport cf lib to rococoa
* separate jna parts as jna-platform-extended?
* ~~at windows, i mistake dword as 2byte~~
* component value should be generics? (currently float fixed)
2 changes: 1 addition & 1 deletion coreAPI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.java.jinput</groupId>
<artifactId>jinput-parent</artifactId>
<version>2.0.15v</version>
<version>2.0.16v</version>
</parent>

<artifactId>coreapi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.java.jinput</groupId>
<artifactId>jinput-parent</artifactId>
<version>2.0.15v</version>
<version>2.0.16v</version>
</parent>

<artifactId>examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/OSX/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.java.jinput</groupId>
<artifactId>plugins</artifactId>
<version>2.0.15v</version>
<version>2.0.16v</version>
</parent>

<artifactId>osx-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/awt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.java.jinput</groupId>
<artifactId>plugins</artifactId>
<version>2.0.15v</version>
<version>2.0.16v</version>
</parent>

<artifactId>awt-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/linux/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.java.jinput</groupId>
<artifactId>plugins</artifactId>
<version>2.0.15v</version>
<version>2.0.16v</version>
</parent>

<artifactId>linux-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.java.jinput</groupId>
<artifactId>jinput-parent</artifactId>
<version>2.0.15v</version>
<version>2.0.16v</version>
</parent>

<artifactId>plugins</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/windows/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.java.jinput</groupId>
<artifactId>plugins</artifactId>
<version>2.0.15v</version>
<version>2.0.16v</version>
</parent>

<artifactId>windows-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/wintab/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.java.jinput</groupId>
<artifactId>plugins</artifactId>
<version>2.0.15v</version>
<version>2.0.16v</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.java.jinput</groupId>
<artifactId>jinput-parent</artifactId>
<version>2.0.15v</version>
<version>2.0.16v</version>

<packaging>pom</packaging>
<name>JInput</name>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.java.jinput</groupId>
<artifactId>jinput-parent</artifactId>
<version>2.0.15v</version>
<version>2.0.16v</version>
</parent>

<artifactId>tests</artifactId>
Expand Down

0 comments on commit ab1edb2

Please sign in to comment.