Skip to content

Commit

Permalink
Update versions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka authored Oct 19, 2024
1 parent 431914c commit 27388ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ When using Maven, add the following dependency to your `pom.xml`:
<dependency>
<groupId>org.moeaframework</groupId>
<artifactId>jmetal-plugin</artifactId>
<version>6.6.0</version>
<version>6.2.3</version>
</dependency>
```

Expand All @@ -29,8 +29,7 @@ number of this project will match the supported JMetal version. Below is a comp

JMetal Version | JMetal-Plugin Latest | Supported MOEA Framework Versions | Supported Java Versions
-------------- | -------------------- | --------------------------------- | -----------------------
**`6.6`** | **`>= 6.6.0`** | **`>= 4.3`** | **`>= 19`**
`6.2` | `6.2.3` | `>= 4.0` | `>= 17`
**`6.2`** | **`6.2.3`** | **`>= 4.0`** | **`>= 17`**
`6.2` | `6.2.0` | `3.6 - 3.11` | `>= 14`
`6.1` | `6.1.0` | `3.6 - 3.11` | `>= 14`
`6.0` | `6.0.1` | `3.5 - 3.11` | `>= 14`
Expand Down

0 comments on commit 27388ef

Please sign in to comment.