This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch branch_2x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_2x by this push:
     new a8b183ced fix source and target versions 1.8->8 to enable 
javadoc:aggregate
a8b183ced is described below

commit a8b183cedd1c711266536bcd3cb058253318d9a3
Author: tallison <[email protected]>
AuthorDate: Tue Oct 22 13:22:25 2024 -0400

    fix source and target versions 1.8->8 to enable javadoc:aggregate
---
 tika-parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index db45af8ec..bc955d54e 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -281,8 +281,8 @@
   </contributors>
 
   <properties>
-    <maven.compiler.source>1.8</maven.compiler.source>
-    <maven.compiler.target>1.8</maven.compiler.target>
+    <maven.compiler.source>8</maven.compiler.source>
+    <maven.compiler.target>8</maven.compiler.target>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     
<project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding>
     <project.build.outputTimestamp>1711465721</project.build.outputTimestamp>

Reply via email to