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 c67de2fdb Set compiler target version for xalan
c67de2fdb is described below
commit c67de2fdb3c6260feec96fcb30c3f757b3ea4128
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun Sep 3 06:47:47 2023 +0200
Set compiler target version for xalan
---
xalan-serializer-2.7.3/pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/xalan-serializer-2.7.3/pom.xml b/xalan-serializer-2.7.3/pom.xml
index 1a685d880..4118bf9a7 100644
--- a/xalan-serializer-2.7.3/pom.xml
+++ b/xalan-serializer-2.7.3/pom.xml
@@ -75,6 +75,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>