You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/01/22 20:21:31 UTC

commons-statistics git commit: Document as requires Java 8.

Repository: commons-statistics
Updated Branches:
  refs/heads/master 954076b06 -> 9eb7fe81a


Document as requires Java 8.

Project: http://git-wip-us.apache.org/repos/asf/commons-statistics/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-statistics/commit/9eb7fe81
Tree: http://git-wip-us.apache.org/repos/asf/commons-statistics/tree/9eb7fe81
Diff: http://git-wip-us.apache.org/repos/asf/commons-statistics/diff/9eb7fe81

Branch: refs/heads/master
Commit: 9eb7fe81a938fd7f2e3e9140f6e0d42796a6697c
Parents: 954076b
Author: Gary Gregory <ga...@gmail.com>
Authored: Mon Jan 22 13:21:28 2018 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Mon Jan 22 13:21:28 2018 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-statistics/blob/9eb7fe81/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6e9aab4..ae58552 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@
     <commons.osgi.export>org.apache.commons.statistics</commons.osgi.export>
     <!-- do not use snapshot suffix here -->
     <commons.release.version>1.0</commons.release.version>
-    <commons.release.desc>(requires Java 6+)</commons.release.desc>
+    <commons.release.desc>(requires Java 8)</commons.release.desc>
     <!-- <commons.rc.version>RC1</commons.rc.version> -->
     <commons.binary.suffix>-bin</commons.binary.suffix>