diff --git a/README.md b/README.md index 83fe764..c7e6a2a 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ You can include `system-hook` from this GitHub repository by adding this depende lc.kra.system system-hook - 3.1 + 3.2 ``` diff --git a/appveyor.yml b/appveyor.yml index 869a494..ddb3a18 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.1.{build} +version: 3.2.{build} branches: only: diff --git a/build.xml b/build.xml index 4e7ead9..5f72ae2 100644 --- a/build.xml +++ b/build.xml @@ -34,10 +34,11 @@ SOFTWARE. - + - + + diff --git a/pom.xml b/pom.xml index 3d28952..d983183 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 lc.kra.system system-hook - 3.1 + 3.2 Global Keyboard / Mouse Hook for Java applications. https://github.com/kristian/system-hook @@ -62,6 +62,17 @@ + + com.github.maven-nar + nar-maven-plugin + 3.5.2 + true + + + true + + + org.apache.maven.plugins maven-antrun-plugin @@ -198,11 +209,6 @@ - - ant-contrib - cpptasks - 1.0b5 - junit junit