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 : You can use this project as a maven dependency with this :
```XML ```XML
<repositories> <dependency>
... <groupId>com.github.klemek</groupId>
<repository> <artifactId>betterlists</artifactId>
<id>fr.klemek</id> <version>1.4</version>
<url>https://github.com/klemek/mvn-repo/raw/master</url> </dependency>
</repository>
</repositories>
...
<dependencies>
...
<dependency>
<groupId>fr.klemek</groupId>
<artifactId>betterlists</artifactId>
<version>1.4</version>
</dependency>
</dependencies>
``` ```
## All code examples ## All code examples
+1 -1
View File
@@ -162,7 +162,7 @@
<plugin> <plugin>
<groupId>org.jacoco</groupId> <groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId> <artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.6.201602180812</version> <version>0.8.2</version>
<executions> <executions>
<execution> <execution>
<id>prepare-agent</id> <id>prepare-agent</id>