This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch jdk11_asm7 in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
The following commit(s) were added to refs/heads/jdk11_asm7 by this push: new 41ca599 fix java 11 selector 41ca599 is described below commit 41ca59966f6038068a602639638428e55cfdbdfa Author: olivier lamy <ol...@apache.org> AuthorDate: Wed Oct 3 21:28:31 2018 +1000 fix java 11 selector Signed-off-by: olivier lamy <ol...@apache.org> --- maven-plugin-plugin/src/it/help-basic-jdk11/invoker.properties | 2 +- .../src/it/java-basic-annotations-jdk11/invoker.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maven-plugin-plugin/src/it/help-basic-jdk11/invoker.properties b/maven-plugin-plugin/src/it/help-basic-jdk11/invoker.properties index d78b69e..e1086cb 100644 --- a/maven-plugin-plugin/src/it/help-basic-jdk11/invoker.properties +++ b/maven-plugin-plugin/src/it/help-basic-jdk11/invoker.properties @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -invoker.java.version = 11 +invoker.java.version = 11+ invoker.maven.version = 3.0+ invoker.goals.1 = clean install -DskipTests invoker.goals.2 = org.apache.maven.its.plugin:help-jdk11:1.0-SNAPSHOT:help diff --git a/maven-plugin-plugin/src/it/java-basic-annotations-jdk11/invoker.properties b/maven-plugin-plugin/src/it/java-basic-annotations-jdk11/invoker.properties index a67d07c..635363d 100644 --- a/maven-plugin-plugin/src/it/java-basic-annotations-jdk11/invoker.properties +++ b/maven-plugin-plugin/src/it/java-basic-annotations-jdk11/invoker.properties @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -invoker.java.version = 1.8+ +invoker.java.version = 11+ invoker.goals.1 = clean install -DskipTests invoker.goals.2 = org.apache.maven.its.basic-java-annotations:maven-it-basic-java-annotations:1.0-SNAPSHOT:it0014 invoker.goals.3 = org.apache.maven.its.basic-java-annotations:maven-it-basic-java-annotations:1.0-SNAPSHOT:help \ No newline at end of file