File tree Expand file tree Collapse file tree 7 files changed +9
-8
lines changed
build-classpath-output-file-and-property
mdep-663_analyze_unsupported_version
mdep-779-analyze-only-verbose-shows-class-names
setup-custom-ear-lifecycle Expand file tree Collapse file tree 7 files changed +9
-8
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 4242 <version >1.0</version >
4343 </dependency >
4444 </dependencies >
45-
45+
4646 <build >
4747 <plugins >
4848 <plugin >
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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 2828
2929 <properties >
3030 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
31-
3231 </properties >
3332
3433 <build >
Original file line number Diff line number Diff line change 4242 <plugins >
4343 <plugin >
4444 <artifactId >maven-compiler-plugin</artifactId >
45+ <version >@compilerPluginVersion@</version >
4546 <configuration >
4647 <source >8</source >
4748 <target >8</target >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments