Skip to content

Commit ea7ffd7

Browse files
committed
Rename pmd.version to commons.pmd.version to match commons-parent.
1 parent c255268 commit ea7ffd7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
<checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
160160
<checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt, **/maven-archiver/pom.properties</checkstyle.resourceExcludes>
161161

162-
<pmd.version>3.13.0</pmd.version>
162+
<commons.pmd.version>3.13.0</commons.pmd.version>
163163
<japicmp.skip>false</japicmp.skip>
164164

165165
<commons.release.isDistModule>true</commons.release.isDistModule>
@@ -220,7 +220,7 @@
220220
<plugin>
221221
<groupId>org.apache.maven.plugins</groupId>
222222
<artifactId>maven-pmd-plugin</artifactId>
223-
<version>${pmd.version}</version>
223+
<version>${commons.pmd.version}</version>
224224
<configuration>
225225
<targetJdk>${maven.compiler.target}</targetJdk>
226226
<skipEmptyReport>false</skipEmptyReport>
@@ -296,7 +296,7 @@
296296
<plugin>
297297
<groupId>org.apache.maven.plugins</groupId>
298298
<artifactId>maven-pmd-plugin</artifactId>
299-
<version>${pmd.version}</version>
299+
<version>${commons.pmd.version}</version>
300300
<configuration>
301301
<targetJdk>${maven.compiler.target}</targetJdk>
302302
<skipEmptyReport>false</skipEmptyReport>

0 commit comments

Comments
 (0)