diff --git a/README.md b/README.md
index ad3c6ed01..34dadf896 100644
--- a/README.md
+++ b/README.md
@@ -158,13 +158,13 @@ Maven:
org.tribuo
tribuo-all
- 4.0.1
+ 4.0.2
pom
```
or from Gradle:
```groovy
-implementation ("org.tribuo:tribuo-all:4.0.1@pom") {
+implementation ("org.tribuo:tribuo-all:4.0.2@pom") {
transitive = true // for build.gradle (i.e., Groovy)
// isTransitive = true // for build.gradle.kts (i.e., Kotlin)
}
diff --git a/pom.xml b/pom.xml
index 2a864f259..0236f8fdd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,6 +156,11 @@
maven-javadoc-plugin
3.2.0
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+ 3.0.0-M1
+
@@ -227,6 +232,7 @@
org.apache.maven.plugins
maven-source-plugin
+ 3.2.0
attach-sources
@@ -247,6 +253,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
+ 3.2.0
attach-javadocs