This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch 1.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git
The following commit(s) were added to refs/heads/1.4.x-fixes by this push:
new 5cb5faf Compiler plugin upgrade
5cb5faf is described below
commit 5cb5faf50d0b6cccdccb14bcdede00d341e46ff6
Author: Colm O hEigeartaigh <coheigea@apache.org>
AuthorDate: Thu Oct 26 12:34:43 2017 +0100
Compiler plugin upgrade
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 86b1920..44f8aa5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -308,7 +308,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.6.1</version>
+ <version>3.6.2</version>
<configuration>
<source>${jdk.version}</source>
<target>${jdk.version}</target>
--
To stop receiving notification emails like this one, please contact
['"commits@cxf.apache.org" <commits@cxf.apache.org>'].
|