Skip to content

Commit

Permalink
release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onclave committed Mar 23, 2021
1 parent 3c1be75 commit dc57468
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ _links to original contents:_

_**note**: this implementation of NSGA-II algorithm is in pure reference to the original published paper. This is not an effort to convert the originally implemented C code in Java. The original C code by the authors has not be referred to while writing this implementation._

_**Dependency: Java( >= 1.8), JFreeChart(1.5.0), JCommon(1.0.24)**_
_**Dependency: Java( >= 1.8), JFreeChart(1.5.3), JCommon(1.0.24)**_

### Important

Expand Down Expand Up @@ -61,7 +61,7 @@ To use it as a maven dependency add the following to your `pom.xml` file:
<dependency>
<groupId>com.debacharya</groupId>
<artifactId>nsgaii</artifactId>
<version>3.1.3</version>
<version>3.2.0</version>
</dependency>
</dependencies>
```
Expand All @@ -80,4 +80,4 @@ This project is open to pull requests and encourages new features through contri
>
> *Cite this library*
>
> Debabrata Acharya. (2020, September 21). onclave/NSGA-II: an NSGA-II implementation using Java. Zenodo. http://doi.org/10.5281/zenodo.4042108
> Debabrata Acharya. (2020, September 21). onclave/NSGA-II: an NSGA-II implementation using Java. Zenodo. http://doi.org/10.5281/zenodo.4042108
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.debacharya</groupId>
<artifactId>nsgaii</artifactId>
<version>3.1.3</version>
<version>3.2.0</version>
<packaging>jar</packaging>

<inceptionYear>2019</inceptionYear>
Expand Down Expand Up @@ -139,7 +139,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>5.3.2</version>
<version>6.1.3</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit dc57468

Please sign in to comment.