File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 1515 ~ limitations under the License.
1616 -->
1717
18- <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/maven-v4_0_0.xsd" >
18+ <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
19+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
1920
2021 <modelVersion >4.0.0</modelVersion >
2122 <groupId >de.danielbechler</groupId >
9293 <plugin >
9394 <artifactId >maven-release-plugin</artifactId >
9495 <configuration >
95- <scmCommentPrefix />
96+ <scmCommentPrefix />
9697 </configuration >
9798 </plugin >
9899 <plugin >
230231 </execution >
231232 </executions >
232233 </plugin >
234+ <plugin >
235+ <groupId >org.eluder.coveralls</groupId >
236+ <artifactId >coveralls-maven-plugin</artifactId >
237+ <version >3.0.1</version >
238+ </plugin >
233239 <plugin >
234240 <groupId >org.codehaus.mojo</groupId >
235241 <artifactId >animal-sniffer-maven-plugin</artifactId >
236- <version >1.11 </version >
242+ <version >1.12 </version >
237243 <executions >
238244 <execution >
239245 <id >animal-sniffer</id >
421427 <exclude >**/*Example.class</exclude >
422428 </excludes >
423429 </instrumentation >
424- <check />
430+ <check />
425431 </configuration >
426432 </plugin >
427433 <plugin >
You can’t perform that action at this time.
0 commit comments