[jbosscache-commits] JBoss Cache SVN: r7361 - searchable/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Sun Jan 4 12:59:57 EST 2009


Author: manik.surtani at jboss.com
Date: 2009-01-04 12:59:57 -0500 (Sun, 04 Jan 2009)
New Revision: 7361

Modified:
   searchable/trunk/release.sh
Log:
Fixed release script again

Modified: searchable/trunk/release.sh
===================================================================
--- searchable/trunk/release.sh	2009-01-04 17:54:21 UTC (rev 7360)
+++ searchable/trunk/release.sh	2009-01-04 17:59:57 UTC (rev 7361)
@@ -67,7 +67,7 @@
 
 checkIntoRepo()
 {
-	cd $localMvn
+	cd $localMvn/org/jboss/cache/jbosscache-searchable        
 	svn add $ver
 	svn ci -m "JBoss Cache Release Script: Release $ver" $ver
 	echo "checkIntoRepo function run ok!"




More information about the jbosscache-commits mailing list