Updated readme.md and jacoco version

This commit is contained in:
Klemek
2019-01-20 17:24:36 +01:00
parent 61ae98789b
commit e4753f6a76
2 changed files with 6 additions and 17 deletions
+5 -16
View File
@@ -39,22 +39,11 @@ NOTE : Please note that, unlike C# LINQ, these functions are not optimized at lo
You can use this project as a maven dependency with this :
```XML
<repositories>
...
<repository>
<id>fr.klemek</id>
<url>https://github.com/klemek/mvn-repo/raw/master</url>
</repository>
</repositories>
...
<dependencies>
...
<dependency>
<groupId>fr.klemek</groupId>
<artifactId>betterlists</artifactId>
<version>1.4</version>
</dependency>
</dependencies>
<dependency>
<groupId>com.github.klemek</groupId>
<artifactId>betterlists</artifactId>
<version>1.4</version>
</dependency>
```
## All code examples
+1 -1
View File
@@ -162,7 +162,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.6.201602180812</version>
<version>0.8.2</version>
<executions>
<execution>
<id>prepare-agent</id>