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

[2/3] git commit: Default tag name format

Default tag name format

Our tags for releases are always of the form wicket-x.y.z, so configure
the release plugin to use that convention.


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/fbc38042
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/fbc38042
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/fbc38042

Branch: refs/heads/master
Commit: fbc38042a29e33e94412c1b9e809359c01b2386a
Parents: c3083a0
Author: Martijn Dashorst <da...@apache.org>
Authored: Wed May 23 17:40:06 2012 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Wed May 23 17:52:49 2012 +0200

----------------------------------------------------------------------
 pom.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/fbc38042/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1a68db7..85d89df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -558,11 +558,12 @@
 				</plugin>
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-release-plugin</artifactId>
+					<artifactId>plugin</artifactId>
 					<version>2.3</version>
 					<inherited>true</inherited>
 					<configuration>
 						<pushChanges>false</pushChanges>
+						<tagNameFormat>wicket-@{project.version}</tagNameFormat>
 					</configuration>
 				</plugin>
 				<plugin>