Author: chris.laprun(a)jboss.com
Date: 2008-03-20 18:06:57 -0400 (Thu, 20 Mar 2008)
New Revision: 10357
Modified:
modules/portlet/trunk/releaseLibs.sh
Log:
Added reminder to update component-info.xml.
Modified: modules/portlet/trunk/releaseLibs.sh
===================================================================
--- modules/portlet/trunk/releaseLibs.sh 2008-03-20 21:54:39 UTC (rev 10356)
+++ modules/portlet/trunk/releaseLibs.sh 2008-03-20 22:06:57 UTC (rev 10357)
@@ -12,7 +12,7 @@
if [[ $1 == "repos" ]]; then
loc=$repos
- echo "Releasing to repository"
+ echo "Releasing to repository. Don't forget to update component-info.xml with
revision number."
elif [[ $1 == "usage" ]]; then
echo "Usage shown, nothing was done"
exit 0