Skip to content

Commit

Permalink
[MPMD-372] Upgrade plugins and components (in ITs)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed May 10, 2023
1 parent 8c57b90 commit fbd8644
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 16 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ under the License.
<doxiaVersion>1.12.0</doxiaVersion>
<doxiaSitetoolsVersion>1.11.1</doxiaSitetoolsVersion>
<javaVersion>8</javaVersion>
<!-- Because PMD 6.35.0+ requires Java 8 -->
<pmdVersion>6.55.0</pmdVersion>
<slf4jVersion>1.7.36</slf4jVersion>
<aetherVersion>1.0.0.v20140518</aetherVersion>
<compilerPluginVersion>3.11.0</compilerPluginVersion>
<sitePluginVersion>3.12.1</sitePluginVersion>
<projectInfoReportsPluginVersion>3.4.1</projectInfoReportsPluginVersion>
<projectInfoReportsPluginVersion>3.4.3</projectInfoReportsPluginVersion>
<jxrPluginVersion>3.3.0</jxrPluginVersion>
<project.build.outputTimestamp>2023-01-06T22:00:33Z</project.build.outputTimestamp>
</properties>
Expand Down
1 change: 1 addition & 0 deletions src/it/MPMD-182/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>@compilerPluginVersion@</version>
<configuration>
<source>${javaVersion}</source>
<target>${javaVersion}</target>
Expand Down
2 changes: 1 addition & 1 deletion src/it/MPMD-205-pmd-js-check/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ under the License.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.9.1</version>
<version>3.3.0</version>
<executions>
<execution>
<id>add-javascript-source</id>
Expand Down
2 changes: 1 addition & 1 deletion src/it/MPMD-270-325-JDK11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<version>@compilerPluginVersion@</version>
<configuration>
<target>${java.version}</target>
<source>${java.version}</source>
Expand Down
2 changes: 1 addition & 1 deletion src/it/MPMD-280-JDK12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<version>@compilerPluginVersion@</version>
<configuration>
<target>${java.version}</target>
<source>${java.version}</source>
Expand Down
2 changes: 1 addition & 1 deletion src/it/MPMD-295-JDK13/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<version>@compilerPluginVersion@</version>
<configuration>
<target>${java.version}</target>
<source>${java.version}</source>
Expand Down
2 changes: 1 addition & 1 deletion src/it/MPMD-302-JDK14/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<version>@compilerPluginVersion@</version>
<configuration>
<target>${java.version}</target>
<source>${java.version}</source>
Expand Down
2 changes: 1 addition & 1 deletion src/it/MPMD-302-JDK15/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<version>@compilerPluginVersion@</version>
<configuration>
<target>${java.version}</target>
<source>${java.version}</source>
Expand Down
2 changes: 1 addition & 1 deletion src/it/MPMD-304-toolchain-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<version>@compilerPluginVersion@</version>
<configuration>
<target>${java.version}</target>
<source>${java.version}</source>
Expand Down
2 changes: 1 addition & 1 deletion src/it/MPMD-312-JDK16/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<version>@compilerPluginVersion@</version>
<configuration>
<target>${java.version}</target>
<source>${java.version}</source>
Expand Down
2 changes: 1 addition & 1 deletion src/it/MPMD-312-JDK17/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<version>@compilerPluginVersion@</version>
<configuration>
<target>${java.version}</target>
<source>${java.version}</source>
Expand Down
2 changes: 1 addition & 1 deletion src/it/MPMD-323-ruleset-basedir-jgitver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ under the License.
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.9.0</version>
<version>@compilerPluginVersion@</version>
</plugin>
<plugin>
<groupId>@project.groupId@</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/it/MPMD-332-JDK18/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<version>@compilerPluginVersion@</version>
<configuration>
<target>${java.version}</target>
<source>${java.version}</source>
Expand Down
2 changes: 1 addition & 1 deletion src/it/MPMD-348-JDK19/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>@compilerPluginVersion@</version>
<configuration>
<target>${java.version}</target>
<source>${java.version}</source>
Expand Down
2 changes: 1 addition & 1 deletion src/it/MPMD-365-JDK20/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>@compilerPluginVersion@</version>
<configuration>
<target>${java.version}</target>
<source>${java.version}</source>
Expand Down
2 changes: 1 addition & 1 deletion src/it/empty-rulesets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<version>@compilerPluginVersion@</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit fbd8644

Please sign in to comment.