You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2021/08/13 19:32:09 UTC

[commons-rng] 09/12: Update examples/release profiles to require java 11

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

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git

commit e98e5102b26db23ec79a4fae3adc0b961ebe4319
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Fri Aug 13 19:47:05 2021 +0100

    Update examples/release profiles to require java 11
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 374ac64..4f7b9bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
     <module>commons-rng-simple</module>
     <module>commons-rng-sampling</module>
     <!--
-        The examples are built only upon explicit request (requires Java 1.7+).
+        The examples are built only upon explicit request (requires Java 11).
         See profiles: "commons-rng-examples"; "release"
     -->
   </modules>