You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2012/05/23 17:54:12 UTC

[3/3] git commit: Default don't push changes to git...

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 <da...@apache.org>
Authored: Wed May 23 17:26:22 2012 +0200
Committer: Martijn Dashorst <da...@apache.org>
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>