You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2018/04/18 09:06:20 UTC

[cxf] 01/02: fixed JDK version and README

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

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

commit 208cf86e1b9066559d97f10bc4b05e81859263c9
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Wed Apr 18 11:01:27 2018 +0200

    fixed JDK version and README
---
 maven-plugins/codegen-plugin/src/it/README.md                      | 6 +++---
 maven-plugins/codegen-plugin/src/it/jdk-cxf-with-toolchain/pom.xml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/maven-plugins/codegen-plugin/src/it/README.md b/maven-plugins/codegen-plugin/src/it/README.md
index f42b169..b3727dc 100644
--- a/maven-plugins/codegen-plugin/src/it/README.md
+++ b/maven-plugins/codegen-plugin/src/it/README.md
@@ -1,13 +1,13 @@
 toolchain-integration-tests
 ===========================
 
-jdk6-cxf-with-toolchain
+jdk-cxf-with-toolchain
 -----------------------
 
 This project contains sample maven module using `cxf-codegen-plugin` to generate java from WSDL file.
 
-- it enforces usage of JDK 1.7 or higher to run the `mvn` command
-- it configures `maven-toolchains-plugins` to target JDK 6
+- it enforces usage of JDK 1.9 or higher to run the `mvn` command
+- it configures `maven-toolchains-plugins` to target JDK 8
 - cxf `fork` parameter if set to true to enable toolchain detection
 - if the toolchain wasn't correctly used by the cxf-codegen-plugin`, the the build should fail during the _compile_ phase
 
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 ffc14b6..778eefc 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>8</version>
+                  <version>1.8</version>
                 </jdk>
               </toolchains>
             </configuration>

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.