Repository: mahout Updated Branches: refs/heads/master 7476e3553 -> 4d3a38635
MAHOUT-1652: Java 7 update, upgrading maven-compiler-plugin to 3.2 to fix Jenkins failures with Java 7 Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/4d3a3863 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/4d3a3863 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/4d3a3863 Branch: refs/heads/master Commit: 4d3a3863552e23c4aaafd82545222b0e6a3cd1fd Parents: 7476e35 Author: Suneel Marthi <[email protected]> Authored: Wed Mar 25 03:39:35 2015 -0400 Committer: Suneel Marthi <[email protected]> Committed: Wed Mar 25 03:39:35 2015 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/4d3a3863/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 93afd14..0447fc8 100644 --- a/pom.xml +++ b/pom.xml @@ -602,7 +602,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> <!-- encoding, source and target are explicitly defined until MNGECLIPSE-966 is fixed --> <encoding>${project.build.sourceEncoding}</encoding>
