We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d8bb4 commit 1de9d58Copy full SHA for 1de9d58
pom.xml
@@ -23,7 +23,7 @@
23
<parent>
24
<groupId>org.apache.maven</groupId>
25
<artifactId>maven-parent</artifactId>
26
- <version>39</version>
+ <version>41</version>
27
<relativePath />
28
</parent>
29
@@ -363,13 +363,6 @@
363
</excludes>
364
</configuration>
365
</plugin>
366
- <plugin>
367
- <groupId>org.apache.maven.plugins</groupId>
368
- <artifactId>maven-surefire-plugin</artifactId>
369
- <configuration>
370
- <trimStackTrace>false</trimStackTrace>
371
- </configuration>
372
- </plugin>
373
</plugins>
374
</pluginManagement>
375
<plugins>
@@ -390,7 +383,7 @@
390
383
391
384
<executions>
392
385
<execution>
393
- <id>check-java-1.7-compat</id>
386
+ <id>check-java-8-compat</id>
394
387
<goals>
395
388
<goal>check</goal>
396
389
</goals>
0 commit comments