Upgrading the maven-site-plugin
Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/d2feda5e Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/d2feda5e Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/d2feda5e Branch: refs/heads/master Commit: d2feda5e663e89edbb44e7f86bea33b4a2f72b08 Parents: 9f1cb5f Author: Francesco Chicchiriccò <[email protected]> Authored: Fri Feb 19 15:43:20 2016 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Fri Feb 19 15:43:20 2016 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/d2feda5e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 462467f..198b96e 100644 --- a/pom.xml +++ b/pom.xml @@ -1761,7 +1761,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.4</version> + <version>3.5</version> <configuration> <locales>en</locales> <generateProjectInfo>false</generateProjectInfo>
