From 4a7361d2cec3c964cbb682f1b69ded2a8078ac40 Mon Sep 17 00:00:00 2001 From: Adam Pocock Date: Mon, 31 Aug 2020 20:31:33 -0400 Subject: [PATCH] Bumping to 4.0.1 --- AnomalyDetection/Core/pom.xml | 2 +- AnomalyDetection/LibSVM/pom.xml | 2 +- AnomalyDetection/pom.xml | 2 +- Classification/Core/pom.xml | 2 +- Classification/DecisionTree/pom.xml | 2 +- Classification/Experiments/pom.xml | 2 +- Classification/Explanations/pom.xml | 2 +- Classification/LibLinear/pom.xml | 2 +- Classification/LibSVM/pom.xml | 2 +- Classification/MultinomialNaiveBayes/pom.xml | 2 +- Classification/SGD/pom.xml | 2 +- Classification/XGBoost/pom.xml | 2 +- Classification/pom.xml | 2 +- Clustering/Core/pom.xml | 2 +- Clustering/KMeans/pom.xml | 2 +- Clustering/pom.xml | 2 +- Common/LibLinear/pom.xml | 2 +- Common/LibSVM/pom.xml | 2 +- Common/NearestNeighbour/pom.xml | 2 +- Common/Trees/pom.xml | 2 +- Common/XGBoost/pom.xml | 2 +- Common/pom.xml | 2 +- Core/pom.xml | 2 +- Data/pom.xml | 2 +- Interop/Core/pom.xml | 2 +- Interop/ONNX/pom.xml | 2 +- Interop/Tensorflow/pom.xml | 2 +- Interop/pom.xml | 2 +- Json/pom.xml | 2 +- Math/pom.xml | 2 +- MultiLabel/Core/pom.xml | 2 +- MultiLabel/pom.xml | 2 +- Regression/Core/pom.xml | 2 +- Regression/LibLinear/pom.xml | 2 +- Regression/LibSVM/pom.xml | 2 +- Regression/RegressionTree/pom.xml | 2 +- Regression/SGD/pom.xml | 2 +- Regression/SLM/pom.xml | 2 +- Regression/XGBoost/pom.xml | 2 +- Regression/pom.xml | 2 +- Util/InformationTheory/pom.xml | 2 +- Util/Tokenization/pom.xml | 2 +- Util/pom.xml | 2 +- distribution/pom.xml | 2 +- pom.xml | 2 +- tests/pom.xml | 2 +- 46 files changed, 46 insertions(+), 46 deletions(-) diff --git a/AnomalyDetection/Core/pom.xml b/AnomalyDetection/Core/pom.xml index eb56c9777..a12f65df5 100644 --- a/AnomalyDetection/Core/pom.xml +++ b/AnomalyDetection/Core/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-anomaly - 4.0.0 + 4.0.1 .. AnomalyDetection-Core diff --git a/AnomalyDetection/LibSVM/pom.xml b/AnomalyDetection/LibSVM/pom.xml index c65a73034..a5f85fef1 100644 --- a/AnomalyDetection/LibSVM/pom.xml +++ b/AnomalyDetection/LibSVM/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-anomaly - 4.0.0 + 4.0.1 .. AnomalyDetection-LibSVM diff --git a/AnomalyDetection/pom.xml b/AnomalyDetection/pom.xml index 84a2837be..6a56e83a5 100644 --- a/AnomalyDetection/pom.xml +++ b/AnomalyDetection/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.0.0 + 4.0.1 .. tribuo-anomaly diff --git a/Classification/Core/pom.xml b/Classification/Core/pom.xml index 4b425ef02..9ad6c4b2d 100644 --- a/Classification/Core/pom.xml +++ b/Classification/Core/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-classification - 4.0.0 + 4.0.1 .. Classification-Core diff --git a/Classification/DecisionTree/pom.xml b/Classification/DecisionTree/pom.xml index 6fb67d9ee..56ec7442b 100644 --- a/Classification/DecisionTree/pom.xml +++ b/Classification/DecisionTree/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-classification - 4.0.0 + 4.0.1 .. Classification-Tree diff --git a/Classification/Experiments/pom.xml b/Classification/Experiments/pom.xml index 2b3388fd3..af927fb09 100644 --- a/Classification/Experiments/pom.xml +++ b/Classification/Experiments/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-classification - 4.0.0 + 4.0.1 .. Classification-Experiments diff --git a/Classification/Explanations/pom.xml b/Classification/Explanations/pom.xml index 4215a3202..e596aec5f 100644 --- a/Classification/Explanations/pom.xml +++ b/Classification/Explanations/pom.xml @@ -20,7 +20,7 @@ org.tribuo tribuo-classification - 4.0.0 + 4.0.1 .. Classification-Explanations diff --git a/Classification/LibLinear/pom.xml b/Classification/LibLinear/pom.xml index 0ec4d5057..e4cf93665 100644 --- a/Classification/LibLinear/pom.xml +++ b/Classification/LibLinear/pom.xml @@ -20,7 +20,7 @@ org.tribuo tribuo-classification - 4.0.0 + 4.0.1 .. Classification-LibLinear diff --git a/Classification/LibSVM/pom.xml b/Classification/LibSVM/pom.xml index 5dd28f91e..532152ac7 100644 --- a/Classification/LibSVM/pom.xml +++ b/Classification/LibSVM/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-classification - 4.0.0 + 4.0.1 .. Classification-LibSVM diff --git a/Classification/MultinomialNaiveBayes/pom.xml b/Classification/MultinomialNaiveBayes/pom.xml index f71d865f5..950b0357c 100644 --- a/Classification/MultinomialNaiveBayes/pom.xml +++ b/Classification/MultinomialNaiveBayes/pom.xml @@ -22,7 +22,7 @@ org.tribuo tribuo-classification - 4.0.0 + 4.0.1 Classification-MultinomialNaiveBayes tribuo-classification-mnnaivebayes diff --git a/Classification/SGD/pom.xml b/Classification/SGD/pom.xml index 6710bdc90..e78ecad77 100644 --- a/Classification/SGD/pom.xml +++ b/Classification/SGD/pom.xml @@ -20,7 +20,7 @@ org.tribuo tribuo-classification - 4.0.0 + 4.0.1 .. Classification-SGD diff --git a/Classification/XGBoost/pom.xml b/Classification/XGBoost/pom.xml index fd5c70cbd..cfb1c20ac 100644 --- a/Classification/XGBoost/pom.xml +++ b/Classification/XGBoost/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-classification - 4.0.0 + 4.0.1 .. Classification-XGBoost diff --git a/Classification/pom.xml b/Classification/pom.xml index a47d638ad..9fe8e14d6 100644 --- a/Classification/pom.xml +++ b/Classification/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.0.0 + 4.0.1 .. tribuo-classification diff --git a/Clustering/Core/pom.xml b/Clustering/Core/pom.xml index caa328d28..79e776d3f 100644 --- a/Clustering/Core/pom.xml +++ b/Clustering/Core/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-clustering - 4.0.0 + 4.0.1 .. Clustering-Core diff --git a/Clustering/KMeans/pom.xml b/Clustering/KMeans/pom.xml index 7640250a5..3bc6ba377 100644 --- a/Clustering/KMeans/pom.xml +++ b/Clustering/KMeans/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-clustering - 4.0.0 + 4.0.1 .. Clustering-KMeans diff --git a/Clustering/pom.xml b/Clustering/pom.xml index 9a0fd565a..b74d68dc6 100644 --- a/Clustering/pom.xml +++ b/Clustering/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.0.0 + 4.0.1 .. tribuo-clustering diff --git a/Common/LibLinear/pom.xml b/Common/LibLinear/pom.xml index 88a821262..04e29c3ff 100644 --- a/Common/LibLinear/pom.xml +++ b/Common/LibLinear/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-common - 4.0.0 + 4.0.1 .. Common-LibLinear diff --git a/Common/LibSVM/pom.xml b/Common/LibSVM/pom.xml index ead67b795..d44a0b3d9 100644 --- a/Common/LibSVM/pom.xml +++ b/Common/LibSVM/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-common - 4.0.0 + 4.0.1 .. Common-LibSVM diff --git a/Common/NearestNeighbour/pom.xml b/Common/NearestNeighbour/pom.xml index ad0e425b4..2bc94ec76 100644 --- a/Common/NearestNeighbour/pom.xml +++ b/Common/NearestNeighbour/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-common - 4.0.0 + 4.0.1 .. Common-NearestNeighbour diff --git a/Common/Trees/pom.xml b/Common/Trees/pom.xml index bdba6b6a0..b5e22336b 100644 --- a/Common/Trees/pom.xml +++ b/Common/Trees/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-common - 4.0.0 + 4.0.1 .. Common-Tree diff --git a/Common/XGBoost/pom.xml b/Common/XGBoost/pom.xml index c42c7f1b1..5a797fbfb 100644 --- a/Common/XGBoost/pom.xml +++ b/Common/XGBoost/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-common - 4.0.0 + 4.0.1 .. Common-XGBoost diff --git a/Common/pom.xml b/Common/pom.xml index bd30c0cf7..38be91f86 100644 --- a/Common/pom.xml +++ b/Common/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.0.0 + 4.0.1 .. tribuo-common diff --git a/Core/pom.xml b/Core/pom.xml index 11164168c..c9afc6218 100644 --- a/Core/pom.xml +++ b/Core/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.0.0 + 4.0.1 .. Core diff --git a/Data/pom.xml b/Data/pom.xml index cf36d962d..e74e912fc 100644 --- a/Data/pom.xml +++ b/Data/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.0.0 + 4.0.1 .. Data diff --git a/Interop/Core/pom.xml b/Interop/Core/pom.xml index 3c222cc70..27d6b66bc 100644 --- a/Interop/Core/pom.xml +++ b/Interop/Core/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-interop - 4.0.0 + 4.0.1 .. Interop-Core diff --git a/Interop/ONNX/pom.xml b/Interop/ONNX/pom.xml index b07fd56a7..b97255f93 100644 --- a/Interop/ONNX/pom.xml +++ b/Interop/ONNX/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-interop - 4.0.0 + 4.0.1 .. Interop-ONNX diff --git a/Interop/Tensorflow/pom.xml b/Interop/Tensorflow/pom.xml index cadd346ac..b26f01916 100644 --- a/Interop/Tensorflow/pom.xml +++ b/Interop/Tensorflow/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-interop - 4.0.0 + 4.0.1 .. Interop-Tensorflow diff --git a/Interop/pom.xml b/Interop/pom.xml index e7cd75bd9..53a016f21 100644 --- a/Interop/pom.xml +++ b/Interop/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.0.0 + 4.0.1 .. tribuo-interop diff --git a/Json/pom.xml b/Json/pom.xml index c313a200a..f5a057330 100644 --- a/Json/pom.xml +++ b/Json/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.0.0 + 4.0.1 4.0.0 Json diff --git a/Math/pom.xml b/Math/pom.xml index 4d842a141..4a557743e 100644 --- a/Math/pom.xml +++ b/Math/pom.xml @@ -20,7 +20,7 @@ org.tribuo tribuo - 4.0.0 + 4.0.1 .. Math diff --git a/MultiLabel/Core/pom.xml b/MultiLabel/Core/pom.xml index f947c0f78..a79779bf0 100644 --- a/MultiLabel/Core/pom.xml +++ b/MultiLabel/Core/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-multilabel - 4.0.0 + 4.0.1 .. MultiLabel-Core diff --git a/MultiLabel/pom.xml b/MultiLabel/pom.xml index 3c755fa20..f63c03b40 100644 --- a/MultiLabel/pom.xml +++ b/MultiLabel/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.0.0 + 4.0.1 .. tribuo-multilabel diff --git a/Regression/Core/pom.xml b/Regression/Core/pom.xml index ea330f305..de1f0894d 100644 --- a/Regression/Core/pom.xml +++ b/Regression/Core/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-regression - 4.0.0 + 4.0.1 .. Regression-Core diff --git a/Regression/LibLinear/pom.xml b/Regression/LibLinear/pom.xml index bd8bb5eed..79297970d 100644 --- a/Regression/LibLinear/pom.xml +++ b/Regression/LibLinear/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-regression - 4.0.0 + 4.0.1 .. Regression-LibLinear diff --git a/Regression/LibSVM/pom.xml b/Regression/LibSVM/pom.xml index d5da67ebc..e68d5b02c 100644 --- a/Regression/LibSVM/pom.xml +++ b/Regression/LibSVM/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-regression - 4.0.0 + 4.0.1 .. Regression-LibSVM diff --git a/Regression/RegressionTree/pom.xml b/Regression/RegressionTree/pom.xml index 5d539d913..83f2c2eb1 100644 --- a/Regression/RegressionTree/pom.xml +++ b/Regression/RegressionTree/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-regression - 4.0.0 + 4.0.1 .. Regression-Tree diff --git a/Regression/SGD/pom.xml b/Regression/SGD/pom.xml index b6a772300..10d5475ae 100644 --- a/Regression/SGD/pom.xml +++ b/Regression/SGD/pom.xml @@ -20,7 +20,7 @@ org.tribuo tribuo-regression - 4.0.0 + 4.0.1 .. Regression-SGD diff --git a/Regression/SLM/pom.xml b/Regression/SLM/pom.xml index e5745c2cf..482e84022 100644 --- a/Regression/SLM/pom.xml +++ b/Regression/SLM/pom.xml @@ -20,7 +20,7 @@ org.tribuo tribuo-regression - 4.0.0 + 4.0.1 .. Regression-SLM diff --git a/Regression/XGBoost/pom.xml b/Regression/XGBoost/pom.xml index 805bff76b..3ce5ac8ba 100644 --- a/Regression/XGBoost/pom.xml +++ b/Regression/XGBoost/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-regression - 4.0.0 + 4.0.1 .. Regression-XGBoost diff --git a/Regression/pom.xml b/Regression/pom.xml index 40a2cbd40..c76fd87ac 100644 --- a/Regression/pom.xml +++ b/Regression/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.0.0 + 4.0.1 .. tribuo-regression diff --git a/Util/InformationTheory/pom.xml b/Util/InformationTheory/pom.xml index 2bc7dff23..680288bee 100644 --- a/Util/InformationTheory/pom.xml +++ b/Util/InformationTheory/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-util - 4.0.0 + 4.0.1 .. InformationTheory diff --git a/Util/Tokenization/pom.xml b/Util/Tokenization/pom.xml index 5840490ad..ae6919e08 100644 --- a/Util/Tokenization/pom.xml +++ b/Util/Tokenization/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-util - 4.0.0 + 4.0.1 .. Tokenization diff --git a/Util/pom.xml b/Util/pom.xml index 71da96689..becd9bd8e 100644 --- a/Util/pom.xml +++ b/Util/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.0.0 + 4.0.1 .. tribuo-util diff --git a/distribution/pom.xml b/distribution/pom.xml index 23d680c6b..c00f29b2f 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.0.0 + 4.0.1 .. diff --git a/pom.xml b/pom.xml index d895c5c2e..9cebe9977 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 4.0.0 org.tribuo tribuo - 4.0.0 + 4.0.1 pom Core diff --git a/tests/pom.xml b/tests/pom.xml index 434aa5a97..af5e5a7ce 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -21,7 +21,7 @@ tribuo org.tribuo - 4.0.0 + 4.0.1 .. 4.0.0