[jbosscache-commits] JBoss Cache SVN: r8394 - core/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Apr 22 06:34:35 EDT 2010


Author: manik.surtani at jboss.com
Date: 2010-04-22 06:34:34 -0400 (Thu, 22 Apr 2010)
New Revision: 8394

Modified:
   core/trunk/release.sh
Log:


Modified: core/trunk/release.sh
===================================================================
--- core/trunk/release.sh	2010-04-22 09:01:39 UTC (rev 8393)
+++ core/trunk/release.sh	2010-04-22 10:34:34 UTC (rev 8394)
@@ -13,9 +13,6 @@
 # Where do you locally check out tags?
 localTagsDir="/Users/manik/Code/jbosscache/core/tags"
 
-# Your maven2 repo to deploy built artifacts
-localMvnRepoDir="/Users/manik/Code/maven2/org/jboss/cache/jbosscache-core"
-
 # Where should built documentation go?
 docsDir="/Users/manik/Code/CMS/jbosscache/freezone/docs"
 
@@ -78,13 +75,6 @@
 	mvn clean deploy -Dmaven.test.skip.exec=true -PDocs
 }
 
-checkIntoRepository()
-{
-	cd $localMvnRepoDir
-	svn add $ver
-	svn ci -m "JBoss Cache Release Script: Releasing $ver" $ver
-}
-
 docs()
 {
 	cd $docsDir
@@ -107,7 +97,6 @@
 tag
 setVersion
 build
-checkIntoRepository
 docs
 echo 'Done!  Now all you need to do is:'
 echo '  1.  Update the website (http://www.jbosscache.org)'



More information about the jbosscache-commits mailing list