11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns : xsi =" http://www.w3 .org/2001/XMLSchema-instance " xmlns =" http://maven.apache .org/POM/4.0.0 " xsi : schemalocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache .org/POM/4.0.0 " xmlns : xsi =" http://www.w3 .org/2001/XMLSchema-instance " xsi : schemalocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <groupId >lambdaisland</groupId >
55 <artifactId >kaocha-cloverage</artifactId >
6- <version >1.0.75 </version >
6+ <version >1.1.89 </version >
77 <name >kaocha-cloverage</name >
88 <description >Code coverage plugin for Kaocha based on Cloverage</description >
99 <url >https://github.com/lambdaisland/kaocha-cloverage</url >
1212 <name >Lambda Island</name >
1313 <url >https://lambdaisland.com</url >
1414 </organization >
15+ <properties >
16+ <project class =" build sourceEncoding" >UTF-8</project >
17+ </properties >
1518 <licenses >
1619 <license >
1720 <name >Eclipse Public License 1.0</name >
2225 <url >https://github.com/lambdaisland/kaocha-cloverage</url >
2326 <connection >scm:git:git://github.com/lambdaisland/kaocha-cloverage.git</connection >
2427 <
developerConnection >scm:git:ssh://
[email protected] /lambdaisland/kaocha-cloverage.git</
developerConnection >
25- <tag >a12680ffd246379906909c4f9836dea356f4f6d0 </tag >
28+ <tag >b98729d1a5900e7572617a145d1c70178df79614 </tag >
2629 </scm >
2730 <dependencies >
2831 <dependency >
3841 <dependency >
3942 <groupId >cloverage</groupId >
4043 <artifactId >cloverage</artifactId >
41- <version >1.2.0</version >
44+ <version >1.2.4</version >
45+ </dependency >
46+ <dependency >
47+ <groupId >nubank</groupId >
48+ <artifactId >matcher-combinators</artifactId >
49+ <version >0.7.0</version >
50+ <optional >true</optional >
4251 </dependency >
4352 </dependencies >
4453 <build >
5362 <groupId >org.apache.maven.plugins</groupId >
5463 <artifactId >maven-compiler-plugin</artifactId >
5564 <version >3.8.1</version >
65+ <configuration >
66+ <source >1.8</source >
67+ <target >1.8</target >
68+ </configuration >
5669 </plugin >
5770 <plugin >
5871 <groupId >org.apache.maven.plugins</groupId >
6174 <configuration >
6275 <archive >
6376 <manifestEntries >
64- <git-revision >a12680ffd246379906909c4f9836dea356f4f6d0 </git-revision >
77+ <git-revision >b98729d1a5900e7572617a145d1c70178df79614 </git-revision >
6578 </manifestEntries >
6679 </archive >
6780 </configuration >
95108 <url >https://clojars.org/repo</url >
96109 </repository >
97110 </distributionManagement >
98- </project >
111+ </project >
0 commit comments