Skip to content

Commit

Permalink
[GH-5716] Upgrade H2O to 3.46.0.1 (#5717)
Browse files Browse the repository at this point in the history
  • Loading branch information
krasinski authored Mar 20, 2024
1 parent fe618e9 commit 9aeb64c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# artifacts group
group=ai.h2o
# Major version of H2O release
h2oMajorVersion=3.44.0
h2oMajorVersion=3.46.0
# Name of H2O major version
h2oMajorName=3.44.0
h2oMajorName=3.46.0
# H2O Build version, defined here to be overriden by -P option
h2oBuild=3
h2oBuild=1
# Version of Mojo Pipeline library
mojoPipelineVersion=2.8.1
# Defines whether to run tests with Driverless AI mojo pipelines
Expand All @@ -29,12 +29,12 @@ pythonEnvironments=3.6 3.7 3.8 3.9 3.10 3.11
# Select for which Spark version is Sparkling Water built by default
spark=3.5
# Sparkling Water Version
version=3.44.0.1-1-SNAPSHOT
version=3.46.0.1-1-SNAPSHOT
# Spark version from which is Kubernetes Supported
kubernetesSupportSinceSpark=2.4
databricksTestSinceSpark=2.4
spotlessModern=true
testH2OBranch=rel-3.44.0
testH2OBranch=rel-3.46.0
makeBooklet=false
testingBaseImage=harbor.h2o.ai/opsh2oai/h2o-3-hadoop-cdh-6.3:84
jettyVersion=9.4.53.v20231009

0 comments on commit 9aeb64c

Please sign in to comment.