You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by dk...@apache.org on 2019/10/31 14:36:29 UTC

[ws-wss4j] 03/05: Fixing bug in release script.

This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to annotated tag 1_6_0-alpha
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git

commit 7f2d1e11f7c3c03d60576b85a0a4429192e221ce
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Feb 10 17:23:46 2011 +0000

    Fixing bug in release script.
---
 contrib/wss4j-release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/wss4j-release.sh b/contrib/wss4j-release.sh
index 29f622f..6f7f8ff 100755
--- a/contrib/wss4j-release.sh
+++ b/contrib/wss4j-release.sh
@@ -64,7 +64,7 @@ cp -r ${M2_REPO}/org/apache/ws/security/wss4j/${WSS4J_VERSION} ${WSS4J_STAGE_ROO
 #    gpg --detach-sign --armor $i
 #    gpg --verify $i.asc
 #done
-for i in *.jar *.zip
+#for i in *.jar *.zip
 #do
 #    md5sum $i > $i.md5
 #done