This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MPLUGINTESTING-55 in repository https://gitbox.apache.org/repos/asf/maven-plugin-testing.git
commit ef402ecaca9ec0eaadb9a73bd77ca69fd80ac2cb Author: Karl Heinz Marbaise <[email protected]> AuthorDate: Mon Jun 25 19:59:29 2018 +0200 [MPLUGINTESTING-55] - Upgrade parent to 31 --- pom.xml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/pom.xml b/pom.xml index f83df63..4c5702d 100644 --- a/pom.xml +++ b/pom.xml @@ -243,26 +243,6 @@ under the License. </plugins> </pluginManagement> <plugins> - <plugin><!-- TODO remove when upgrading to maven-parent 25 --> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-enforcer-plugin</artifactId> - <executions> - <execution> - <id>enforce-bytecode-version</id> - <goals> - <goal>enforce</goal> - </goals> - <configuration> - <rules> - <enforceBytecodeVersion> - <maxJdkVersion>${maven.compiler.target}</maxJdkVersion> - </enforceBytecodeVersion> - </rules> - <fail>true</fail> - </configuration> - </execution> - </executions> - </plugin> <plugin> <artifactId>maven-site-plugin</artifactId> <inherited>false</inherited>
