From aa29623a61d29e7057caba52ed97b3a251e515bc Mon Sep 17 00:00:00 2001 From: Adam Pocock Date: Fri, 23 Dec 2022 14:57:13 -0500 Subject: [PATCH] Bumping to v4.3.1. --- AnomalyDetection/Core/pom.xml | 2 +- AnomalyDetection/LibLinear/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/FeatureSelection/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/Hdbscan/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/SGD/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/ModelCard/pom.xml | 2 +- Interop/OCI/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/SGD/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 +- Reproducibility/pom.xml | 2 +- Util/InformationTheory/pom.xml | 2 +- Util/ONNXExport/pom.xml | 2 +- Util/Tokenization/pom.xml | 2 +- Util/pom.xml | 2 +- distribution/pom.xml | 2 +- pom.xml | 2 +- tests/pom.xml | 2 +- 55 files changed, 55 insertions(+), 55 deletions(-) diff --git a/AnomalyDetection/Core/pom.xml b/AnomalyDetection/Core/pom.xml index da1a6da1a..00789e114 100644 --- a/AnomalyDetection/Core/pom.xml +++ b/AnomalyDetection/Core/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-anomaly - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml AnomalyDetection-Core diff --git a/AnomalyDetection/LibLinear/pom.xml b/AnomalyDetection/LibLinear/pom.xml index 519d12e8f..ea9ac7e40 100644 --- a/AnomalyDetection/LibLinear/pom.xml +++ b/AnomalyDetection/LibLinear/pom.xml @@ -20,7 +20,7 @@ org.tribuo tribuo-anomaly - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml AnomalyDetection-LibLinear diff --git a/AnomalyDetection/LibSVM/pom.xml b/AnomalyDetection/LibSVM/pom.xml index f8b6ad852..1bce6ff67 100644 --- a/AnomalyDetection/LibSVM/pom.xml +++ b/AnomalyDetection/LibSVM/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-anomaly - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml AnomalyDetection-LibSVM diff --git a/AnomalyDetection/pom.xml b/AnomalyDetection/pom.xml index c80cd780f..ab3d5843e 100644 --- a/AnomalyDetection/pom.xml +++ b/AnomalyDetection/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml tribuo-anomaly diff --git a/Classification/Core/pom.xml b/Classification/Core/pom.xml index bea6a49e2..5fc25efee 100644 --- a/Classification/Core/pom.xml +++ b/Classification/Core/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-classification - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Classification-Core diff --git a/Classification/DecisionTree/pom.xml b/Classification/DecisionTree/pom.xml index 73cb58e6f..31167c98e 100644 --- a/Classification/DecisionTree/pom.xml +++ b/Classification/DecisionTree/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-classification - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Classification-Tree diff --git a/Classification/Experiments/pom.xml b/Classification/Experiments/pom.xml index 578e802ef..e1a724dff 100644 --- a/Classification/Experiments/pom.xml +++ b/Classification/Experiments/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-classification - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Classification-Experiments diff --git a/Classification/Explanations/pom.xml b/Classification/Explanations/pom.xml index f862c5877..666fb62e7 100644 --- a/Classification/Explanations/pom.xml +++ b/Classification/Explanations/pom.xml @@ -20,7 +20,7 @@ org.tribuo tribuo-classification - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Classification-Explanations diff --git a/Classification/FeatureSelection/pom.xml b/Classification/FeatureSelection/pom.xml index 367a9180f..b88fea4d2 100644 --- a/Classification/FeatureSelection/pom.xml +++ b/Classification/FeatureSelection/pom.xml @@ -20,7 +20,7 @@ org.tribuo tribuo-classification - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Classification-FeatureSelection diff --git a/Classification/LibLinear/pom.xml b/Classification/LibLinear/pom.xml index 60583a510..c2bd685b5 100644 --- a/Classification/LibLinear/pom.xml +++ b/Classification/LibLinear/pom.xml @@ -20,7 +20,7 @@ org.tribuo tribuo-classification - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Classification-LibLinear diff --git a/Classification/LibSVM/pom.xml b/Classification/LibSVM/pom.xml index 874726138..2143cb00c 100644 --- a/Classification/LibSVM/pom.xml +++ b/Classification/LibSVM/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-classification - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Classification-LibSVM diff --git a/Classification/MultinomialNaiveBayes/pom.xml b/Classification/MultinomialNaiveBayes/pom.xml index d2c4b52a8..3849808dd 100644 --- a/Classification/MultinomialNaiveBayes/pom.xml +++ b/Classification/MultinomialNaiveBayes/pom.xml @@ -22,7 +22,7 @@ org.tribuo tribuo-classification - 4.3.1-SNAPSHOT + 4.3.1 Classification-MultinomialNaiveBayes tribuo-classification-mnnaivebayes diff --git a/Classification/SGD/pom.xml b/Classification/SGD/pom.xml index 5580317ab..7c85f7af2 100644 --- a/Classification/SGD/pom.xml +++ b/Classification/SGD/pom.xml @@ -20,7 +20,7 @@ org.tribuo tribuo-classification - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Classification-SGD diff --git a/Classification/XGBoost/pom.xml b/Classification/XGBoost/pom.xml index 2b26d6a99..1f1dc65a2 100644 --- a/Classification/XGBoost/pom.xml +++ b/Classification/XGBoost/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-classification - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Classification-XGBoost diff --git a/Classification/pom.xml b/Classification/pom.xml index 9a6ba6eca..2b18ac807 100644 --- a/Classification/pom.xml +++ b/Classification/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml tribuo-classification diff --git a/Clustering/Core/pom.xml b/Clustering/Core/pom.xml index ba5760fe1..f91746b81 100644 --- a/Clustering/Core/pom.xml +++ b/Clustering/Core/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-clustering - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Clustering-Core diff --git a/Clustering/Hdbscan/pom.xml b/Clustering/Hdbscan/pom.xml index 2cac42eff..0a723b3b5 100644 --- a/Clustering/Hdbscan/pom.xml +++ b/Clustering/Hdbscan/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-clustering - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Clustering-Hdbscan diff --git a/Clustering/KMeans/pom.xml b/Clustering/KMeans/pom.xml index 2170169ea..4dd0314b7 100644 --- a/Clustering/KMeans/pom.xml +++ b/Clustering/KMeans/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-clustering - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Clustering-KMeans diff --git a/Clustering/pom.xml b/Clustering/pom.xml index a322017ba..3a4346237 100644 --- a/Clustering/pom.xml +++ b/Clustering/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml tribuo-clustering diff --git a/Common/LibLinear/pom.xml b/Common/LibLinear/pom.xml index 1728134e1..01653021b 100644 --- a/Common/LibLinear/pom.xml +++ b/Common/LibLinear/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-common - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Common-LibLinear diff --git a/Common/LibSVM/pom.xml b/Common/LibSVM/pom.xml index 6e576efa8..d43cd6756 100644 --- a/Common/LibSVM/pom.xml +++ b/Common/LibSVM/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-common - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Common-LibSVM diff --git a/Common/NearestNeighbour/pom.xml b/Common/NearestNeighbour/pom.xml index a5e24304a..6f786f3ed 100644 --- a/Common/NearestNeighbour/pom.xml +++ b/Common/NearestNeighbour/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-common - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Common-NearestNeighbour diff --git a/Common/SGD/pom.xml b/Common/SGD/pom.xml index 5d53f0486..12d2337f6 100644 --- a/Common/SGD/pom.xml +++ b/Common/SGD/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-common - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Common-SGD diff --git a/Common/Trees/pom.xml b/Common/Trees/pom.xml index ff3998c66..8342364ef 100644 --- a/Common/Trees/pom.xml +++ b/Common/Trees/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-common - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Common-Tree diff --git a/Common/XGBoost/pom.xml b/Common/XGBoost/pom.xml index 432a33f19..371c41f18 100644 --- a/Common/XGBoost/pom.xml +++ b/Common/XGBoost/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-common - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Common-XGBoost diff --git a/Common/pom.xml b/Common/pom.xml index e44c45382..a22950103 100644 --- a/Common/pom.xml +++ b/Common/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml tribuo-common diff --git a/Core/pom.xml b/Core/pom.xml index fc5f0bfe2..99d843eb2 100644 --- a/Core/pom.xml +++ b/Core/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Core diff --git a/Data/pom.xml b/Data/pom.xml index fa81cbd63..e0af7b387 100644 --- a/Data/pom.xml +++ b/Data/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Data diff --git a/Interop/Core/pom.xml b/Interop/Core/pom.xml index 6df3f0ae5..c7ca77433 100644 --- a/Interop/Core/pom.xml +++ b/Interop/Core/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-interop - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Interop-Core diff --git a/Interop/ModelCard/pom.xml b/Interop/ModelCard/pom.xml index fd8de2335..15fb2eb04 100644 --- a/Interop/ModelCard/pom.xml +++ b/Interop/ModelCard/pom.xml @@ -5,7 +5,7 @@ tribuo-interop org.tribuo - 4.3.1-SNAPSHOT + 4.3.1 4.0.0 ModelCard diff --git a/Interop/OCI/pom.xml b/Interop/OCI/pom.xml index 9ce0583b7..e4dedb2a6 100644 --- a/Interop/OCI/pom.xml +++ b/Interop/OCI/pom.xml @@ -20,7 +20,7 @@ org.tribuo tribuo-interop - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml OCI diff --git a/Interop/ONNX/pom.xml b/Interop/ONNX/pom.xml index 39e7e18d6..855eeab28 100644 --- a/Interop/ONNX/pom.xml +++ b/Interop/ONNX/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-interop - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Interop-ONNX diff --git a/Interop/Tensorflow/pom.xml b/Interop/Tensorflow/pom.xml index 7f7b1141e..dc5cc5f24 100644 --- a/Interop/Tensorflow/pom.xml +++ b/Interop/Tensorflow/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-interop - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Interop-Tensorflow diff --git a/Interop/pom.xml b/Interop/pom.xml index 2d9b85274..d3af16ca4 100644 --- a/Interop/pom.xml +++ b/Interop/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml tribuo-interop diff --git a/Json/pom.xml b/Json/pom.xml index 3dd80cdb9..84a7d0ecb 100644 --- a/Json/pom.xml +++ b/Json/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.3.1-SNAPSHOT + 4.3.1 4.0.0 Json diff --git a/Math/pom.xml b/Math/pom.xml index 4bc60903f..58acc23b7 100644 --- a/Math/pom.xml +++ b/Math/pom.xml @@ -20,7 +20,7 @@ org.tribuo tribuo - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Math diff --git a/MultiLabel/Core/pom.xml b/MultiLabel/Core/pom.xml index 6d87f1661..3742a7587 100644 --- a/MultiLabel/Core/pom.xml +++ b/MultiLabel/Core/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-multilabel - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml MultiLabel-Core diff --git a/MultiLabel/SGD/pom.xml b/MultiLabel/SGD/pom.xml index ea8e3d651..77be8f407 100644 --- a/MultiLabel/SGD/pom.xml +++ b/MultiLabel/SGD/pom.xml @@ -20,7 +20,7 @@ org.tribuo tribuo-multilabel - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml MultiLabel-SGD diff --git a/MultiLabel/pom.xml b/MultiLabel/pom.xml index 8600ce81f..3bdc8833c 100644 --- a/MultiLabel/pom.xml +++ b/MultiLabel/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml tribuo-multilabel diff --git a/Regression/Core/pom.xml b/Regression/Core/pom.xml index b240a6fcd..72f582acd 100644 --- a/Regression/Core/pom.xml +++ b/Regression/Core/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-regression - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Regression-Core diff --git a/Regression/LibLinear/pom.xml b/Regression/LibLinear/pom.xml index 52b94e52a..ff2dd17e1 100644 --- a/Regression/LibLinear/pom.xml +++ b/Regression/LibLinear/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-regression - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Regression-LibLinear diff --git a/Regression/LibSVM/pom.xml b/Regression/LibSVM/pom.xml index a95f8c239..ec48d4a9c 100644 --- a/Regression/LibSVM/pom.xml +++ b/Regression/LibSVM/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-regression - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Regression-LibSVM diff --git a/Regression/RegressionTree/pom.xml b/Regression/RegressionTree/pom.xml index 28e981041..f8a758442 100644 --- a/Regression/RegressionTree/pom.xml +++ b/Regression/RegressionTree/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-regression - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Regression-Tree diff --git a/Regression/SGD/pom.xml b/Regression/SGD/pom.xml index e77b8b797..6af3d86fa 100644 --- a/Regression/SGD/pom.xml +++ b/Regression/SGD/pom.xml @@ -20,7 +20,7 @@ org.tribuo tribuo-regression - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Regression-SGD diff --git a/Regression/SLM/pom.xml b/Regression/SLM/pom.xml index dd24e0ff1..4ea645b13 100644 --- a/Regression/SLM/pom.xml +++ b/Regression/SLM/pom.xml @@ -20,7 +20,7 @@ org.tribuo tribuo-regression - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Regression-SLM diff --git a/Regression/XGBoost/pom.xml b/Regression/XGBoost/pom.xml index 13d64d099..aa6ed8d13 100644 --- a/Regression/XGBoost/pom.xml +++ b/Regression/XGBoost/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-regression - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Regression-XGBoost diff --git a/Regression/pom.xml b/Regression/pom.xml index 013bd3a7a..5182aeefb 100644 --- a/Regression/pom.xml +++ b/Regression/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml tribuo-regression diff --git a/Reproducibility/pom.xml b/Reproducibility/pom.xml index 1815e2a18..83f730ea9 100644 --- a/Reproducibility/pom.xml +++ b/Reproducibility/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.3.1-SNAPSHOT + 4.3.1 4.0.0 Reproducibility diff --git a/Util/InformationTheory/pom.xml b/Util/InformationTheory/pom.xml index da8a0636f..66b990b1f 100644 --- a/Util/InformationTheory/pom.xml +++ b/Util/InformationTheory/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-util - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml InformationTheory diff --git a/Util/ONNXExport/pom.xml b/Util/ONNXExport/pom.xml index 056f25629..5cc709bd1 100644 --- a/Util/ONNXExport/pom.xml +++ b/Util/ONNXExport/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-util - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml ONNXExport diff --git a/Util/Tokenization/pom.xml b/Util/Tokenization/pom.xml index 4c66c2f3e..2961d06aa 100644 --- a/Util/Tokenization/pom.xml +++ b/Util/Tokenization/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-util - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml Tokenization diff --git a/Util/pom.xml b/Util/pom.xml index bce6b0338..48c9be3d4 100644 --- a/Util/pom.xml +++ b/Util/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml tribuo-util diff --git a/distribution/pom.xml b/distribution/pom.xml index be23f0572..fb8da1f5f 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml diff --git a/pom.xml b/pom.xml index 3dc36f67e..a490bea15 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 4.0.0 org.tribuo tribuo - 4.3.1-SNAPSHOT + 4.3.1 pom Core diff --git a/tests/pom.xml b/tests/pom.xml index bab96e391..3137bb0e4 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -21,7 +21,7 @@ tribuo org.tribuo - 4.3.1-SNAPSHOT + 4.3.1 ../pom.xml 4.0.0