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

coheigea pushed a commit to branch 3.2.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 712d14588ddd3ad2e72becc82ef01e7d8e5df0ca
Author: reta <[email protected]>
AuthorDate: Fri Sep 21 12:47:57 2018 -0400

    Attempt to fix toolchain JDK version for Jenkins builds
    
    (cherry picked from commit 75a75655bce8652f1fc1d7e49298365aa4d86376)
---
 maven-plugins/codegen-plugin/src/it/jdk-cxf-with-toolchain/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-plugins/codegen-plugin/src/it/jdk-cxf-with-toolchain/pom.xml 
b/maven-plugins/codegen-plugin/src/it/jdk-cxf-with-toolchain/pom.xml
index 0a946a3..ef94cfd 100644
--- a/maven-plugins/codegen-plugin/src/it/jdk-cxf-with-toolchain/pom.xml
+++ b/maven-plugins/codegen-plugin/src/it/jdk-cxf-with-toolchain/pom.xml
@@ -93,7 +93,7 @@
             <configuration>
               <toolchains>
                 <jdk>
-                  <version>${java.version}</version>
+                  <version>${java.vm.specification.version}</version>
                 </jdk>
               </toolchains>
             </configuration>

Reply via email to