Skip to content

Commit

Permalink
Bump OpenMl version to 1.1.1 on README
Browse files Browse the repository at this point in the history
  • Loading branch information
shengwangsw committed Feb 17, 2022
1 parent 7ea6306 commit 7e62750
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The [OpenML API module](https://github.com/feedzai/feedzai-openml/tree/master/op
<groupId>com.feedzai</groupId>
<artifactId>openml-api</artifactId>
<!-- See project tags for latest version -->
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```

Expand All @@ -34,7 +34,7 @@ The [openml-utils](https://github.com/feedzai/feedzai-openml/tree/master/openml-
<groupId>com.feedzai</groupId>
<artifactId>openml-utils</artifactId>
<!-- See project tags for latest version -->
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```

Expand All @@ -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.
Expand Down

0 comments on commit 7e62750

Please sign in to comment.