Default don't push changes to git...
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/c3083a08 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/c3083a08 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/c3083a08 Branch: refs/heads/master Commit: c3083a0855b6dac10129614f2f88d41528843d22 Parents: da1d024 Author: Martijn Dashorst <[email protected]> Authored: Wed May 23 17:26:22 2012 +0200 Committer: Martijn Dashorst <[email protected]> Committed: Wed May 23 17:26:22 2012 +0200 ---------------------------------------------------------------------- pom.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/c3083a08/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8693e9e..1a68db7 100644 --- a/pom.xml +++ b/pom.xml @@ -560,6 +560,10 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.3</version> + <inherited>true</inherited> + <configuration> + <pushChanges>false</pushChanges> + </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
