Bump maven to version 3.3.9
Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/be27e3fa Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/be27e3fa Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/be27e3fa Branch: refs/heads/master Commit: be27e3fad93563c1b8035469b88fd1921a0e3eb9 Parents: cf1ac0d Author: Joey Frazee <[email protected]> Authored: Fri Oct 21 14:01:30 2016 -0500 Committer: Joey Frazee <[email protected]> Committed: Fri Oct 21 14:06:41 2016 -0500 ---------------------------------------------------------------------- incubator-streams-master-pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/be27e3fa/incubator-streams-master-pom.xml ---------------------------------------------------------------------- diff --git a/incubator-streams-master-pom.xml b/incubator-streams-master-pom.xml index 3bf3ab8..0d91ee4 100644 --- a/incubator-streams-master-pom.xml +++ b/incubator-streams-master-pom.xml @@ -64,7 +64,7 @@ </ciManagement> <prerequisites> - <maven>3.0.5</maven> + <maven>3.3.9</maven> </prerequisites> <mailingLists> @@ -129,7 +129,7 @@ <!-- Build Properties --> <java.version>1.8</java.version> - <maven.version>3.0.5</maven.version> + <maven.version>3.3.9</maven.version> <maven.javadoc.failOnError>false</maven.javadoc.failOnError> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> @@ -338,7 +338,7 @@ <version>[${java.version},)</version> </requireJavaVersion> <requireMavenVersion> - <message>Maven 3.0 or higher is required to compile this module</message> + <message>Maven 3.3.9 or higher is required to compile this module</message> <version>[${maven.version},)</version> </requireMavenVersion> </rules>
