Skip to content

Commit 3a1be2a

Browse files
committed
Cleanup after parent upgrade
1 parent 19e3e20 commit 3a1be2a

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

pom.xml

+1-23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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

@@ -17,8 +16,8 @@
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>
@@ -32,27 +31,8 @@
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>
@@ -68,12 +48,10 @@
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>

0 commit comments

Comments
 (0)