Author: lgross
Date: Fri Apr 4 07:40:18 2014
New Revision: 1584547
URL: http://svn.apache.org/r1584547
Log:
Prepared release
Modified:
chemistry/objectivecmis/trunk/NOTICE
chemistry/objectivecmis/trunk/release.sh
Modified: chemistry/objectivecmis/trunk/NOTICE
URL:
http://svn.apache.org/viewvc/chemistry/objectivecmis/trunk/NOTICE?rev=1584547&r1=1584546&r2=1584547&view=diff
==============================================================================
--- chemistry/objectivecmis/trunk/NOTICE (original)
+++ chemistry/objectivecmis/trunk/NOTICE Fri Apr 4 07:40:18 2014
@@ -1,5 +1,5 @@
Apache Chemistry ObjectiveCMIS
-Copyright 2012-2013 The Apache Software Foundation
+Copyright 2012-2014 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file
Modified: chemistry/objectivecmis/trunk/release.sh
URL:
http://svn.apache.org/viewvc/chemistry/objectivecmis/trunk/release.sh?rev=1584547&r1=1584546&r2=1584547&view=diff
==============================================================================
--- chemistry/objectivecmis/trunk/release.sh (original)
+++ chemistry/objectivecmis/trunk/release.sh Fri Apr 4 07:40:18 2014
@@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-OBJECTIVECMIS_VERSION=0.2
+OBJECTIVECMIS_VERSION=0.3
OBJECTIVECMIS_PACK_SRC=chemistry-objectivecmis-$OBJECTIVECMIS_VERSION-src.zip
OBJECTIVECMIS_PACK_BIN=chemistry-objectivecmis-$OBJECTIVECMIS_VERSION-bin.zip
OBJECTIVECMIS_RC=RC1
@@ -57,7 +57,7 @@ cd ..
echo "Preparing binary package..."
-rm -R release-pack
+rm -R -f release-pack
mkdir release-pack
mkdir release-pack/doc
mkdir release-pack/bin
@@ -101,15 +101,11 @@ cd release
gpg --armor --output $OBJECTIVECMIS_PACK_SRC.asc --detach-sig
$OBJECTIVECMIS_PACK_SRC
gpg --print-md MD5 $OBJECTIVECMIS_PACK_SRC > $OBJECTIVECMIS_PACK_SRC.md5
-gpg --print-md SHA1 $OBJECTIVECMIS_PACK_SRC > $OBJECTIVECMIS_PACK_SRC.sha
-gpg --print-md MD5 $OBJECTIVECMIS_PACK_SRC.asc >
$OBJECTIVECMIS_PACK_SRC.asc.md5
-gpg --print-md SHA1 $OBJECTIVECMIS_PACK_SRC.asc >
$OBJECTIVECMIS_PACK_SRC.asc.sha
+gpg --print-md SHA512 $OBJECTIVECMIS_PACK_SRC > $OBJECTIVECMIS_PACK_SRC.sha
gpg --armor --output $OBJECTIVECMIS_PACK_BIN.asc --detach-sig
$OBJECTIVECMIS_PACK_BIN
gpg --print-md MD5 $OBJECTIVECMIS_PACK_BIN > $OBJECTIVECMIS_PACK_BIN.md5
-gpg --print-md SHA1 $OBJECTIVECMIS_PACK_BIN > $OBJECTIVECMIS_PACK_BIN.sha
-gpg --print-md MD5 $OBJECTIVECMIS_PACK_BIN.asc >
$OBJECTIVECMIS_PACK_BIN.asc.md5
-gpg --print-md SHA1 $OBJECTIVECMIS_PACK_BIN.asc >
$OBJECTIVECMIS_PACK_BIN.asc.sha
+gpg --print-md SHA512 $OBJECTIVECMIS_PACK_BIN > $OBJECTIVECMIS_PACK_BIN.sha
cd ..