Updated Branches: refs/heads/trunk 82a86c2fe -> c7a36429a
GIRAPH-463: Maven Release settings more friendly to Git (nitay) Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/c7a36429 Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/c7a36429 Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/c7a36429 Branch: refs/heads/trunk Commit: c7a36429a25420d7a54ba6fb30caa3c4a99dc270 Parents: 82a86c2 Author: Nitay Joffe <[email protected]> Authored: Wed Apr 17 12:50:18 2013 -0400 Committer: Nitay Joffe <[email protected]> Committed: Wed Apr 17 12:54:05 2013 -0400 ---------------------------------------------------------------------- CHANGELOG | 2 +- pom.xml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/c7a36429/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index c4fd04b..649ac18 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,9 @@ Giraph Change Log Release 1.0.1 - unreleased + GIRAPH-463: Maven Release settings more friendly to Git (nitay) Release 1.0.0 - 2013-04-15 - GIRAPH-633: Rename VertexEdges to OutEdges (apresta) GIRAPH-634: InternalGiraphRunner with TestGraph is broken (majakabiljo) http://git-wip-us.apache.org/repos/asf/giraph/blob/c7a36429/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 75de7d6..21e8125 100644 --- a/pom.xml +++ b/pom.xml @@ -412,6 +412,15 @@ under the License. </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <version>2.4.1</version> + <configuration> + <localCheckout>true</localCheckout> + <pushChanges>false</pushChanges> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.1.2</version> <executions>
