File tree 3 files changed +3
-3
lines changed
coursera-algorithms-part-1
coursera-pcdp-parallel-concurrent-distributed-java
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 58
58
<plugin >
59
59
<groupId >org.apache.maven.plugins</groupId >
60
60
<artifactId >maven-compiler-plugin</artifactId >
61
- <version >3.13 .0</version >
61
+ <version >3.14 .0</version >
62
62
</plugin >
63
63
<plugin >
64
64
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 50
50
<plugins >
51
51
<plugin >
52
52
<artifactId >maven-compiler-plugin</artifactId >
53
- <version >3.13 .0</version >
53
+ <version >3.14 .0</version >
54
54
<configuration >
55
55
<source >${maven.compiler.source} </source >
56
56
<target >${maven.compiler.target} </target >
Original file line number Diff line number Diff line change 77
77
<!-- specify the java version to use during compilation -->
78
78
<groupId >org.apache.maven.plugins</groupId >
79
79
<artifactId >maven-compiler-plugin</artifactId >
80
- <version >3.13 .0</version >
80
+ <version >3.14 .0</version >
81
81
<configuration >
82
82
<source >${maven.compiler.source} </source >
83
83
<target >${maven.compiler.target} </target >
You can’t perform that action at this time.
0 commit comments