From 51636afeaa248df798d6ec74cb21cc9d012b6634 Mon Sep 17 00:00:00 2001 From: Adam Pocock Date: Thu, 5 Nov 2020 12:14:40 -0500 Subject: [PATCH] Bumping the version number in the readme. --- README.md | 4 ++-- pom.xml | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) 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