Skip to content

Commit

Permalink
Merge pull request #5 from MOEAFramework/update-6.2
Browse files Browse the repository at this point in the history
Update to jmetal-6.2
  • Loading branch information
dhadka authored Oct 5, 2023
2 parents cf946d3 + 73dd8a0 commit 6803d66
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add the following dependency to your `pom.xml`:
<dependency>
<groupId>org.moeaframework</groupId>
<artifactId>jmetal-plugin</artifactId>
<version>6.1.0</version>
<version>6.2.0</version>
</dependency>
```

Expand All @@ -25,9 +25,10 @@ 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.1`** | **`6.1.0`** | **`>= 3.6`** | **`>= 14`**
`6.0` | `6.0.1` | `>= 3.5` | `>= 14`
`5.11` | `5.11.2` | `>= 3.2` | `>= 14`
**`6.2`** | **`6.2.0`** | **`>= 3.6`** | **`>= 14`**
`6.1` | `6.1.0` | `>= 3.6` | `>= 14`
`6.0` | `6.0.1` | `>= 3.5` | `>= 14`
`5.11` | `5.11.2` | `>= 3.2` | `>= 14`

## Usage

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.moeaframework</groupId>
<artifactId>jmetal-plugin</artifactId>
<version>6.1.0</version>
<version>6.2.0</version>
<packaging>jar</packaging>

<name>JMetal Plugin for the MOEA Framework</name>
Expand Down Expand Up @@ -45,17 +45,17 @@
<dependency>
<groupId>org.uma.jmetal</groupId>
<artifactId>jmetal-algorithm</artifactId>
<version>6.1</version>
<version>6.2</version>
</dependency>
<dependency>
<groupId>org.uma.jmetal</groupId>
<artifactId>jmetal-core</artifactId>
<version>6.1</version>
<version>6.2</version>
</dependency>
<dependency>
<groupId>org.uma.jmetal</groupId>
<artifactId>jmetal-problem</artifactId>
<version>6.1</version>
<version>6.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 6803d66

Please sign in to comment.