From c14c0dcc7ca460a33d29a275f6f052b731e7d405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Wed, 16 Jul 2014 22:06:33 +0200 Subject: [PATCH] added info about JDK activation with range --- maven-model/src/main/mdo/maven.mdo | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/maven-model/src/main/mdo/maven.mdo b/maven-model/src/main/mdo/maven.mdo index 85fc1b1601..fa6de4cdce 100644 --- a/maven-model/src/main/mdo/maven.mdo +++ b/maven-model/src/main/mdo/maven.mdo @@ -3135,7 +3135,8 @@ 1.4 only activates on JDKs versioned 1.4, - while !1.4 matches any JDK that is not version 1.4. + while !1.4 matches any JDK that is not version 1.4. Ranges are supported too: + [1.5,) activates when the JDK is 1.5 minimum. ]]>