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 2014/03/29 19:41:48 UTC

git commit: Add MNG-4512 test for jdk8

Repository: maven-integration-testing
Updated Branches:
  refs/heads/master f15c20225 -> 806433276


Add MNG-4512 test for jdk8


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/80643327
Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/80643327
Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/80643327

Branch: refs/heads/master
Commit: 8064332760ff1524975fc654224d4cf655f50050
Parents: f15c202
Author: Robert Scholte <rf...@codehaus.org>
Authored: Sat Mar 29 19:40:34 2014 +0100
Committer: Robert Scholte <rf...@codehaus.org>
Committed: Sat Mar 29 19:40:34 2014 +0100

----------------------------------------------------------------------
 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/80643327/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 0915750..1759fe9 100644
--- a/core-it-suite/src/test/resources/mng-1957/pom.xml
+++ b/core-it-suite/src/test/resources/mng-1957/pom.xml
@@ -146,5 +146,15 @@ under the License.
         <jdkProperty6>PASSED</jdkProperty6>
       </properties>
     </profile>
+    <profile>
+      <!-- bounds close to current Java version (MNG-4512) -->
+      <id>test-6e</id>
+      <activation>
+        <jdk>[1.8,1.9)</jdk>
+      </activation>
+      <properties>
+        <jdkProperty6>PASSED</jdkProperty6>
+      </properties>
+    </profile>
   </profiles>
 </project>