From ab1edb2552bda5579a4a1b33451f4d65124c3d5e Mon Sep 17 00:00:00 2001 From: Naohide Sano Date: Thu, 1 Feb 2024 19:42:14 +0900 Subject: [PATCH] bump version --- README.md | 1 + coreAPI/pom.xml | 2 +- examples/pom.xml | 2 +- plugins/OSX/pom.xml | 2 +- plugins/awt/pom.xml | 2 +- plugins/linux/pom.xml | 2 +- plugins/pom.xml | 2 +- plugins/windows/pom.xml | 2 +- plugins/wintab/pom.xml | 2 +- pom.xml | 2 +- tests/pom.xml | 2 +- 11 files changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6e56253f..def21015 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/coreAPI/pom.xml b/coreAPI/pom.xml index c57dc7b0..e4a1fd68 100644 --- a/coreAPI/pom.xml +++ b/coreAPI/pom.xml @@ -5,7 +5,7 @@ net.java.jinput jinput-parent - 2.0.15v + 2.0.16v coreapi diff --git a/examples/pom.xml b/examples/pom.xml index 637f680b..6b10075c 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -5,7 +5,7 @@ net.java.jinput jinput-parent - 2.0.15v + 2.0.16v examples diff --git a/plugins/OSX/pom.xml b/plugins/OSX/pom.xml index 4adf1c11..eececbad 100644 --- a/plugins/OSX/pom.xml +++ b/plugins/OSX/pom.xml @@ -5,7 +5,7 @@ net.java.jinput plugins - 2.0.15v + 2.0.16v osx-plugin diff --git a/plugins/awt/pom.xml b/plugins/awt/pom.xml index c533d9f5..074b9bc6 100644 --- a/plugins/awt/pom.xml +++ b/plugins/awt/pom.xml @@ -5,7 +5,7 @@ net.java.jinput plugins - 2.0.15v + 2.0.16v awt-plugin diff --git a/plugins/linux/pom.xml b/plugins/linux/pom.xml index 23557423..e5b5b63c 100644 --- a/plugins/linux/pom.xml +++ b/plugins/linux/pom.xml @@ -5,7 +5,7 @@ net.java.jinput plugins - 2.0.15v + 2.0.16v linux-plugin diff --git a/plugins/pom.xml b/plugins/pom.xml index 6fc84cd4..e8a52121 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -5,7 +5,7 @@ net.java.jinput jinput-parent - 2.0.15v + 2.0.16v plugins diff --git a/plugins/windows/pom.xml b/plugins/windows/pom.xml index b970cbc6..a825d85b 100644 --- a/plugins/windows/pom.xml +++ b/plugins/windows/pom.xml @@ -5,7 +5,7 @@ net.java.jinput plugins - 2.0.15v + 2.0.16v windows-plugin diff --git a/plugins/wintab/pom.xml b/plugins/wintab/pom.xml index 6f9b8762..06f4bedb 100644 --- a/plugins/wintab/pom.xml +++ b/plugins/wintab/pom.xml @@ -5,7 +5,7 @@ net.java.jinput plugins - 2.0.15v + 2.0.16v ../ diff --git a/pom.xml b/pom.xml index b787092c..f720fe03 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ net.java.jinput jinput-parent - 2.0.15v + 2.0.16v pom JInput diff --git a/tests/pom.xml b/tests/pom.xml index 8e6b9996..92328ed0 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -5,7 +5,7 @@ net.java.jinput jinput-parent - 2.0.15v + 2.0.16v tests