You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2018/06/15 22:56:53 UTC

[maven-integration-testing] branch master updated: [MNG-6427] IT for MNG-1957 fails on Java 9+

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e9454d  [MNG-6427] IT for MNG-1957 fails on Java 9+
4e9454d is described below

commit 4e9454d7121132537b016eee0392b80bf2a9ebb2
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Jun 16 00:56:28 2018 +0200

    [MNG-6427] IT for MNG-1957 fails on Java 9+
---
 core-it-suite/src/test/resources/mng-1957/pom.xml | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/core-it-suite/src/test/resources/mng-1957/pom.xml b/core-it-suite/src/test/resources/mng-1957/pom.xml
index bf24ede..63c36d5 100644
--- a/core-it-suite/src/test/resources/mng-1957/pom.xml
+++ b/core-it-suite/src/test/resources/mng-1957/pom.xml
@@ -150,7 +150,7 @@ under the License.
       <!-- bounds close to current Java version (MNG-4512) -->
       <id>test-6e</id>
       <activation>
-        <jdk>[1.8,1.9)</jdk>
+        <jdk>[1.8,9)</jdk>
       </activation>
       <properties>
         <jdkProperty6>PASSED</jdkProperty6>
@@ -160,7 +160,17 @@ under the License.
       <!-- bounds close to current Java version (MNG-4512) -->
       <id>test-6f</id>
       <activation>
-        <jdk>[1.9,1.10)</jdk>
+        <jdk>[9,10)</jdk>
+      </activation>
+      <properties>
+        <jdkProperty6>PASSED</jdkProperty6>
+      </properties>
+    </profile>
+    <profile>
+      <!-- bounds close to current Java version (MNG-4512) -->
+      <id>test-6g</id>
+      <activation>
+        <jdk>[10,11)</jdk>
       </activation>
       <properties>
         <jdkProperty6>PASSED</jdkProperty6>

-- 
To stop receiving notification emails like this one, please contact
michaelo@apache.org.