[infinispan-commits] Infinispan SVN: r2255 - branches/4.1.x/bin.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Wed Aug 18 10:29:03 EDT 2010


Author: manik.surtani at jboss.com
Date: 2010-08-18 10:29:03 -0400 (Wed, 18 Aug 2010)
New Revision: 2255

Modified:
   branches/4.1.x/bin/release.py
Log:


Modified: branches/4.1.x/bin/release.py
===================================================================
--- branches/4.1.x/bin/release.py	2010-08-18 14:28:19 UTC (rev 2254)
+++ branches/4.1.x/bin/release.py	2010-08-18 14:29:03 UTC (rev 2255)
@@ -265,7 +265,7 @@
   ## Release order:
   # Step 1: Tag in SVN
   newVersion = "%s/tags/%s" % (settings[svn_base_key], version)
-  print "Step 1: Tagging trunk in SVN as %s" % newVersion    
+  print "Step 1: Tagging %s in SVN as %s" % (branch, newVersion)    
   tagInSubversion(version, newVersion, branch)
   print "Step 1: Complete"
   



More information about the infinispan-commits mailing list