Skip to content

Commit 6ccca01

Browse files
committed
[MDEP-867] Upgrade plugins in ITs
1 parent 159090b commit 6ccca01

File tree

7 files changed

+9
-8
lines changed
  • src/it/projects
    • build-classpath-output-file-and-property
    • mdep-439-analyze-java8
    • mdep-599-analyze-java9
    • mdep-663_analyze_unsupported_version
    • mdep-779-analyze-only-verbose-shows-class-names
    • setup-custom-ear-lifecycle

7 files changed

+9
-8
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ under the License.
455455
<settingsFile>src/it/mrm/settings.xml</settingsFile>
456456
<filterProperties>
457457
<repository.proxy.url>${repository.proxy.url}</repository.proxy.url>
458+
<compilerPluginVersion>3.11.0</compilerPluginVersion>
458459
</filterProperties>
459460
</configuration>
460461
<dependencies>

src/it/projects/build-classpath-output-file-and-property/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<version>1.0</version>
4343
</dependency>
4444
</dependencies>
45-
45+
4646
<build>
4747
<plugins>
4848
<plugin>
@@ -62,7 +62,7 @@
6262
<plugin>
6363
<groupId>org.apache.maven.plugins</groupId>
6464
<artifactId>maven-enforcer-plugin</artifactId>
65-
<version>1.4.1</version>
65+
<version>3.3.0</version>
6666
<executions>
6767
<execution>
6868
<id>enforce-property</id>

src/it/projects/mdep-439-analyze-java8/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2424

2525
<modelVersion>4.0.0</modelVersion>
26-
26+
2727
<groupId>org.sugis.maven</groupId>
2828
<artifactId>dep-analyze-java8</artifactId>
2929
<name>dep-analyze-java8</name>
@@ -56,7 +56,7 @@ under the License.
5656
<plugin>
5757
<groupId>org.apache.maven.plugins</groupId>
5858
<artifactId>maven-compiler-plugin</artifactId>
59-
<version>3.1</version>
59+
<version>@compilerPluginVersion@</version>
6060
<configuration>
6161
<source>1.8</source>
6262
<target>1.8</target>

src/it/projects/mdep-599-analyze-java9/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<plugin>
3838
<groupId>org.apache.maven.plugins</groupId>
3939
<artifactId>maven-compiler-plugin</artifactId>
40-
<version>3.7.0</version>
40+
<version>@compilerPluginVersion@</version>
4141
</plugin>
4242
</plugins>
4343
</pluginManagement>

src/it/projects/mdep-663_analyze_unsupported_version/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
<properties>
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
31-
3231
</properties>
3332

3433
<build>

src/it/projects/mdep-779-analyze-only-verbose-shows-class-names/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
<plugins>
4343
<plugin>
4444
<artifactId>maven-compiler-plugin</artifactId>
45+
<version>@compilerPluginVersion@</version>
4546
<configuration>
4647
<source>8</source>
4748
<target>8</target>

src/it/projects/setup-custom-ear-lifecycle/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ under the License.
2525
<artifactId>maven-custom-ear</artifactId>
2626
<version>1.0</version>
2727
<packaging>pom</packaging>
28-
28+
2929
<build>
3030
<pluginManagement>
3131
<plugins>
3232
<plugin>
3333
<groupId>org.apache.maven.plugins</groupId>
3434
<artifactId>maven-compiler-plugin</artifactId>
35-
<version>2.5.1</version>
35+
<version>@compilerPluginVersion@</version>
3636
</plugin>
3737
</plugins>
3838
</pluginManagement>

0 commit comments

Comments
 (0)