diff --git a/README.md b/README.md index ae6afd5..13de556 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add the following dependency to your `pom.xml`: org.moeaframework jmetal-plugin - 6.1.0 + 6.2.0 ``` @@ -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 diff --git a/pom.xml b/pom.xml index 338109a..6559874 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.moeaframework jmetal-plugin - 6.1.0 + 6.2.0 jar JMetal Plugin for the MOEA Framework @@ -45,17 +45,17 @@ org.uma.jmetal jmetal-algorithm - 6.1 + 6.2 org.uma.jmetal jmetal-core - 6.1 + 6.2 org.uma.jmetal jmetal-problem - 6.1 + 6.2 junit