This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch java-10-test in repository https://gitbox.apache.org/repos/asf/camel.git
commit 50faba0d9dc93c44b7a069f36bf83f3ccd2c6228 Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Wed Jul 18 14:56:45 2018 +0200 CAMEL-12618: Use fork of maven-plugin-plugin th... ...at supports Java 11 Changes the maven-plugin-plugin version used to a fork built by jitpack.io that contains the Java 11 compatibility needed. --- tooling/maven/camel-api-component-maven-plugin/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tooling/maven/camel-api-component-maven-plugin/pom.xml b/tooling/maven/camel-api-component-maven-plugin/pom.xml index 0070fd6..ff85641 100644 --- a/tooling/maven/camel-api-component-maven-plugin/pom.xml +++ b/tooling/maven/camel-api-component-maven-plugin/pom.xml @@ -174,9 +174,9 @@ <pluginManagement> <plugins> <plugin> - <groupId>org.apache.maven.plugins</groupId> + <groupId>com.github.zregvart.maven-plugin-tools</groupId> <artifactId>maven-plugin-plugin</artifactId> - <version>3.3</version> + <version>MPLUGIN-336-SNAPSHOT</version> <configuration> <!-- see http://jira.codehaus.org/browse/MNG-5346 --> <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>