File tree Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change 238238 </executions >
239239 </plugin >
240240 <plugin >
241- <groupId >org.jvnet </groupId >
242- <artifactId >animal-sniffer</artifactId >
243- <version >1.2 </version >
241+ <groupId >org.codehaus.mojo </groupId >
242+ <artifactId >animal-sniffer-maven-plugin </artifactId >
243+ <version >1.11 </version >
244244 <executions >
245245 <execution >
246246 <id >animal-sniffer</id >
247- <phase >compile </phase >
247+ <phase >test </phase >
248248 <goals >
249249 <goal >check</goal >
250250 </goals >
251251 <configuration >
252252 <signature >
253- <groupId >org.jvnet.animal-sniffer </groupId >
254- <artifactId >java1.5 </artifactId >
253+ <groupId >org.codehaus.mojo.signature </groupId >
254+ <artifactId >java15 </artifactId >
255255 <version >1.0</version >
256256 </signature >
257257 </configuration >
258258 </execution >
259259 </executions >
260- <dependencies >
261- <dependency >
262- <groupId >org.jvnet.animal-sniffer</groupId >
263- <artifactId >java1.5</artifactId >
264- <version >1.0</version >
265- <type >sig</type >
266- </dependency >
267- </dependencies >
268260 </plugin >
269261 <plugin >
270262 <groupId >org.codehaus.mojo</groupId >
You can’t perform that action at this time.
0 commit comments