From 54d3f17c59f8bf8e8ec18be965ef7bb267b18482 Mon Sep 17 00:00:00 2001 From: Kristian Kraljic Date: Mon, 21 Aug 2017 21:48:21 +0200 Subject: [PATCH] Removed cpptask dep. and switched to better maintained nar-maven-plugin --- README.md | 2 +- appveyor.yml | 2 +- build.xml | 5 +++-- pom.xml | 18 ++++++++++++------ 4 files changed, 17 insertions(+), 10 deletions(-) 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