diff --git a/Jenkinsfile b/Jenkinsfile index c5b4d94..57474cd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -136,7 +136,7 @@ pipeline { sh "mvn -P windows,linux,osx,wintab versions:revert" sh "mvn -P windows,linux,osx,wintab versions:set -DnextSnapshot" sh "git commit -m 'Next development release' ." - sh "git push" + sh "git push --all" } } } diff --git a/applet/pom.xml b/applet/pom.xml index de79023..dab664b 100644 --- a/applet/pom.xml +++ b/applet/pom.xml @@ -7,7 +7,7 @@ net.java.jinput jinput-parent - 2.0.8-SNAPSHOT + 2.0.9-SNAPSHOT ../ diff --git a/coreAPI/pom.xml b/coreAPI/pom.xml index cb7ecfa..cb61a0b 100644 --- a/coreAPI/pom.xml +++ b/coreAPI/pom.xml @@ -7,7 +7,7 @@ net.java.jinput jinput-parent - 2.0.8-SNAPSHOT + 2.0.9-SNAPSHOT ../ diff --git a/examples/pom.xml b/examples/pom.xml index 0589f16..be655a8 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -7,7 +7,7 @@ net.java.jinput jinput-parent - 2.0.8-SNAPSHOT + 2.0.9-SNAPSHOT ../ diff --git a/plugins/OSX/pom.xml b/plugins/OSX/pom.xml index 0d08c28..de41b19 100644 --- a/plugins/OSX/pom.xml +++ b/plugins/OSX/pom.xml @@ -7,7 +7,7 @@ net.java.jinput plugins - 2.0.8-SNAPSHOT + 2.0.9-SNAPSHOT ../ diff --git a/plugins/awt/pom.xml b/plugins/awt/pom.xml index d7fbfdb..9f3d69f 100644 --- a/plugins/awt/pom.xml +++ b/plugins/awt/pom.xml @@ -7,7 +7,7 @@ net.java.jinput plugins - 2.0.8-SNAPSHOT + 2.0.9-SNAPSHOT ../ diff --git a/plugins/linux/pom.xml b/plugins/linux/pom.xml index c3b8d95..6cd37f0 100644 --- a/plugins/linux/pom.xml +++ b/plugins/linux/pom.xml @@ -7,7 +7,7 @@ net.java.jinput plugins - 2.0.8-SNAPSHOT + 2.0.9-SNAPSHOT ../ diff --git a/plugins/pom.xml b/plugins/pom.xml index 9cd4b0a..35e7b52 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -7,7 +7,7 @@ net.java.jinput jinput-parent - 2.0.8-SNAPSHOT + 2.0.9-SNAPSHOT ../ diff --git a/plugins/windows/pom.xml b/plugins/windows/pom.xml index 4228150..185f7a0 100644 --- a/plugins/windows/pom.xml +++ b/plugins/windows/pom.xml @@ -7,7 +7,7 @@ net.java.jinput plugins - 2.0.8-SNAPSHOT + 2.0.9-SNAPSHOT ../ diff --git a/plugins/wintab/pom.xml b/plugins/wintab/pom.xml index 4121eeb..d259150 100644 --- a/plugins/wintab/pom.xml +++ b/plugins/wintab/pom.xml @@ -7,7 +7,7 @@ net.java.jinput plugins - 2.0.8-SNAPSHOT + 2.0.9-SNAPSHOT ../ diff --git a/pom.xml b/pom.xml index b6786b7..03912ef 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ jinput-parent pom JInput - 2.0.8-SNAPSHOT + 2.0.9-SNAPSHOT Library for access to input devices. https://github.com/jinput/jinput diff --git a/tests/pom.xml b/tests/pom.xml index e5928b7..f4f4547 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -7,7 +7,7 @@ net.java.jinput jinput-parent - 2.0.8-SNAPSHOT + 2.0.9-SNAPSHOT ../