File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 4242 <plugin >
4343 <groupId >org.apache.maven.plugins</groupId >
4444 <artifactId >maven-compiler-plugin</artifactId >
45- <version >3.10 .0</version >
45+ <version >3.11 .0</version >
4646 <configuration >
4747 <source >11</source >
4848 <target >11</target >
5252 <plugin >
5353 <groupId >org.apache.maven.plugins</groupId >
5454 <artifactId >maven-surefire-plugin</artifactId >
55- <version >3.0.0-M5 </version >
55+ <version >3.0.0</version >
5656 <dependencies >
5757 <dependency >
5858 <groupId >org.junit.jupiter</groupId >
6868 <configuration >
6969 <archive >
7070 <manifestEntries >
71- <Automatic-Module-Name >com.github.underscore</Automatic-Module-Name >
7271 <Main-Class >com.github.underscore.Underscore</Main-Class >
7372 </manifestEntries >
7473 </archive >
7776 <plugin >
7877 <groupId >org.apache.maven.plugins</groupId >
7978 <artifactId >maven-source-plugin</artifactId >
80- <version >3.0.1 </version >
79+ <version >3.2.0 </version >
8180 <executions >
8281 <execution >
8382 <id >attach-sources</id >
9190 <plugin >
9291 <groupId >org.apache.maven.plugins</groupId >
9392 <artifactId >maven-javadoc-plugin</artifactId >
94- <version >3.1.0 </version >
93+ <version >3.4.1 </version >
9594 <executions >
9695 <execution >
9796 <id >attach-sources</id >
Original file line number Diff line number Diff line change 4343 <plugin >
4444 <groupId >org.apache.maven.plugins</groupId >
4545 <artifactId >maven-compiler-plugin</artifactId >
46- <version >3.10 .0</version >
46+ <version >3.11 .0</version >
4747 <configuration >
4848 <source >11</source >
4949 <target >11</target >
5353 <plugin >
5454 <groupId >org.apache.maven.plugins</groupId >
5555 <artifactId >maven-surefire-plugin</artifactId >
56- <version >3.0.0-M5 </version >
56+ <version >3.0.0</version >
5757 <dependencies >
5858 <dependency >
5959 <groupId >org.junit.jupiter</groupId >
6565 <plugin >
6666 <groupId >org.apache.maven.plugins</groupId >
6767 <artifactId >maven-jar-plugin</artifactId >
68- <version >2.4 </version >
68+ <version >3.2.2 </version >
6969 <configuration >
7070 <archive >
7171 <manifest >
193193 <plugin >
194194 <groupId >org.apache.maven.plugins</groupId >
195195 <artifactId >maven-source-plugin</artifactId >
196- <version >3.0.1 </version >
196+ <version >3.2.0 </version >
197197 <executions >
198198 <execution >
199199 <id >attach-sources</id >
207207 <plugin >
208208 <groupId >org.apache.maven.plugins</groupId >
209209 <artifactId >maven-javadoc-plugin</artifactId >
210- <version >3.1.0 </version >
210+ <version >3.4.1 </version >
211211 <executions >
212212 <execution >
213213 <id >attach-sources</id >
You can’t perform that action at this time.
0 commit comments