Updated Branches: refs/heads/trunk 371f554f9 -> 3e88476ce
GIRAPH-796 Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/3e88476c Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/3e88476c Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/3e88476c Branch: refs/heads/trunk Commit: 3e88476ce725aaca544b09be151fa1008a960a5b Parents: 371f554 Author: Claudio Martella <[email protected]> Authored: Mon Nov 18 14:53:57 2013 +0100 Committer: Claudio Martella <[email protected]> Committed: Mon Nov 18 14:53:57 2013 +0100 ---------------------------------------------------------------------- CHANGELOG | 2 ++ pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/3e88476c/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 50b0761..ffa9864 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ Giraph Change Log Release 1.1.0 - unreleased + GIRAPH-796: Site build error with maven 3.1 (armax00 via claudio) + GIRAPH-749: Update documentation according to the new EdgeOutputFormat API (armax00 via claudio) http://git-wip-us.apache.org/repos/asf/giraph/blob/3e88476c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bce0641..c681696 100644 --- a/pom.xml +++ b/pom.xml @@ -467,7 +467,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.2</version> + <version>3.3</version> <configuration> <reportPlugins> <plugin>
