This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/3.5.x-fixes by this push:
new 6125dc06db Fix compiler settings for cxf-java2wadl-plugin integration
tests
6125dc06db is described below
commit 6125dc06db82c9f964dec181cc92f85118df84bf
Author: Andriy Redko <[email protected]>
AuthorDate: Thu Jan 9 21:28:26 2025 -0500
Fix compiler settings for cxf-java2wadl-plugin integration tests
---
maven-plugins/java2wadl-plugin/src/it/java-generate-rx/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/maven-plugins/java2wadl-plugin/src/it/java-generate-rx/pom.xml
b/maven-plugins/java2wadl-plugin/src/it/java-generate-rx/pom.xml
index 6f0620df41..f9ab5c8892 100644
--- a/maven-plugins/java2wadl-plugin/src/it/java-generate-rx/pom.xml
+++ b/maven-plugins/java2wadl-plugin/src/it/java-generate-rx/pom.xml
@@ -21,8 +21,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<configuration>
- <source>11</source>
- <target>11</target>
+ <source>1.8</source>
+ <target>1.8</target>
</configuration>
</plugin>
<plugin>