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

elharo pushed a commit to branch collate
in repository https://gitbox.apache.org/repos/asf/xerces-j.git

commit 6ffb5efc3d8e5a2d7e3dcbb4f26124d1f7597e15
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Wed Nov 19 16:20:55 2025 -0600

    Revert to 1.7
---
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index a9fb5c618..e196cdd32 100644
--- a/build.xml
+++ b/build.xml
@@ -92,8 +92,8 @@ Authors:
     <property name="optimize" value="on"/>
     <property name="deprecation" value="off"/>
     
-    <property name="javac.source" value="1.8"/>
-    <property name="javac.target" value="1.8"/>
+    <property name="javac.source" value="1.7"/>
+    <property name="javac.target" value="1.7"/>
 
     <property name="build.src" value="${build.dir}/src"/>
     <property name="build.dest" value="${build.dir}/classes"/>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to