Author: fmui
Date: Wed Dec 26 11:55:25 2012
New Revision: 1425884
URL: http://svn.apache.org/viewvc?rev=1425884&view=rev
Log:
ObjectiveCMIS: fixed typo in release script
Modified:
chemistry/objectivecmis/trunk/release.sh
Modified: chemistry/objectivecmis/trunk/release.sh
URL:
http://svn.apache.org/viewvc/chemistry/objectivecmis/trunk/release.sh?rev=1425884&r1=1425883&r2=1425884&view=diff
==============================================================================
--- chemistry/objectivecmis/trunk/release.sh (original)
+++ chemistry/objectivecmis/trunk/release.sh Wed Dec 26 11:55:25 2012
@@ -16,7 +16,7 @@
# limitations under the License.
OBJECTIVECMIS_VERSION=0.1
-OBJECTIVECMIS_PACK=chemistry-objectiveccmis-$OBJECTIVECMIS_VERSION.zip
+OBJECTIVECMIS_PACK=chemistry-objectivecmis-$OBJECTIVECMIS_VERSION.zip
OBJECTIVECMIS_RC=RC1
if [ -d release-temp ]