Author: alexsmirnov
Date: 2007-08-15 20:05:26 -0400 (Wed, 15 Aug 2007)
New Revision: 2283
Added:
trunk/markRelease.sh
Log:
script for a create marked release tag
Added: trunk/markRelease.sh
===================================================================
--- trunk/markRelease.sh (rev 0)
+++ trunk/markRelease.sh 2007-08-16 00:05:26 UTC (rev 2283)
@@ -0,0 +1,7 @@
+#!/bin/sh
+mvn release:branch -DdryRun=true -DautoVersionSubmodules=true \
+ -DbranchName=$1 -DupdateBranchVersions=true \
+ -DupdateVersionsToSnapshot=false \
+ -DupdateWorkingCopyVersions=false \
+ -DtagBase=https://svn.jboss.org/repos/richfaces/tags
+find . -name pom.xml.branch -execdir mv pom.xml.branch pom.xml ';'
Show replies by date