Skip to content

Commit

Permalink
Examples: tribuo, updating library related version configs
Browse files Browse the repository at this point in the history
  • Loading branch information
neomatrix369 committed Jan 19, 2022
1 parent 199688e commit 78ffd8c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions examples/tribuo/docker-image/install-tribuo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set -o pipefail

source common.sh

gitClone https://github.com/oracle/tribuo "v4.0.X-release-branch"
gitClone https://github.com/oracle/tribuo "v4.1.X-release-branch"
cd tribuo

echo "Downloading Maven wrapper artifacts"
Expand Down Expand Up @@ -60,8 +60,8 @@ echo "Skipping test failures - not ideal, but to gain some speed"
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
set +x

TRIBUO_VERSION="4.0.2"
TRIBUO_VERSION_IN_NOTEBOOK=4.0.2
TRIBUO_VERSION="4.2.0"
TRIBUO_VERSION_IN_NOTEBOOK="4.2.0"
M2_REPO_FOLDER="/root/.m2/repository/"
TRIBUO_M2_FOLDER="${M2_REPO_FOLDER}/org/tribuo/"
JSON_FOLDER="${TRIBUO_M2_FOLDER}/tribuo-json/${TRIBUO_VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion examples/tribuo/docker-image/tribuo_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.2
4.2.0
2 changes: 1 addition & 1 deletion examples/tribuo/docker-image/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4
0.5

0 comments on commit 78ffd8c

Please sign in to comment.