diff options
author | Nick Burch <nick@apache.org> | 2014-11-30 00:16:23 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2014-11-30 00:16:23 +0000 |
commit | 73bd034c79196d325f9b16716ff634a2430748da (patch) | |
tree | 4aba8ead2c7faac6e7dbf6cfbff3bbb149e9e192 /maven/mvn-deploy.sh | |
parent | 5d3db739dba09f12de275755859b6ea4296bd92d (diff) | |
download | poi-73bd034c79196d325f9b16716ff634a2430748da.tar.gz poi-73bd034c79196d325f9b16716ff634a2430748da.zip |
Start on a Text Extractor for the pre-OLE2 Excel formats like Excel 4, for TIKA-1490
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642490 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven/mvn-deploy.sh')
-rwxr-xr-x | maven/mvn-deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maven/mvn-deploy.sh b/maven/mvn-deploy.sh index 2d609e491f..9d1c18a37d 100755 --- a/maven/mvn-deploy.sh +++ b/maven/mvn-deploy.sh @@ -39,7 +39,7 @@ # 2. cd build/dist # 3. ./mvn-deploy.sh -M2_REPOSITORY=M2_REPOSITORY=https://repository.apache.org/service/local/staging/deploy/maven2 +M2_REPOSITORY=https://repository.apache.org/service/local/staging/deploy/maven2 VERSION=@VERSION@ DSTAMP=@DSTAMP@ |