File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2-
32<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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
43 <modelVersion >4.0.0</modelVersion >
54
1716 <scm >
1817 <
connection >scm:git:
[email protected] :codehaus-plexus/plexus-testing.git</
connection >
1918 <
developerConnection >scm:git:
[email protected] :codehaus-plexus/plexus-testing.git</
developerConnection >
20- <url >http://github.com/codehaus-plexus/plexus-testing</url >
2119 <tag >HEAD</tag >
20+ <url >http://github.com/codehaus-plexus/plexus-testing</url >
2221 </scm >
2322 <issueManagement >
2423 <system >github</system >
3231 </distributionManagement >
3332
3433 <properties >
35- <cobertura .skip>true</cobertura .skip>
36- <javaVersion >8</javaVersion >
37- <junit-jupiter .version>5.9.3</junit-jupiter .version>
3834 <project .build.outputTimestamp>2021-09-21T23:45:11Z</project .build.outputTimestamp>
3935 </properties >
40-
41- <build >
42- <plugins >
43- <plugin >
44- <groupId >org.apache.maven.plugins</groupId >
45- <artifactId >maven-checkstyle-plugin</artifactId >
46- <dependencies >
47- <dependency >
48- <groupId >org.apache.maven.shared</groupId >
49- <artifactId >maven-shared-resources</artifactId >
50- <version >5</version >
51- </dependency >
52- </dependencies >
53- </plugin >
54- </plugins >
55- </build >
5636
5737 <dependencies >
5838 <dependency >
6848 <dependency >
6949 <groupId >org.junit.jupiter</groupId >
7050 <artifactId >junit-jupiter-api</artifactId >
71- <version >${junit-jupiter.version} </version >
7251 </dependency >
7352 <dependency >
7453 <groupId >org.junit.jupiter</groupId >
7554 <artifactId >junit-jupiter-engine</artifactId >
76- <version >${junit-jupiter.version} </version >
7755 <scope >test</scope >
7856 </dependency >
7957 </dependencies >
You can’t perform that action at this time.
0 commit comments