You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2016/07/15 00:15:51 UTC

[2/3] incubator-beam git commit: Lower requirement from 3.3 to 3.2

Lower requirement from 3.3 to 3.2


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/254a71dc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/254a71dc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/254a71dc

Branch: refs/heads/master
Commit: 254a71dce0323e7904b1313cf4b7c86ad5051b96
Parents: 4a70283
Author: Scott Wegner <sw...@google.com>
Authored: Thu Jul 14 16:01:00 2016 -0700
Committer: Scott Wegner <sw...@google.com>
Committed: Thu Jul 14 16:01:00 2016 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/254a71dc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cf45e0e..e074f6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1013,7 +1013,7 @@
                   <version>[1.7,)</version>
                 </requireJavaVersion>
                 <requireMavenVersion>
-                  <version>[3.3,)</version>
+                  <version>[3.2,)</version>
                 </requireMavenVersion>
               </rules>
             </configuration>