Author: ssteiner
Date: Fri Sep 23 10:20:56 2022
New Revision: 1904230

URL: http://svn.apache.org/viewvc?rev=1904230&view=rev
Log:
Fix compile on Java 20

Modified:
    xmlgraphics/fop-pdf-images/trunk/build.properties
    xmlgraphics/fop-pdf-images/trunk/pom.xml

Modified: xmlgraphics/fop-pdf-images/trunk/build.properties
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop-pdf-images/trunk/build.properties?rev=1904230&r1=1904229&r2=1904230&view=diff
==============================================================================
--- xmlgraphics/fop-pdf-images/trunk/build.properties (original)
+++ xmlgraphics/fop-pdf-images/trunk/build.properties Fri Sep 23 10:20:56 2022
@@ -5,7 +5,7 @@ year=2007-2022
 javac.debug=on
 javac.deprecation=on
 javac.fork=off
-javac.source=1.7
-javac.target=1.7
+javac.source=1.8
+javac.target=1.8
 
 junit.fork=on
\ No newline at end of file

Modified: xmlgraphics/fop-pdf-images/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop-pdf-images/trunk/pom.xml?rev=1904230&r1=1904229&r2=1904230&view=diff
==============================================================================
--- xmlgraphics/fop-pdf-images/trunk/pom.xml (original)
+++ xmlgraphics/fop-pdf-images/trunk/pom.xml Fri Sep 23 10:20:56 2022
@@ -10,8 +10,8 @@
   <url>https://xmlgraphics.apache.org/fop/fop-pdf-images.html</url>
 
   <properties>
-    <maven.compiler.source>1.7</maven.compiler.source>
-    <maven.compiler.target>1.7</maven.compiler.target>
+    <maven.compiler.source>1.8</maven.compiler.source>
+    <maven.compiler.target>1.8</maven.compiler.target>
   </properties>
 
   <dependencies>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-h...@xmlgraphics.apache.org

Reply via email to