diff options
-rwxr-xr-x | bin/release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/release.sh b/bin/release.sh index c029403036..9fc9d3712c 100755 --- a/bin/release.sh +++ b/bin/release.sh @@ -32,7 +32,7 @@ fi set -xe -svn export -r ${REV} https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid qpid-${VER} +svn export -r ${REV} https://svn.apache.org/repos/asf/qpid/trunk/qpid qpid-${VER} mkdir artifacts |