Updated readme.md and jacoco version
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user