Repository: karaf Updated Branches: refs/heads/karaf-2.x 061b5be24 -> 1e463a727
[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/1e463a72 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/1e463a72 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/1e463a72 Branch: refs/heads/karaf-2.x Commit: 1e463a727af37477607dfbe0db8dbfe4916bb0d2 Parents: 061b5be Author: Jean-Baptiste Onofré <[email protected]> Authored: Fri Oct 31 07:24:11 2014 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Oct 31 07:24:11 2014 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/1e463a72/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6c75810..cba5e06 100644 --- a/pom.xml +++ b/pom.xml @@ -1336,7 +1336,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>
