Repository: karaf Updated Branches: refs/heads/karaf-4.0.x 679460892 -> 6a2e55d02
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/6a2e55d0 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/6a2e55d0 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/6a2e55d0 Branch: refs/heads/karaf-4.0.x Commit: 6a2e55d02876cb46a15b7979f060b9ceca18e459 Parents: 6794608 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:17:41 2016 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/6a2e55d0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c600696..b5598a0 100644 --- a/pom.xml +++ b/pom.xml @@ -1886,7 +1886,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>
