File tree 1 file changed +1
-23
lines changed
1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
-
3
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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
17
16
<scm >
18
17
<
connection >scm:git:
[email protected] :codehaus-plexus/plexus-testing.git</
connection >
19
18
<
developerConnection >scm:git:
[email protected] :codehaus-plexus/plexus-testing.git</
developerConnection >
20
- <url >http://github.com/codehaus-plexus/plexus-testing</url >
21
19
<tag >HEAD</tag >
20
+ <url >http://github.com/codehaus-plexus/plexus-testing</url >
22
21
</scm >
23
22
<issueManagement >
24
23
<system >github</system >
32
31
</distributionManagement >
33
32
34
33
<properties >
35
- <cobertura .skip>true</cobertura .skip>
36
- <javaVersion >8</javaVersion >
37
- <junit-jupiter .version>5.9.3</junit-jupiter .version>
38
34
<project .build.outputTimestamp>2021-09-21T23:45:11Z</project .build.outputTimestamp>
39
35
</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 >
56
36
57
37
<dependencies >
58
38
<dependency >
68
48
<dependency >
69
49
<groupId >org.junit.jupiter</groupId >
70
50
<artifactId >junit-jupiter-api</artifactId >
71
- <version >${junit-jupiter.version} </version >
72
51
</dependency >
73
52
<dependency >
74
53
<groupId >org.junit.jupiter</groupId >
75
54
<artifactId >junit-jupiter-engine</artifactId >
76
- <version >${junit-jupiter.version} </version >
77
55
<scope >test</scope >
78
56
</dependency >
79
57
</dependencies >
You can’t perform that action at this time.
0 commit comments