You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/07/31 15:14:37 UTC

[maven-source-plugin] branch stabilize updated: Fix JDK range

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch stabilize
in repository https://gitbox.apache.org/repos/asf/maven-source-plugin.git


The following commit(s) were added to refs/heads/stabilize by this push:
     new 4a4016d  Fix JDK range
4a4016d is described below

commit 4a4016dd0acb4dace0a6c16d5615891fcc6c3561
Author: rfscholte <rf...@apache.org>
AuthorDate: Fri Jul 31 17:14:26 2020 +0200

    Fix JDK range
---
 src/it/MSOURCES-95/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/MSOURCES-95/pom.xml b/src/it/MSOURCES-95/pom.xml
index 671124d..25674e5 100644
--- a/src/it/MSOURCES-95/pom.xml
+++ b/src/it/MSOURCES-95/pom.xml
@@ -47,7 +47,7 @@
     <profile>
       <!-- IT fails on unix + JDK8, probably due to https://bugs.openjdk.java.net/browse/JDK-8177809 -->
       <activation>
-        <jdk>[8,9)</jdk>
+        <jdk>[1.8,9)</jdk>
         <os>
           <family>unix</family>
         </os>