Repository: karaf Updated Branches: refs/heads/master 03c9e8aa2 -> d2ba3c049
KARAF-4403 - Upgrade to exec-maven-plugin 1.4.0 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/d2ba3c04 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/d2ba3c04 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/d2ba3c04 Branch: refs/heads/master Commit: d2ba3c049404eb259f453a44a484d206b85940a7 Parents: 03c9e8a Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Mar 14 09:16:34 2016 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Mar 14 09:16:34 2016 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/d2ba3c04/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 58016c0..207f5fd 100644 --- a/pom.xml +++ b/pom.xml @@ -1888,7 +1888,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>1.3.2</version> + <version>1.4.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
