Updated Branches: refs/heads/trunk 754375294 -> a33d50b4a
GIRAPH-628: Can't build Giraph without git due to mavanagaiata not configured right (aching). Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/a33d50b4 Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/a33d50b4 Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/a33d50b4 Branch: refs/heads/trunk Commit: a33d50b4a952b22270e9478af9e925deecddec1c Parents: 7543752 Author: Avery Ching <[email protected]> Authored: Fri Apr 12 16:55:13 2013 -0700 Committer: Avery Ching <[email protected]> Committed: Fri Apr 12 17:07:51 2013 -0700 ---------------------------------------------------------------------- CHANGELOG | 5 ++++- pom.xml | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/a33d50b4/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 7d0f744..c45577e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,12 @@ Giraph Change Log Release 1.1 - unreleased - + Release 1.0 - 2013-04-12 + GIRAPH-628: Can't build Giraph without git due to mavanagaiata not + configured right (aching). + GIRAPH-595: InternalVertexRunner.run() should take GiraphConfiguration, not GiraphClasses (nitay via apresta) http://git-wip-us.apache.org/repos/asf/giraph/blob/a33d50b4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 294f1eb..75de7d6 100644 --- a/pom.xml +++ b/pom.xml @@ -266,9 +266,10 @@ under the License. <plugin> <groupId>com.github.koraktor</groupId> <artifactId>mavanagaiata</artifactId> - <version>0.4.1</version> + <version>0.5.0</version> <configuration> <gitDir>${top.dir}/.git</gitDir> + <skipNoGit>true</skipNoGit> </configuration> <executions> <execution>
