Skip to content

Commit b1374ff

Browse files
committed
Cleanup after upgrade
1 parent a3d830e commit b1374ff

File tree

2 files changed

+0
-40
lines changed

2 files changed

+0
-40
lines changed

plexus-java/pom.xml

-15
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111

1212
<name>Plexus Languages :: Java</name>
1313

14-
<properties>
15-
<maven.compiler.source>1.8</maven.compiler.source>
16-
<maven.compiler.target>1.8</maven.compiler.target>
17-
</properties>
18-
1914
<dependencies>
2015
<dependency>
2116
<groupId>org.ow2.asm</groupId>
@@ -67,15 +62,6 @@
6762
</dependencies>
6863

6964
<build>
70-
<pluginManagement>
71-
<plugins>
72-
<plugin>
73-
<groupId>org.apache.maven.plugins</groupId>
74-
<artifactId>maven-surefire-plugin</artifactId>
75-
<version>3.0.0</version>
76-
</plugin>
77-
</plugins>
78-
</pluginManagement>
7965
<plugins>
8066
<plugin>
8167
<groupId>org.eclipse.sisu</groupId>
@@ -94,7 +80,6 @@
9480
<plugin>
9581
<groupId>org.apache.maven.plugins</groupId>
9682
<artifactId>maven-failsafe-plugin</artifactId>
97-
<version>3.0.0</version>
9883
<configuration>
9984
<includes>
10085
<include>**/*Test.java</include>

pom.xml

-25
Original file line numberDiff line numberDiff line change
@@ -38,43 +38,19 @@
3838

3939
<properties>
4040
<scm.url>scm:git:https://github.com/codehaus-plexus/plexus-languages.git</scm.url>
41-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
42-
<javaVersion>8</javaVersion>
4341
<project.build.outputTimestamp>2023-01-01T19:06:16Z</project.build.outputTimestamp>
4442
</properties>
4543

4644
<build>
4745
<pluginManagement>
4846
<plugins>
49-
<plugin>
50-
<groupId>org.apache.maven.plugins</groupId>
51-
<artifactId>maven-checkstyle-plugin</artifactId>
52-
<version>3.2.2</version>
53-
<dependencies>
54-
<dependency>
55-
<groupId>org.apache.maven.shared</groupId>
56-
<artifactId>maven-shared-resources</artifactId>
57-
<version>5</version>
58-
</dependency>
59-
</dependencies>
60-
</plugin>
6147
<plugin>
6248
<groupId>org.apache.maven.plugins</groupId>
6349
<artifactId>maven-release-plugin</artifactId>
6450
<configuration>
6551
<autoVersionSubmodules>true</autoVersionSubmodules>
6652
</configuration>
6753
</plugin>
68-
<plugin>
69-
<groupId>org.apache.maven.plugins</groupId>
70-
<artifactId>maven-javadoc-plugin</artifactId>
71-
<version>3.5.0</version>
72-
</plugin>
73-
<plugin>
74-
<groupId>org.apache.maven.plugins</groupId>
75-
<artifactId>maven-jar-plugin</artifactId>
76-
<version>3.3.0</version>
77-
</plugin>
7854
</plugins>
7955
</pluginManagement>
8056
<plugins>
@@ -108,7 +84,6 @@
10884
<plugin>
10985
<groupId>org.apache.maven.plugins</groupId>
11086
<artifactId>maven-enforcer-plugin</artifactId>
111-
<version>3.3.0</version>
11287
<executions>
11388
<execution>
11489
<id>enforce-java</id>

0 commit comments

Comments
 (0)