You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2018/07/13 16:29:16 UTC

svn commit: r1835848 - /pdfbox/branches/2.0/parent/pom.xml

Author: tilman
Date: Fri Jul 13 16:29:15 2018
New Revision: 1835848

URL: http://svn.apache.org/viewvc?rev=1835848&view=rev
Log:
PDFBOX-4071, PDFBOX-4266: revert 1835649 with comment due to failure to build on jdk6

Modified:
    pdfbox/branches/2.0/parent/pom.xml

Modified: pdfbox/branches/2.0/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/parent/pom.xml?rev=1835848&r1=1835847&r2=1835848&view=diff
==============================================================================
--- pdfbox/branches/2.0/parent/pom.xml (original)
+++ pdfbox/branches/2.0/parent/pom.xml Fri Jul 13 16:29:15 2018
@@ -23,7 +23,11 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>20</version>
+
+        <!-- don't increase number without investigation of the diffs
+             https://maven.apache.org/pom/asf/ due to failure to build on jdk6 -->
+        <version>19</version>
+
         <relativePath />
     </parent>