This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rng.git
commit 457a6e93221c5b545396d15214ee90648d768f87 Author: Alex Herbert <[email protected]> AuthorDate: Sat Sep 24 14:20:01 2022 +0100 Drop checkstyle 3.1.2 for 3.2.0 in commons parent Update checkstyle dependency 8.45 for 9.3 in commons parent --- commons-rng-examples/examples-stress/pom.xml | 1 - commons-rng-examples/pom.xml | 1 - docs-archive/pom.xml | 1 - pom.xml | 27 --------------------------- 4 files changed, 30 deletions(-) diff --git a/commons-rng-examples/examples-stress/pom.xml b/commons-rng-examples/examples-stress/pom.xml index 82bbe772..8a839717 100644 --- a/commons-rng-examples/examples-stress/pom.xml +++ b/commons-rng-examples/examples-stress/pom.xml @@ -64,7 +64,6 @@ <plugins> <plugin> <artifactId>maven-checkstyle-plugin</artifactId> - <version>${rng.checkstyle.version}</version> <!-- The custom ApplicationException cannot be loaded by checkstyle unless the source is compiled. Checkstyle runs in the validate phase so here we switch to verify --> <executions> diff --git a/commons-rng-examples/pom.xml b/commons-rng-examples/pom.xml index 3d09c04a..ededd953 100644 --- a/commons-rng-examples/pom.xml +++ b/commons-rng-examples/pom.xml @@ -91,7 +91,6 @@ <plugins> <plugin> <artifactId>maven-pmd-plugin</artifactId> - <version>${rng.pmd.version}</version> <configuration> <failOnViolation>false</failOnViolation> </configuration> diff --git a/docs-archive/pom.xml b/docs-archive/pom.xml index 04508366..a8b20153 100644 --- a/docs-archive/pom.xml +++ b/docs-archive/pom.xml @@ -175,7 +175,6 @@ <plugin> <artifactId>maven-pmd-plugin</artifactId> - <version>${rng.pmd.version}</version> <configuration> <skip>true</skip> </configuration> diff --git a/pom.xml b/pom.xml index dfc86c93..8c57a4f3 100644 --- a/pom.xml +++ b/pom.xml @@ -53,12 +53,8 @@ <commons.encoding>UTF-8</commons.encoding> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> - <rng.pmd.version>3.14.0</rng.pmd.version> - <rng.pmd.dep.version>6.37.0</rng.pmd.dep.version> <rng.revapi.version>0.14.6</rng.revapi.version> <rng.revapi.java.version>0.26.1</rng.revapi.java.version> - <rng.checkstyle.version>3.1.2</rng.checkstyle.version> - <rng.checkstyle.dep.version>8.45</rng.checkstyle.dep.version> <rng.mathjax.url>https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js</rng.mathjax.url> <!-- Workaround to avoid duplicating config files. --> <rng.parent.dir>${basedir}</rng.parent.dir> @@ -214,14 +210,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>${rng.checkstyle.version}</version> - <dependencies> - <dependency> - <groupId>com.puppycrawl.tools</groupId> - <artifactId>checkstyle</artifactId> - <version>${rng.checkstyle.dep.version}</version> - </dependency> - </dependencies> <configuration> <includeTestSourceDirectory>true</includeTestSourceDirectory> <configLocation>${rng.parent.dir}/src/main/resources/checkstyle/checkstyle.xml</configLocation> @@ -262,19 +250,6 @@ </plugin> <plugin> <artifactId>maven-pmd-plugin</artifactId> - <version>${rng.pmd.version}</version> - <dependencies> - <dependency> - <groupId>net.sourceforge.pmd</groupId> - <artifactId>pmd-core</artifactId> - <version>${rng.pmd.dep.version}</version> - </dependency> - <dependency> - <groupId>net.sourceforge.pmd</groupId> - <artifactId>pmd-java</artifactId> - <version>${rng.pmd.dep.version}</version> - </dependency> - </dependencies> <configuration> <targetJdk>${maven.compiler.target}</targetJdk> <skipEmptyReport>false</skipEmptyReport> @@ -430,7 +405,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>${rng.checkstyle.version}</version> <configuration> <configLocation>${rng.parent.dir}/src/main/resources/checkstyle/checkstyle.xml</configLocation> <headerLocation>${rng.parent.dir}/src/main/resources/checkstyle/license-header.txt</headerLocation> @@ -458,7 +432,6 @@ </plugin> <plugin> <artifactId>maven-pmd-plugin</artifactId> - <version>${rng.pmd.version}</version> <configuration> <targetJdk>${maven.compiler.target}</targetJdk> <skipEmptyReport>false</skipEmptyReport>
