Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodnf authored Mar 11, 2019
1 parent fb6eced commit 70d915e
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 @@ -18,7 +18,7 @@ This project uses GitHub as a Maven Repository. Then you have just add the follo
```xml
<repositories>
<repository>
<id>r-nsga-ii-github</id>
<id>rnsgaii-github</id>
<url>https://github.com/thiagodnf/r-nsga-ii/raw/master/mvn-repo/releases</url>
</repository>
</repositories>
Expand All @@ -29,8 +29,8 @@ Then add a dependency into tag of your pom.xml
```xml
<dependency>
<groupId>thiagodnf.rnsgaii</groupId>
<artifactId>r-nsga-ii</artifactId>
<version>1.0.0</version>
<artifactId>rnsgaii</artifactId>
<version>2.0.0</version>
</dependency>
```

Expand Down

0 comments on commit 70d915e

Please sign in to comment.