1
0
This commit is contained in:
Gary Gregory
2020-12-15 09:25:41 -05:00

View File

@@ -424,7 +424,7 @@ under the License.
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId> <artifactId>maven-dependency-plugin</artifactId>
<version>2.4</version> <version>3.1.2</version>
<executions> <executions>
<execution> <execution>
<goals> <goals>
@@ -528,7 +528,7 @@ under the License.
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId> <artifactId>maven-pmd-plugin</artifactId>
<version>3.3</version> <version>3.14.0</version>
<configuration> <configuration>
<!-- targetJdk 1.1, 1.2 is not supported --> <!-- targetJdk 1.1, 1.2 is not supported -->
<targetJdk>1.3</targetJdk> <targetJdk>1.3</targetJdk>
@@ -560,7 +560,7 @@ under the License.
<commons.jira.pid>12310484</commons.jira.pid> <commons.jira.pid>12310484</commons.jira.pid>
<!-- The RC version used in the staging repository URL. --> <!-- The RC version used in the staging repository URL. -->
<commons.rc.version>RC2</commons.rc.version> <commons.rc.version>RC2</commons.rc.version>
<commons.surefire.version>2.12</commons.surefire.version> <commons.surefire.version>2.22.2</commons.surefire.version>
<spotbugs.plugin.version>4.1.4</spotbugs.plugin.version> <spotbugs.plugin.version>4.1.4</spotbugs.plugin.version>
<spotbugs.impl.version>4.2.0</spotbugs.impl.version> <spotbugs.impl.version>4.2.0</spotbugs.impl.version>
<skipSurefireReport>true</skipSurefireReport> <skipSurefireReport>true</skipSurefireReport>