Updated Branches: refs/heads/trunk c7a36429a -> 32b7f593f
GIRAPH-645: version for maven deploy plugin (nitay) Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/32b7f593 Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/32b7f593 Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/32b7f593 Branch: refs/heads/trunk Commit: 32b7f593fd17c3ea4bae5387da96091284f5b91e Parents: c7a3642 Author: Nitay Joffe <[email protected]> Authored: Thu Apr 18 14:09:54 2013 -0400 Committer: Nitay Joffe <[email protected]> Committed: Thu Apr 18 14:49:30 2013 -0400 ---------------------------------------------------------------------- CHANGELOG | 4 +++- pom.xml | 5 +++++ 2 files changed, 8 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/32b7f593/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 649ac18..c1a2c85 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,9 @@ Giraph Change Log Release 1.0.1 - unreleased - GIRAPH-463: Maven Release settings more friendly to Git (nitay) + GIRAPH-645: Specify maven deploy plugin version (nitay) + + GIRAPH-643: Maven Release settings more friendly to Git (nitay) Release 1.0.0 - 2013-04-15 GIRAPH-633: Rename VertexEdges to OutEdges (apresta) http://git-wip-us.apache.org/repos/asf/giraph/blob/32b7f593/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 21e8125..945a6b3 100644 --- a/pom.xml +++ b/pom.xml @@ -412,6 +412,11 @@ under the License. </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <version>2.7</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.4.1</version> <configuration>
