Author: gabriele
Date: Mon Jan 28 09:03:52 2013
New Revision: 1439307
URL: http://svn.apache.org/viewvc?rev=1439307&view=rev
Log:
fixed release distribution script
Modified:
chemistry/opencmis/trunk/chemistry-opencmis-dist/release-scripts/deploy-dist.sh
Modified:
chemistry/opencmis/trunk/chemistry-opencmis-dist/release-scripts/deploy-dist.sh
URL:
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-dist/release-scripts/deploy-dist.sh?rev=1439307&r1=1439306&r2=1439307&view=diff
==============================================================================
---
chemistry/opencmis/trunk/chemistry-opencmis-dist/release-scripts/deploy-dist.sh
(original)
+++
chemistry/opencmis/trunk/chemistry-opencmis-dist/release-scripts/deploy-dist.sh
Mon Jan 28 09:03:52 2013
@@ -3,61 +3,60 @@
# Version to release
VERSION=$1
-# Example of relative folder
orgapachechemistry-013/org/apache/chemistry/opencmis
+# Example of relative folder chemistry-013/org/apache/chemistry/opencmis
STAGING_FOLDER=$2
STAGING_REPO=https://repository.apache.org/content/repositories
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-workbench/${VERSION}/chemistry-opencmis-workbench-${VERSION}-full.zip
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-workbench/${VERSION}/chemistry-opencmis-workbench-${VERSION}-full.zip.asc
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-workbench/${VERSION}/chemistry-opencmis-workbench-${VERSION}-full.zip.asc.md5
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-workbench/${VERSION}/chemistry-opencmis-workbench-${VERSION}-full.zip.asc.sha1
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-workbench/${VERSION}/chemistry-opencmis-workbench-${VERSION}-full.zip.md5
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-workbench/${VERSION}/chemistry-opencmis-workbench-${VERSION}-full.zip.sha1
-
-
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-docs.zip
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-docs.zip.asc
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-docs.zip.asc.md5
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-docs.zip.asc.sha1
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-docs.zip.md5
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-docs.zip.sha1
-
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis/${VERSION}/chemistry-opencmis-${VERSION}-source-release.zip
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis/${VERSION}/chemistry-opencmis-${VERSION}-source-release.zip.asc
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis/${VERSION}/chemistry-opencmis-${VERSION}-source-release.zip.asc.md5
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis/${VERSION}/chemistry-opencmis-${VERSION}-source-release.zip.asc.sha1
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis/${VERSION}/chemistry-opencmis-${VERSION}-source-release.zip.md5
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis/${VERSION}/chemistry-opencmis-${VERSION}-source-release.zip.sha1
-
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-client-impl/${VERSION}/chemistry-opencmis-client-impl-${VERSION}-with-dependencies.zip
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-client-impl/${VERSION}/chemistry-opencmis-client-impl-${VERSION}-with-dependencies.zip.asc
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-client-impl/${VERSION}/chemistry-opencmis-client-impl-${VERSION}-with-dependencies.zip.asc.md5
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-client-impl/${VERSION}/chemistry-opencmis-client-impl-${VERSION}-with-dependencies.zip.asc.sha1
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-client-impl/${VERSION}/chemistry-opencmis-client-impl-${VERSION}-with-dependencies.zip.md5
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-client-impl/${VERSION}/chemistry-opencmis-client-impl-${VERSION}-with-dependencies.zip.sha1
-
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-client.zip
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-client.zip.asc
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-client.zip.asc.md5
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-client.zip.asc.sha1
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-client.zip.md5
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-client.zip.sha1
-
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-server-webapps.zip
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-server-webapps.zip.asc
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-server-webapps.zip.asc.md5
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-server-webapps.zip.asc.sha1
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-server-webapps.zip.md5
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-server-webapps.zip.sha1
-
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-workbench/${VERSION}/chemistry-opencmis-workbench-${VERSION}-full.zip
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-workbench/${VERSION}/chemistry-opencmis-workbench-${VERSION}-full.zip.asc
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-workbench/${VERSION}/chemistry-opencmis-workbench-${VERSION}-full.zip.sha1
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-workbench/${VERSION}/chemistry-opencmis-workbench-${VERSION}-full.zip.asc.sha1
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-workbench/${VERSION}/chemistry-opencmis-workbench-${VERSION}-full.zip.md5
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-workbench/${VERSION}/chemistry-opencmis-workbench-${VERSION}-full.zip.sha1
+
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-docs.zip
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-docs.zip.asc
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-docs.zip.asc.md5
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-docs.zip.asc.sha1
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-docs.zip.md5
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-docs.zip.sha1
+
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis/${VERSION}/chemistry-opencmis-${VERSION}-source-release.zip
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis/${VERSION}/chemistry-opencmis-${VERSION}-source-release.zip.asc
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis/${VERSION}/chemistry-opencmis-${VERSION}-source-release.zip.asc.md5
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis/${VERSION}/chemistry-opencmis-${VERSION}-source-release.zip.asc.sha1
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis/${VERSION}/chemistry-opencmis-${VERSION}-source-release.zip.md5
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis/${VERSION}/chemistry-opencmis-${VERSION}-source-release.zip.sha1
+
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-client-impl/${VERSION}/chemistry-opencmis-client-impl-${VERSION}-with-dependencies.zip
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-client-impl/${VERSION}/chemistry-opencmis-client-impl-${VERSION}-with-dependencies.zip.asc
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-client-impl/${VERSION}/chemistry-opencmis-client-impl-${VERSION}-with-dependencies.zip.asc.md5
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-client-impl/${VERSION}/chemistry-opencmis-client-impl-${VERSION}-with-dependencies.zip.asc.sha1
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-client-impl/${VERSION}/chemistry-opencmis-client-impl-${VERSION}-with-dependencies.zip.md5
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-client-impl/${VERSION}/chemistry-opencmis-client-impl-${VERSION}-with-dependencies.zip.sha1
+
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-client.zip
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-client.zip.asc
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-client.zip.asc.md5
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-client.zip.asc.sha1
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-client.zip.md5
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-client.zip.sha1
+
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-server-webapps.zip
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-server-webapps.zip.asc
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-server-webapps.zip.asc.md5
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-server-webapps.zip.asc.sha1
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-server-webapps.zip.md5
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-dist/${VERSION}/chemistry-opencmis-dist-${VERSION}-server-webapps.zip.sha1
+
wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-server-bindings/${VERSION}/chemistry-opencmis-server-bindings-${VERSION}.war
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-server-bindings/${VERSION}/chemistry-opencmis-server-bindings-${VERSION}.war.asc
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-server-bindings/${VERSION}/chemistry-opencmis-server-bindings-${VERSION}.war.asc
wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-server-bindings/${VERSION}/chemistry-opencmis-server-bindings-${VERSION}.war.asc.md5
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-server-bindings/${VERSION}/chemistry-opencmis-server-bindings-${VERSION}.war.asc.sha1
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-server-bindings/${VERSION}/chemistry-opencmis-server-bindings-${VERSION}.war.asc.sha1
wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-server-bindings/${VERSION}/chemistry-opencmis-server-bindings-${VERSION}.war.md5
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-server-bindings/${VERSION}/chemistry-opencmis-server-bindings-${VERSION}.war.sha1
-
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-server-bindings/${VERSION}/chemistry-opencmis-server-bindings-${VERSION}.war.sha1
+
wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-server-jcr/${VERSION}/chemistry-opencmis-server-jcr-${VERSION}.war
wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-server-jcr/${VERSION}/chemistry-opencmis-server-jcr-${VERSION}.war.asc
wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-server-jcr/${VERSION}/chemistry-opencmis-server-jcr-${VERSION}.war.asc.md5
@@ -81,28 +80,29 @@ STAGING_REPO=https://repository.apache.o
wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-android-client/${VERSION}/chemistry-opencmis-android-client-${VERSION}-pack.zip
wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-android-client/${VERSION}/chemistry-opencmis-android-client-${VERSION}-pack.zip.asc
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-android-client/${VERSION}/chemistry-opencmis-android-client-${VERSION}-pack.zip.asc.sha1
wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-android-client/${VERSION}/chemistry-opencmis-android-client-${VERSION}-pack.zip.md5
wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-android-client/${VERSION}/chemistry-opencmis-android-client-${VERSION}-pack.zip.sha1
wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-android-client/${VERSION}/chemistry-opencmis-android-client-${VERSION}-pack.zip.asc.md5
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-android-client/${VERSION}/chemistry-opencmis-android-client-${VERSION}-pack.zip.asc.sha1
wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-client-bindings-weblogic/${VERSION}/chemistry-opencmis-client-bindings-weblogic-${VERSION}-pack.zip
wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-client-bindings-weblogic/${VERSION}/chemistry-opencmis-client-bindings-weblogic-${VERSION}-pack.zip.asc
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-client-bindings-weblogic/${VERSION}/chemistry-opencmis-client-bindings-weblogic-${VERSION}-pack.zip.asc.sha1
wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-client-bindings-weblogic/${VERSION}/chemistry-opencmis-client-bindings-weblogic-${VERSION}-pack.zip.md5
wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-client-bindings-weblogic/${VERSION}/chemistry-opencmis-client-bindings-weblogic-${VERSION}-pack.zip.sha1
wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-client-bindings-weblogic/${VERSION}/chemistry-opencmis-client-bindings-weblogic-${VERSION}-pack.zip.asc.md5
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-client-bindings-weblogic/${VERSION}/chemistry-opencmis-client-bindings-weblogic-${VERSION}-pack.zip.asc.sha1
wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-client-bindings-websphere/${VERSION}/chemistry-opencmis-client-bindings-websphere-${VERSION}-pack.zip
wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-client-bindings-websphere/${VERSION}/chemistry-opencmis-client-bindings-websphere-${VERSION}-pack.zip.asc
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-client-bindings-websphere/${VERSION}/chemistry-opencmis-client-bindings-websphere-${VERSION}-pack.zip.asc.sha1
wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-client-bindings-websphere/${VERSION}/chemistry-opencmis-client-bindings-websphere-${VERSION}-pack.zip.md5
wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-client-bindings-websphere/${VERSION}/chemistry-opencmis-client-bindings-websphere-${VERSION}-pack.zip.sha1
wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-client-bindings-websphere/${VERSION}/chemistry-opencmis-client-bindings-websphere-${VERSION}-pack.zip.asc.md5
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-client-bindings-websphere/${VERSION}/chemistry-opencmis-client-bindings-websphere-${VERSION}-pack.zip.asc.sha1
wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-bridge/${VERSION}/chemistry-opencmis-bridge-0.8.0.war
wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-bridge/${VERSION}/chemistry-opencmis-bridge-0.8.0.war.asc
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-bridge/${VERSION}/chemistry-opencmis-bridge-0.8.0.war.asc.sha1
wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-bridge/${VERSION}/chemistry-opencmis-bridge-0.8.0.war.md5
wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-bridge/${VERSION}/chemistry-opencmis-bridge-0.8.0.war.sha1
- wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-bridge/${VERSION}/chemistry-opencmis-bridge-0.8.0.war.asc.md5
\ No newline at end of file
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-bridge/${VERSION}/chemistry-opencmis-bridge-0.8.0.war.asc.md5
+ wget --no-check-certificate
${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-bridge/${VERSION}/chemistry-opencmis-bridge-0.8.0.war.asc.sha1
+