Repository: karaf Updated Branches: refs/heads/karaf-4.0.x f7aa6efec -> f2026c5b3
[KARAF-4584] Update Exec Maven Plugin to version 1.5.0 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/f2026c5b Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/f2026c5b Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/f2026c5b Branch: refs/heads/karaf-4.0.x Commit: f2026c5b3826ae16cae101da8fc0cfd179749d20 Parents: f7aa6ef Author: Andrea Cosentino <[email protected]> Authored: Tue Jun 21 17:29:45 2016 +0200 Committer: Andrea Cosentino <[email protected]> Committed: Tue Jun 21 17:45:06 2016 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/f2026c5b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f94291e..f6887a5 100644 --- a/pom.xml +++ b/pom.xml @@ -1886,7 +1886,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>1.4.0</version> + <version>1.5.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
