From 64de3e99f7a905e062e780211240407f36b370e0 Mon Sep 17 00:00:00 2001 From: Naohide Sano Date: Sat, 10 Feb 2024 03:25:52 +0900 Subject: [PATCH] bump version --- 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 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/coreAPI/pom.xml b/coreAPI/pom.xml index b5f13f07..ffd45850 100644 --- a/coreAPI/pom.xml +++ b/coreAPI/pom.xml @@ -5,7 +5,7 @@ net.java.jinput jinput-parent - 2.0.17v + 2.0.18v coreapi diff --git a/examples/pom.xml b/examples/pom.xml index d641dc0a..54da4e58 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -5,7 +5,7 @@ net.java.jinput jinput-parent - 2.0.17v + 2.0.18v examples diff --git a/plugins/OSX/pom.xml b/plugins/OSX/pom.xml index dbf96ff6..0a197f79 100644 --- a/plugins/OSX/pom.xml +++ b/plugins/OSX/pom.xml @@ -5,7 +5,7 @@ net.java.jinput plugins - 2.0.17v + 2.0.18v osx-plugin diff --git a/plugins/awt/pom.xml b/plugins/awt/pom.xml index d2e12f56..db80309a 100644 --- a/plugins/awt/pom.xml +++ b/plugins/awt/pom.xml @@ -5,7 +5,7 @@ net.java.jinput plugins - 2.0.17v + 2.0.18v awt-plugin diff --git a/plugins/linux/pom.xml b/plugins/linux/pom.xml index 03393ad9..fd47f365 100644 --- a/plugins/linux/pom.xml +++ b/plugins/linux/pom.xml @@ -5,7 +5,7 @@ net.java.jinput plugins - 2.0.17v + 2.0.18v linux-plugin diff --git a/plugins/pom.xml b/plugins/pom.xml index d961fc86..23edd06f 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -5,7 +5,7 @@ net.java.jinput jinput-parent - 2.0.17v + 2.0.18v plugins diff --git a/plugins/windows/pom.xml b/plugins/windows/pom.xml index 0c072b0f..c819401d 100644 --- a/plugins/windows/pom.xml +++ b/plugins/windows/pom.xml @@ -5,7 +5,7 @@ net.java.jinput plugins - 2.0.17v + 2.0.18v windows-plugin diff --git a/plugins/wintab/pom.xml b/plugins/wintab/pom.xml index 036dcc21..82ecb863 100644 --- a/plugins/wintab/pom.xml +++ b/plugins/wintab/pom.xml @@ -5,7 +5,7 @@ net.java.jinput plugins - 2.0.17v + 2.0.18v ../ diff --git a/pom.xml b/pom.xml index e3bf0851..41e24d06 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ net.java.jinput jinput-parent - 2.0.17v + 2.0.18v pom JInput diff --git a/tests/pom.xml b/tests/pom.xml index 29d652be..fbb664ba 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -5,7 +5,7 @@ net.java.jinput jinput-parent - 2.0.17v + 2.0.18v tests