You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2019/09/22 08:16:33 UTC

svn commit: r1867326 - in /pdfbox/branches/issue4569: ./ README.md

Author: lehmi
Date: Sun Sep 22 08:16:33 2019
New Revision: 1867326

URL: http://svn.apache.org/viewvc?rev=1867326&view=rev
Log:
PDFBOX-4656: set minimum requirement to java 8

Modified:
    pdfbox/branches/issue4569/   (props changed)
    pdfbox/branches/issue4569/README.md

Propchange: pdfbox/branches/issue4569/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun Sep 22 08:16:33 2019
@@ -1,4 +1,4 @@
 /pdfbox/branches/2.0:1760418,1761484,1762133,1763609,1779822,1780783,1780789,1782684,1784450,1792784,1795704,1795712,1799081-1799082,1814046,1814285,1814459,1824914,1825811,1825820,1825912,1844477,1844516,1844519,1844567,1850577,1857953,1858696,1858698,1860825
 /pdfbox/branches/no-awt:1618517-1621410
 /pdfbox/no-awt:1618514-1618516
-/pdfbox/trunk:1861927,1861933,1862347,1862350,1866739
+/pdfbox/trunk:1861927,1861933,1862347,1862350,1866739,1867288,1867325

Modified: pdfbox/branches/issue4569/README.md
URL: http://svn.apache.org/viewvc/pdfbox/branches/issue4569/README.md?rev=1867326&r1=1867325&r2=1867326&view=diff
==============================================================================
--- pdfbox/branches/issue4569/README.md (original)
+++ pdfbox/branches/issue4569/README.md Sun Sep 22 08:16:33 2019
@@ -18,7 +18,7 @@ releases from our [Download Page](http:/
 Build
 -----
 
-You need Java 7 (or higher) and Maven 3 <http://maven.apache.org/> to
+You need Java 8 (or higher) and Maven 3 <http://maven.apache.org/> to
 build PDFBox. The recommended build command is:
 
     mvn clean install