File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ The result is a zip file: `target/pmd-java-bin-1.0.0-SNAPSHOT.zip`.
5757
5858 ``` xml
5959 <properties >
60- <pmd .version>7.0 .0</pmd .version>
60+ <pmd .version>7.2 .0</pmd .version>
6161 </properties >
6262 ...
6363 <plugin >
6464 <groupId >org.apache.maven.plugins</groupId >
6565 <artifactId >maven-pmd-plugin</artifactId >
66- <version >3.21.2 </version >
66+ <version >3.23.0 </version >
6767 <executions >
6868 <execution >
6969 <phase >verify</phase >
@@ -86,11 +86,6 @@ The result is a zip file: `target/pmd-java-bin-1.0.0-SNAPSHOT.zip`.
8686 <artifactId >pmd-java-custom</artifactId >
8787 <version >1.0.0-SNAPSHOT</version >
8888 </dependency >
89- <dependency >
90- <groupId >net.sourceforge.pmd</groupId >
91- <artifactId >pmd-compat6</artifactId >
92- <version >${pmd.version}</version >
93- </dependency >
9489 <dependency >
9590 <groupId >net.sourceforge.pmd</groupId >
9691 <artifactId >pmd-core</artifactId >
Original file line number Diff line number Diff line change 1010 <maven .compiler.release>${java.version} </maven .compiler.release>
1111 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1212
13- <pmd .plugin.version>3.22 .0</pmd .plugin.version>
13+ <pmd .plugin.version>3.23 .0</pmd .plugin.version>
1414 <pmd .version>7.2.0</pmd .version>
1515 </properties >
1616
You can’t perform that action at this time.
0 commit comments