You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/04/07 13:25:09 UTC

[27/50] [abbrv] incubator-tinkerpop git commit: tinkerpop.xml master pom requires the build to be on Java 1.8.0_40+.

tinkerpop.xml master pom requires the build to be on Java 1.8.0_40+.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/60a79e07
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/60a79e07
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/60a79e07

Branch: refs/heads/variables
Commit: 60a79e078304b42113e1598cc18ef8239a358d7c
Parents: c63c10a
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Mon Apr 6 08:07:55 2015 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Mon Apr 6 08:07:55 2015 -0600

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/60a79e07/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e47b810..6bb5cf4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@ limitations under the License.
                             <rules>
                                 <DependencyConvergence/>
                                 <requireJavaVersion>
-                                    <version>[1.8,)</version>
+                                    <version>[1.8.0-40,)</version>
                                 </requireJavaVersion>
                             </rules>
                         </configuration>