Author: alexsmirnov
Date: 2007-10-15 20:23:45 -0400 (Mon, 15 Oct 2007)
New Revision: 3388
Modified:
branches/3.1.x/markRelease.sh
Log:
remove console input
Modified: branches/3.1.x/markRelease.sh
===================================================================
--- branches/3.1.x/markRelease.sh 2007-10-16 00:21:38 UTC (rev 3387)
+++ branches/3.1.x/markRelease.sh 2007-10-16 00:23:45 UTC (rev 3388)
@@ -5,7 +5,9 @@
-DbranchName=$1 -DupdateBranchVersions=true \
-DupdateVersionsToSnapshot=false \
-DupdateWorkingCopyVersions=false \
- -DtagBase=https://svn.jboss.org/repos/richfaces/tags
+ -DtagBase=https://svn.jboss.org/repos/richfaces/tags <<-EOF
+$1
+EOF
find . -name pom.xml.branch -execdir mv pom.xml.branch pom.xml ';'
#mvn install
#cd ..
Show replies by date