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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git


The following commit(s) were added to refs/heads/master by this push:
     new dce73f3ef Set xalan compiler target
dce73f3ef is described below

commit dce73f3efbb0a0d6d22dc5bfd67a63bda5c3bf12
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun Sep 3 06:40:24 2023 +0200

    Set xalan compiler target
---
 xalan-2.7.3/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/xalan-2.7.3/pom.xml b/xalan-2.7.3/pom.xml
index 5cb15eeb4..15d7f4bdf 100644
--- a/xalan-2.7.3/pom.xml
+++ b/xalan-2.7.3/pom.xml
@@ -100,6 +100,14 @@
 
     <build>
         <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.8</source>
+                    <target>1.8</target>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>

Reply via email to