Skip to content

Commit 4a7361d

Browse files
committed
Bumping to 4.0.1
1 parent ac58c68 commit 4a7361d

File tree

46 files changed

+46
-46
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+46
-46
lines changed

AnomalyDetection/Core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-anomaly</artifactId>
24-
<version>4.0.0</version>
24+
<version>4.0.1</version>
2525
<relativePath>..</relativePath>
2626
</parent>
2727
<name>AnomalyDetection-Core</name>

AnomalyDetection/LibSVM/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-anomaly</artifactId>
24-
<version>4.0.0</version>
24+
<version>4.0.1</version>
2525
<relativePath>..</relativePath>
2626
</parent>
2727
<name>AnomalyDetection-LibSVM</name>

AnomalyDetection/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo</artifactId>
24-
<version>4.0.0</version>
24+
<version>4.0.1</version>
2525
<relativePath>..</relativePath>
2626
</parent>
2727
<artifactId>tribuo-anomaly</artifactId>

Classification/Core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-classification</artifactId>
24-
<version>4.0.0</version>
24+
<version>4.0.1</version>
2525
<relativePath>..</relativePath>
2626
</parent>
2727
<name>Classification-Core</name>

Classification/DecisionTree/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-classification</artifactId>
24-
<version>4.0.0</version>
24+
<version>4.0.1</version>
2525
<relativePath>..</relativePath>
2626
</parent>
2727
<name>Classification-Tree</name>

Classification/Experiments/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-classification</artifactId>
24-
<version>4.0.0</version>
24+
<version>4.0.1</version>
2525
<relativePath>..</relativePath>
2626
</parent>
2727
<name>Classification-Experiments</name>

Classification/Explanations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.tribuo</groupId>
2222
<artifactId>tribuo-classification</artifactId>
23-
<version>4.0.0</version>
23+
<version>4.0.1</version>
2424
<relativePath>..</relativePath>
2525
</parent>
2626
<name>Classification-Explanations</name>

Classification/LibLinear/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.tribuo</groupId>
2222
<artifactId>tribuo-classification</artifactId>
23-
<version>4.0.0</version>
23+
<version>4.0.1</version>
2424
<relativePath>..</relativePath>
2525
</parent>
2626
<name>Classification-LibLinear</name>

Classification/LibSVM/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.tribuo</groupId>
2323
<artifactId>tribuo-classification</artifactId>
24-
<version>4.0.0</version>
24+
<version>4.0.1</version>
2525
<relativePath>..</relativePath>
2626
</parent>
2727
<name>Classification-LibSVM</name>

Classification/MultinomialNaiveBayes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.tribuo</groupId>
2424
<artifactId>tribuo-classification</artifactId>
25-
<version>4.0.0</version>
25+
<version>4.0.1</version>
2626
</parent>
2727
<name>Classification-MultinomialNaiveBayes</name>
2828
<artifactId>tribuo-classification-mnnaivebayes</artifactId>

0 commit comments

Comments
 (0)