Bump maven to 3.3.9
Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/commit/65652d52 Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/tree/65652d52 Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/diff/65652d52 Branch: refs/heads/master Commit: 65652d5260ff8f9a0fdf8ce89221ba45c12380cf Parents: 22c43ef Author: Joey Frazee <[email protected]> Authored: Fri Oct 21 14:00:28 2016 -0500 Committer: Joey Frazee <[email protected]> Committed: Fri Oct 21 14:00:28 2016 -0500 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/65652d52/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d59a46c..d480531 100644 --- a/pom.xml +++ b/pom.xml @@ -65,7 +65,7 @@ </ciManagement> <prerequisites> - <maven>3.0.5</maven> + <maven>3.3.9</maven> </prerequisites> <mailingLists> @@ -239,7 +239,7 @@ <!-- Build Properties --> <java.version>1.8</java.version> - <maven.version>3.0.5</maven.version> + <maven.version>3.3.9</maven.version> <scala.suffix>2.10</scala.suffix> <scala.version>2.10.6</scala.version> <maven.javadoc.failOnError>false</maven.javadoc.failOnError>
