Repository: karaf Updated Branches: refs/heads/karaf-4.0.x 9de87b70a -> 77cea73ad
KARAF-4388 - Upgrade to maven-enforcer-plugin 1.4.1 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/77cea73a Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/77cea73a Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/77cea73a Branch: refs/heads/karaf-4.0.x Commit: 77cea73ada24c03fbce47dc8e5d5c1e43b3daf29 Parents: 9de87b7 Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Mar 7 08:08:42 2016 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Mar 7 08:09:08 2016 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/77cea73a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3f1e089..3a654fd 100644 --- a/pom.xml +++ b/pom.xml @@ -1767,7 +1767,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> - <version>1.3.1</version> + <version>1.4.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
