You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2018/10/05 17:18:50 UTC

[cxf] 01/12: Attempt to fix toolchain JDK version for Jenkins builds

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 3dbfe401d8e4faac35c65607bb0848bfdbfacfa3
Author: reta <dr...@gmail.com>
AuthorDate: Fri Sep 21 12:14:53 2018 -0400

    Attempt to fix toolchain JDK version for Jenkins builds
    
    (cherry picked from commit 5c3f8e1ab4417dcfade144f54f126b5ab7be76e0)
---
 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 2b6bf20..0a946a3 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>1.8</version>
+                  <version>${java.version}</version>
                 </jdk>
               </toolchains>
             </configuration>