Repository: syncope Updated Branches: refs/heads/2_0_X ae159005e -> 15575d824 refs/heads/master fd998a2fc -> 6b6b81ebd
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/15575d82 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/15575d82 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/15575d82 Branch: refs/heads/2_0_X Commit: 15575d824bb5225e60adc14af38aa1a3e74ca2db Parents: ae15900 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:45 2017 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/15575d82/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d559ec1..1ace363 100644 --- a/pom.xml +++ b/pom.xml @@ -1380,7 +1380,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>
