From 7e62750bb396377797a88229679c30f7f960563b Mon Sep 17 00:00:00 2001 From: "sheng.wang" Date: Thu, 17 Feb 2022 01:02:11 +0000 Subject: [PATCH] Bump OpenMl version to 1.1.1 on README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 63eb4b7..a1e58dd 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The [OpenML API module](https://github.com/feedzai/feedzai-openml/tree/master/op com.feedzai openml-api - 1.1.0 + 1.1.1 ``` @@ -34,7 +34,7 @@ The [openml-utils](https://github.com/feedzai/feedzai-openml/tree/master/openml- com.feedzai openml-utils - 1.1.0 + 1.1.1 ``` @@ -54,7 +54,7 @@ Make sure your provider is identified according to the specification of [Java's As a way to ease the creation of new OpenML Providers, a Maven archetype was created. To get started with it, just run: ```bash -mvn archetype:generate -DarchetypeGroupId=com.feedzai -DarchetypeArtifactId=openml-provider-archetype -DarchetypeVersion=1.1.0 +mvn archetype:generate -DarchetypeGroupId=com.feedzai -DarchetypeArtifactId=openml-provider-archetype -DarchetypeVersion=1.1.1 ``` After providing all the necessary information (your new provider groupId, artifactId, and version), a template provider with some guidance will be available on your workspace.