Repository: maven Updated Branches: refs/heads/master a4157428d -> fea81d8a2
fixed site generation: downgraded parent pom, upgraded m-assembly-p Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/fea81d8a Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/fea81d8a Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/fea81d8a Branch: refs/heads/master Commit: fea81d8a2710350c3517f0046e820893abd6cc77 Parents: a415742 Author: Hervé Boutemy <hbout...@apache.org> Authored: Sun Mar 19 14:44:33 2017 +0100 Committer: Hervé Boutemy <hbout...@apache.org> Committed: Sun Mar 19 14:44:33 2017 +0100 ---------------------------------------------------------------------- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/fea81d8a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1d34ffe..a3d5f67 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>30</version> + <version>27</version> <relativePath>../pom/maven/pom.xml</relativePath> </parent> @@ -536,6 +536,11 @@ under the License. <artifactId>findbugs-maven-plugin</artifactId> <version>3.0.4</version> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-assembly-plugin</artifactId> + <version>2.6</version> + </plugin> </plugins> </pluginManagement> <plugins>