Upgrading maven-compiler-plugin
Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/6b6b81eb Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/6b6b81eb Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/6b6b81eb Branch: refs/heads/master Commit: 6b6b81ebd8fdb26525ee1b2359c0079498f00ef7 Parents: fd998a2 Author: Francesco Chicchiriccò <[email protected]> Authored: Wed Jan 18 07:41:45 2017 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Wed Jan 18 07:41:53 2017 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/6b6b81eb/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index be4ceb9..a25707a 100644 --- a/pom.xml +++ b/pom.xml @@ -1375,7 +1375,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.6.0</version> + <version>3.6.1</version> <configuration> <source>${targetJdk}</source> <target>${targetJdk}</target>
