This is an automated email from the ASF dual-hosted git repository. buhhunyx pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 814213d0e77c82d98a4aa5359d2f8f9b795037e4 Author: amarkevich <[email protected]> AuthorDate: Fri May 17 14:22:10 2019 +0300 Update maven-compiler-plugin --- maven-plugins/codegen-plugin/src/it/mark-generated/pom.xml | 2 +- maven-plugins/codegen-plugin/src/it/wsdl-artifact-resolution/pom.xml | 2 +- .../wadl2java-plugin/src/it/wsdl-artifact-resolution/pom.xml | 2 +- pom.xml | 4 ++-- systests/wsdl_maven/codegen/src/it/it-parent/pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/maven-plugins/codegen-plugin/src/it/mark-generated/pom.xml b/maven-plugins/codegen-plugin/src/it/mark-generated/pom.xml index 3649a8b..488c23b 100644 --- a/maven-plugins/codegen-plugin/src/it/mark-generated/pom.xml +++ b/maven-plugins/codegen-plugin/src/it/mark-generated/pom.xml @@ -36,7 +36,7 @@ </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> - <version>3.8.0</version> + <version>3.8.1</version> <configuration> <source>1.8</source> <target>1.8</target> diff --git a/maven-plugins/codegen-plugin/src/it/wsdl-artifact-resolution/pom.xml b/maven-plugins/codegen-plugin/src/it/wsdl-artifact-resolution/pom.xml index f45a3cb..f4b1d3a 100644 --- a/maven-plugins/codegen-plugin/src/it/wsdl-artifact-resolution/pom.xml +++ b/maven-plugins/codegen-plugin/src/it/wsdl-artifact-resolution/pom.xml @@ -36,7 +36,7 @@ </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> - <version>3.8.0</version> + <version>3.8.1</version> <configuration> <source>1.8</source> <target>1.8</target> diff --git a/maven-plugins/wadl2java-plugin/src/it/wsdl-artifact-resolution/pom.xml b/maven-plugins/wadl2java-plugin/src/it/wsdl-artifact-resolution/pom.xml index f195a5d..19dd1da 100644 --- a/maven-plugins/wadl2java-plugin/src/it/wsdl-artifact-resolution/pom.xml +++ b/maven-plugins/wadl2java-plugin/src/it/wsdl-artifact-resolution/pom.xml @@ -45,7 +45,7 @@ </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> - <version>3.8.0</version> + <version>3.8.1</version> <configuration> <source>1.8</source> <target>1.8</target> diff --git a/pom.xml b/pom.xml index c9831f2..7d39f56 100644 --- a/pom.xml +++ b/pom.xml @@ -215,7 +215,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.8.0</version> + <version>3.8.1</version> <configuration> <source>${cxf.jdk.version}</source> <target>${cxf.jdk.version}</target> @@ -495,7 +495,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.8.0</version> + <version>3.8.1</version> <configuration> <source>${cxf.jdk.version}</source> <target>${cxf.jdk.version}</target> diff --git a/systests/wsdl_maven/codegen/src/it/it-parent/pom.xml b/systests/wsdl_maven/codegen/src/it/it-parent/pom.xml index dd2177d..4d0c559 100644 --- a/systests/wsdl_maven/codegen/src/it/it-parent/pom.xml +++ b/systests/wsdl_maven/codegen/src/it/it-parent/pom.xml @@ -38,7 +38,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.8.0</version> + <version>3.8.1</version> <configuration> <source>1.8</source> <target>1.8</target>
