From da04ffc0c6f5e17665b60d734f3d72192991e856 Mon Sep 17 00:00:00 2001 From: Adam Pocock Date: Tue, 3 May 2022 17:09:36 -0400 Subject: [PATCH] Bumping version to 4.2.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/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/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 +- README.md | 7 ++++--- 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 | 8 ++++---- tests/pom.xml | 2 +- 54 files changed, 60 insertions(+), 59 deletions(-) diff --git a/AnomalyDetection/Core/pom.xml b/AnomalyDetection/Core/pom.xml index 394f60be5..847550f11 100644 --- a/AnomalyDetection/Core/pom.xml +++ b/AnomalyDetection/Core/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-anomaly - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml AnomalyDetection-Core diff --git a/AnomalyDetection/LibLinear/pom.xml b/AnomalyDetection/LibLinear/pom.xml index d987ce6a5..14ec1f3d9 100644 --- a/AnomalyDetection/LibLinear/pom.xml +++ b/AnomalyDetection/LibLinear/pom.xml @@ -20,7 +20,7 @@ org.tribuo tribuo-anomaly - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml AnomalyDetection-LibLinear diff --git a/AnomalyDetection/LibSVM/pom.xml b/AnomalyDetection/LibSVM/pom.xml index ac1eee77f..1d0f61ba8 100644 --- a/AnomalyDetection/LibSVM/pom.xml +++ b/AnomalyDetection/LibSVM/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-anomaly - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml AnomalyDetection-LibSVM diff --git a/AnomalyDetection/pom.xml b/AnomalyDetection/pom.xml index 922ad8931..d1786e44b 100644 --- a/AnomalyDetection/pom.xml +++ b/AnomalyDetection/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml tribuo-anomaly diff --git a/Classification/Core/pom.xml b/Classification/Core/pom.xml index c4f7e737a..d6b14b585 100644 --- a/Classification/Core/pom.xml +++ b/Classification/Core/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-classification - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Classification-Core diff --git a/Classification/DecisionTree/pom.xml b/Classification/DecisionTree/pom.xml index e34bc4900..abff5a94a 100644 --- a/Classification/DecisionTree/pom.xml +++ b/Classification/DecisionTree/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-classification - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Classification-Tree diff --git a/Classification/Experiments/pom.xml b/Classification/Experiments/pom.xml index 2488e8542..753d25416 100644 --- a/Classification/Experiments/pom.xml +++ b/Classification/Experiments/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-classification - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Classification-Experiments diff --git a/Classification/Explanations/pom.xml b/Classification/Explanations/pom.xml index 4a89b9c00..6d5267e79 100644 --- a/Classification/Explanations/pom.xml +++ b/Classification/Explanations/pom.xml @@ -20,7 +20,7 @@ org.tribuo tribuo-classification - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Classification-Explanations diff --git a/Classification/LibLinear/pom.xml b/Classification/LibLinear/pom.xml index 2ca3ae5cd..9b79e4c6c 100644 --- a/Classification/LibLinear/pom.xml +++ b/Classification/LibLinear/pom.xml @@ -20,7 +20,7 @@ org.tribuo tribuo-classification - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Classification-LibLinear diff --git a/Classification/LibSVM/pom.xml b/Classification/LibSVM/pom.xml index 2ca86b36a..bda010c63 100644 --- a/Classification/LibSVM/pom.xml +++ b/Classification/LibSVM/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-classification - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Classification-LibSVM diff --git a/Classification/MultinomialNaiveBayes/pom.xml b/Classification/MultinomialNaiveBayes/pom.xml index 715df475b..5d6223a6f 100644 --- a/Classification/MultinomialNaiveBayes/pom.xml +++ b/Classification/MultinomialNaiveBayes/pom.xml @@ -22,7 +22,7 @@ org.tribuo tribuo-classification - 4.2.1-SNAPSHOT + 4.2.1 Classification-MultinomialNaiveBayes tribuo-classification-mnnaivebayes diff --git a/Classification/SGD/pom.xml b/Classification/SGD/pom.xml index bd3c60649..6ca64ddf3 100644 --- a/Classification/SGD/pom.xml +++ b/Classification/SGD/pom.xml @@ -20,7 +20,7 @@ org.tribuo tribuo-classification - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Classification-SGD diff --git a/Classification/XGBoost/pom.xml b/Classification/XGBoost/pom.xml index a40b41dd9..b3c31ae23 100644 --- a/Classification/XGBoost/pom.xml +++ b/Classification/XGBoost/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-classification - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Classification-XGBoost diff --git a/Classification/pom.xml b/Classification/pom.xml index 476d303cb..0dd9340c1 100644 --- a/Classification/pom.xml +++ b/Classification/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml tribuo-classification diff --git a/Clustering/Core/pom.xml b/Clustering/Core/pom.xml index fc8622485..67bf421bf 100644 --- a/Clustering/Core/pom.xml +++ b/Clustering/Core/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-clustering - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Clustering-Core diff --git a/Clustering/Hdbscan/pom.xml b/Clustering/Hdbscan/pom.xml index f943963e9..6e18f7649 100644 --- a/Clustering/Hdbscan/pom.xml +++ b/Clustering/Hdbscan/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-clustering - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Clustering-Hdbscan diff --git a/Clustering/KMeans/pom.xml b/Clustering/KMeans/pom.xml index 5bd3df288..98f1d8301 100644 --- a/Clustering/KMeans/pom.xml +++ b/Clustering/KMeans/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-clustering - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Clustering-KMeans diff --git a/Clustering/pom.xml b/Clustering/pom.xml index dd8ecc5cc..1143179b9 100644 --- a/Clustering/pom.xml +++ b/Clustering/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml tribuo-clustering diff --git a/Common/LibLinear/pom.xml b/Common/LibLinear/pom.xml index 99bbdf94a..d0580b022 100644 --- a/Common/LibLinear/pom.xml +++ b/Common/LibLinear/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-common - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Common-LibLinear diff --git a/Common/LibSVM/pom.xml b/Common/LibSVM/pom.xml index 5ae5e855d..d429d1dae 100644 --- a/Common/LibSVM/pom.xml +++ b/Common/LibSVM/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-common - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Common-LibSVM diff --git a/Common/NearestNeighbour/pom.xml b/Common/NearestNeighbour/pom.xml index abe903a95..5b14b3f40 100644 --- a/Common/NearestNeighbour/pom.xml +++ b/Common/NearestNeighbour/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-common - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Common-NearestNeighbour diff --git a/Common/SGD/pom.xml b/Common/SGD/pom.xml index e4899ca83..485e376cf 100644 --- a/Common/SGD/pom.xml +++ b/Common/SGD/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-common - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Common-SGD diff --git a/Common/Trees/pom.xml b/Common/Trees/pom.xml index fd822661e..587e93008 100644 --- a/Common/Trees/pom.xml +++ b/Common/Trees/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-common - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Common-Tree diff --git a/Common/XGBoost/pom.xml b/Common/XGBoost/pom.xml index 930fc9e32..d506009a5 100644 --- a/Common/XGBoost/pom.xml +++ b/Common/XGBoost/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-common - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Common-XGBoost diff --git a/Common/pom.xml b/Common/pom.xml index 13c941773..ba03da6a0 100644 --- a/Common/pom.xml +++ b/Common/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml tribuo-common diff --git a/Core/pom.xml b/Core/pom.xml index eb0ec7a5b..0b9958287 100644 --- a/Core/pom.xml +++ b/Core/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Core diff --git a/Data/pom.xml b/Data/pom.xml index eb702c0fb..6b9e8250d 100644 --- a/Data/pom.xml +++ b/Data/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Data diff --git a/Interop/Core/pom.xml b/Interop/Core/pom.xml index 63f043c49..e0a5e35eb 100644 --- a/Interop/Core/pom.xml +++ b/Interop/Core/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-interop - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Interop-Core diff --git a/Interop/OCI/pom.xml b/Interop/OCI/pom.xml index bb61a6701..f0ed5eaa8 100644 --- a/Interop/OCI/pom.xml +++ b/Interop/OCI/pom.xml @@ -20,7 +20,7 @@ org.tribuo tribuo-interop - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml OCI diff --git a/Interop/ONNX/pom.xml b/Interop/ONNX/pom.xml index 4bd6cc306..32733e229 100644 --- a/Interop/ONNX/pom.xml +++ b/Interop/ONNX/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-interop - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Interop-ONNX diff --git a/Interop/Tensorflow/pom.xml b/Interop/Tensorflow/pom.xml index bb93c2cf3..955b9baa9 100644 --- a/Interop/Tensorflow/pom.xml +++ b/Interop/Tensorflow/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-interop - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Interop-Tensorflow diff --git a/Interop/pom.xml b/Interop/pom.xml index 18f2947f4..827216655 100644 --- a/Interop/pom.xml +++ b/Interop/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml tribuo-interop diff --git a/Json/pom.xml b/Json/pom.xml index b207a5a07..4e5be7e9f 100644 --- a/Json/pom.xml +++ b/Json/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.2.1-SNAPSHOT + 4.2.1 4.0.0 Json diff --git a/Math/pom.xml b/Math/pom.xml index b52266d16..9d694a409 100644 --- a/Math/pom.xml +++ b/Math/pom.xml @@ -20,7 +20,7 @@ org.tribuo tribuo - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Math diff --git a/MultiLabel/Core/pom.xml b/MultiLabel/Core/pom.xml index afac67fb2..9cc067a58 100644 --- a/MultiLabel/Core/pom.xml +++ b/MultiLabel/Core/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-multilabel - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml MultiLabel-Core diff --git a/MultiLabel/SGD/pom.xml b/MultiLabel/SGD/pom.xml index ec51f6473..c1815507f 100644 --- a/MultiLabel/SGD/pom.xml +++ b/MultiLabel/SGD/pom.xml @@ -20,7 +20,7 @@ org.tribuo tribuo-multilabel - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml MultiLabel-SGD diff --git a/MultiLabel/pom.xml b/MultiLabel/pom.xml index 33ab2f417..5d2b33490 100644 --- a/MultiLabel/pom.xml +++ b/MultiLabel/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml tribuo-multilabel diff --git a/README.md b/README.md index de2a04149..7b4af2f5b 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ Currently we have interfaces to: * [LibLinear](https://github.com/bwaldvogel/liblinear-java) - via the LibLinear-java port of the original [LibLinear](https://www.csie.ntu.edu.tw/~cjlin/liblinear/) (v2.43). * [LibSVM](https://www.csie.ntu.edu.tw/~cjlin/libsvm/) - using the pure Java transformed version of the C++ implementation (v3.25). * [ONNX Runtime](https://onnxruntime.ai) - via the Java API contributed by our group (v1.9.0). -* [TensorFlow](https://tensorflow.org) - Using [TensorFlow Java](https://github.com/tensorflow/java) v0.4.0 (based on TensorFlow v2.7.0). This allows the training and deployment of TensorFlow models entirely in Java. +* [TensorFlow](https://tensorflow.org) - Using [TensorFlow Java](https://github.com/tensorflow/java) v0.4.1 (based on TensorFlow v2.7.1). This allows the training and deployment of TensorFlow models entirely in Java. * [XGBoost](https://xgboost.ai) - via the built in XGBoost4J API (v1.5.0). ## Binaries @@ -184,13 +184,13 @@ Maven: org.tribuo tribuo-all - 4.2.0 + 4.2.1 pom ``` or from Gradle: ```groovy -implementation ("org.tribuo:tribuo-all:4.2.0@pom") { +implementation ("org.tribuo:tribuo-all:4.2.1@pom") { transitive = true // for build.gradle (i.e., Groovy) // isTransitive = true // for build.gradle.kts (i.e., Kotlin) } @@ -254,6 +254,7 @@ Tribuo is licensed under the [Apache 2.0 License](./LICENSE.txt). ## Release Notes: +- [v4.2.1](https://github.com/oracle/tribuo/blob/main/docs/release-notes/tribuo-v4-2-1-release-notes.md) - Bug fixes for KMeans' multithreading, nondeterministic iteration orders affecting ONNX export and K-Means initialization, and upgraded TF-Java to 0.4.1. - [v4.2.0](https://github.com/oracle/tribuo/blob/main/docs/release-notes/tribuo-v4-2-release-notes.md) - Added factorization machines, classifier chains, HDBSCAN. Added ONNX export and OCI Data Science integration. Added reproducibility framework. Various other small fixes and improvements, including the regression fixes from v4.1.1. Filled out the remaining javadoc, added 4 new tutorials (onnx export, multi-label classification, reproducibility, hdbscan), expanded existing tutorials. - [v4.1.1](https://github.com/oracle/tribuo/blob/main/docs/release-notes/tribuo-v4-1-1-release-notes.md) - Bug fixes for multi-output regression, multi-label evaluation, KMeans & KNN with SecurityManager, and update TF-Java 0.4.0. - [v4.1.0](https://github.com/oracle/tribuo/blob/main/docs/release-notes/tribuo-v4-1-release-notes.md) - Added TensorFlow training support, a BERT feature extractor, ExtraTrees, K-Means++, many linear model & CRF performance improvements, new tutorials on TF and document classification. Many bug fixes & documentation improvements. diff --git a/Regression/Core/pom.xml b/Regression/Core/pom.xml index f32e6994d..d995929a3 100644 --- a/Regression/Core/pom.xml +++ b/Regression/Core/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-regression - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Regression-Core diff --git a/Regression/LibLinear/pom.xml b/Regression/LibLinear/pom.xml index fb821fbe5..dbfcc06f6 100644 --- a/Regression/LibLinear/pom.xml +++ b/Regression/LibLinear/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-regression - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Regression-LibLinear diff --git a/Regression/LibSVM/pom.xml b/Regression/LibSVM/pom.xml index b967623bd..a6a2aa6a5 100644 --- a/Regression/LibSVM/pom.xml +++ b/Regression/LibSVM/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-regression - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Regression-LibSVM diff --git a/Regression/RegressionTree/pom.xml b/Regression/RegressionTree/pom.xml index b7cdd1441..56f961197 100644 --- a/Regression/RegressionTree/pom.xml +++ b/Regression/RegressionTree/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-regression - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Regression-Tree diff --git a/Regression/SGD/pom.xml b/Regression/SGD/pom.xml index 56f4c5676..e8ed8d5fb 100644 --- a/Regression/SGD/pom.xml +++ b/Regression/SGD/pom.xml @@ -20,7 +20,7 @@ org.tribuo tribuo-regression - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Regression-SGD diff --git a/Regression/SLM/pom.xml b/Regression/SLM/pom.xml index 892eb1015..07edced0b 100644 --- a/Regression/SLM/pom.xml +++ b/Regression/SLM/pom.xml @@ -20,7 +20,7 @@ org.tribuo tribuo-regression - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Regression-SLM diff --git a/Regression/XGBoost/pom.xml b/Regression/XGBoost/pom.xml index f48d84323..7458b7376 100644 --- a/Regression/XGBoost/pom.xml +++ b/Regression/XGBoost/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-regression - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Regression-XGBoost diff --git a/Regression/pom.xml b/Regression/pom.xml index 137b00907..8fe533b06 100644 --- a/Regression/pom.xml +++ b/Regression/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml tribuo-regression diff --git a/Reproducibility/pom.xml b/Reproducibility/pom.xml index d53525235..07ccc26be 100644 --- a/Reproducibility/pom.xml +++ b/Reproducibility/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.2.1-SNAPSHOT + 4.2.1 4.0.0 Reproducibility diff --git a/Util/InformationTheory/pom.xml b/Util/InformationTheory/pom.xml index eae0b26ed..a424a328c 100644 --- a/Util/InformationTheory/pom.xml +++ b/Util/InformationTheory/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-util - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml InformationTheory diff --git a/Util/ONNXExport/pom.xml b/Util/ONNXExport/pom.xml index bad6cf2c9..2cd454b9c 100644 --- a/Util/ONNXExport/pom.xml +++ b/Util/ONNXExport/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-util - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml ONNXExport diff --git a/Util/Tokenization/pom.xml b/Util/Tokenization/pom.xml index 871f80f47..d6671b1b7 100644 --- a/Util/Tokenization/pom.xml +++ b/Util/Tokenization/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo-util - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml Tokenization diff --git a/Util/pom.xml b/Util/pom.xml index 8ab5b525f..8748fbc7b 100644 --- a/Util/pom.xml +++ b/Util/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml tribuo-util diff --git a/distribution/pom.xml b/distribution/pom.xml index ecb768489..44ef49c20 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -21,7 +21,7 @@ org.tribuo tribuo - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml diff --git a/pom.xml b/pom.xml index 073c55ef5..f5da68ef3 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 4.0.0 org.tribuo tribuo - 4.2.1-SNAPSHOT + 4.2.1 pom Core @@ -244,7 +244,7 @@ ./Core/src/main/javadoc/overview.html - Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved. + Copyright © 2015–2022 Oracle and/or its affiliates. All rights reserved. Core Packages @@ -301,7 +301,7 @@ 65536 ./Core/src/main/javadoc/overview.html - Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved. + Copyright © 2015–2022 Oracle and/or its affiliates. All rights reserved. Core Packages @@ -439,7 +439,7 @@ maven-javadoc-plugin 3.2.0 - Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved. + Copyright © 2015–2022 Oracle and/or its affiliates. All rights reserved. diff --git a/tests/pom.xml b/tests/pom.xml index 4a600502f..5f35c0c60 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -21,7 +21,7 @@ tribuo org.tribuo - 4.2.1-SNAPSHOT + 4.2.1 ../pom.xml 4.0.0