You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2018/09/21 16:15:10 UTC

[cxf] branch master updated: Attempt to fix toolchain JDK version for Jenkins builds

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

reta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c3f8e1  Attempt to fix toolchain JDK version for Jenkins builds
5c3f8e1 is described below

commit 5c3f8e1ab4417dcfade144f54f126b5ab7be76e0
Author: reta <dr...@gmail.com>
AuthorDate: Fri Sep 21 12:14:53 2018 -0400

    Attempt to fix toolchain JDK version for Jenkins builds
---
 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 7829c3a..7cbeb46 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
@@ -96,7 +96,7 @@
             <configuration>
               <toolchains>
                 <jdk>
-                  <version>1.8</version>
+                  <version>${java.version}</version>
                 </jdk>
               </toolchains>
             </configuration>