Repository: karaf Updated Branches: refs/heads/master 0b55f060f -> 2b8e55186
[KARAF-3317] Upgrade to maven-source-plugin 2.4 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/2b8e5518 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/2b8e5518 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/2b8e5518 Branch: refs/heads/master Commit: 2b8e55186d14daa7e6474f378e9979c9c31e4fa5 Parents: 0b55f06 Author: Jean-Baptiste Onofré <[email protected]> Authored: Fri Oct 31 09:22:29 2014 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Oct 31 09:22:29 2014 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/2b8e5518/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8d3a987..54c18f2 100644 --- a/pom.xml +++ b/pom.xml @@ -1902,7 +1902,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <version>2.2.1</version> + <version>2.4</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
