Repository: crunch Updated Branches: refs/heads/master fcf901cbb -> cd4b3887b
CRUNCH-500: Upgrade maven-site-plugin to 3.3 to resolve AetherClassNotFound on Maven 3.2+ Signed-off-by: tzolov <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/cd4b3887 Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/cd4b3887 Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/cd4b3887 Branch: refs/heads/master Commit: cd4b3887bd8d52c89151c7dba0cffa6e1615c364 Parents: fcf901c Author: tzolov <[email protected]> Authored: Mon Feb 23 11:17:18 2015 +0100 Committer: tzolov <[email protected]> Committed: Mon Feb 23 15:07:25 2015 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/cd4b3887/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 44fb488..d426699 100644 --- a/pom.xml +++ b/pom.xml @@ -765,7 +765,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.1</version> + <version>3.3</version> <dependencies> <dependency> <groupId>org.apache.maven.wagon</groupId>
