Repository: karaf Updated Branches: refs/heads/master 71fdaf84a -> 02604186b
[KARAF-3315] Upgrade to maven-jar-plugin 2.5 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/02604186 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/02604186 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/02604186 Branch: refs/heads/master Commit: 02604186b4f0811942c235b3471f677f6920ee62 Parents: 71fdaf8 Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Oct 30 18:56:47 2014 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Oct 30 18:56:47 2014 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/02604186/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 308863c..6eb4825 100644 --- a/pom.xml +++ b/pom.xml @@ -1841,7 +1841,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>2.4</version> + <version>2.5</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
