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


The following commit(s) were added to refs/heads/master by this push:
     new 4f53d44  [CXF-7708] added maven-compiler-plugin config to fix build on 
Jenkins
4f53d44 is described below

commit 4f53d441d85172125a1399fcd6ec2241ccf953cb
Author: Dennis Kieselhorst <[email protected]>
AuthorDate: Sun Apr 22 11:34:36 2018 +0200

    [CXF-7708] added maven-compiler-plugin config to fix build on Jenkins
---
 maven-plugins/codegen-plugin/src/it/mark-generated/pom.xml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

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 17ec1df..e0ca4b3 100644
--- a/maven-plugins/codegen-plugin/src/it/mark-generated/pom.xml
+++ b/maven-plugins/codegen-plugin/src/it/mark-generated/pom.xml
@@ -35,9 +35,17 @@
                 </executions>
             </plugin>
             <plugin>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <version>3.7.0</version>
+                <configuration>
+                    <source>1.8</source>
+                    <target>1.8</target>
+                </configuration>
+            </plugin>
+            <plugin>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-codegen-plugin</artifactId>
-                <version>3.2.5-SNAPSHOT</version>
+                <version>@project.version@</version>
                 <executions>
                     <execution>
                         <id>generate-sources</id>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to