Repository: maven-integration-testing Updated Branches: refs/heads/master 3fed9eb66 -> fa6353778
Add jdk9 as profile activation Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/fa635377 Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/fa635377 Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/fa635377 Branch: refs/heads/master Commit: fa635377811af27eeabb3630401dba1d277f826c Parents: 3fed9eb Author: Robert Scholte <rfscho...@codehaus.org> Authored: Sat Sep 19 23:04:35 2015 +0200 Committer: Robert Scholte <rfscho...@codehaus.org> Committed: Sat Sep 19 23:04:35 2015 +0200 ---------------------------------------------------------------------- core-it-suite/src/test/resources/mng-1957/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/fa635377/core-it-suite/src/test/resources/mng-1957/pom.xml ---------------------------------------------------------------------- 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 1759fe9..bf24ede 100644 --- a/core-it-suite/src/test/resources/mng-1957/pom.xml +++ b/core-it-suite/src/test/resources/mng-1957/pom.xml @@ -156,5 +156,15 @@ under the License. <jdkProperty6>PASSED</jdkProperty6> </properties> </profile> + <profile> + <!-- bounds close to current Java version (MNG-4512) --> + <id>test-6f</id> + <activation> + <jdk>[1.9,1.10)</jdk> + </activation> + <properties> + <jdkProperty6>PASSED</jdkProperty6> + </properties> + </profile> </profiles> </project>