Repository: karaf Updated Branches: refs/heads/master 10734fede -> eb90a7776
[KARAF-3313] Upgrade to maven-compiler-plugin 3.2 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/eb90a777 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/eb90a777 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/eb90a777 Branch: refs/heads/master Commit: eb90a7776a4ff2a905c71b0ca3798ac3351a593d Parents: 10734fe Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Oct 30 10:29:02 2014 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Oct 30 10:29:02 2014 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/eb90a777/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index af35405..9abd013 100644 --- a/pom.xml +++ b/pom.xml @@ -1816,7 +1816,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
