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 2019/06/27 18:23:17 UTC

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

Author: tilman
Date: Thu Jun 27 18:23:17 2019
New Revision: 1862238

URL: http://svn.apache.org/viewvc?rev=1862238&view=rev
Log:
PDFBOX-4584: revert 1860492, animal sniffer 1.18 doesn't work with jdk7

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=1862238&r1=1862237&r2=1862238&view=diff
==============================================================================
--- pdfbox/branches/2.0/parent/pom.xml (original)
+++ pdfbox/branches/2.0/parent/pom.xml Thu Jun 27 18:23:17 2019
@@ -261,7 +261,8 @@
 	        <plugin>
 	            <groupId>org.codehaus.mojo</groupId>
 	            <artifactId>animal-sniffer-maven-plugin</artifactId>
-	            <version>1.18</version>
+                    <!-- don't update, or it won't work with jdk1.7 -->
+	            <version>1.17</version>
 	            <executions>
 	               <execution>
 	                  <id>check-java-version</id>