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:32 UTC

[ws-wss4j] annotated tag 1_6_0-beta created (now ccb77bf)

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

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


      at ccb77bf  (tag)
 tagging 061ce0eb5540917fa014fe0eb0e3525a20d72e43 (commit)
      by Colm O hEigeartaigh
      on Mon Feb 28 17:23:58 2011 +0000

- Log -----------------------------------------------------------------
Updating relevant stuff to beta tag.
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new a1b3bbd  Creating a 1.6.0-beta tag.
     new 061ce0e  Updating relevant stuff to beta tag.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[ws-wss4j] 02/02: Updating relevant stuff to beta tag.

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 061ce0eb5540917fa014fe0eb0e3525a20d72e43
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Feb 28 17:23:58 2011 +0000

    Updating relevant stuff to beta tag.
---
 build.xml                |  6 +++---
 contrib/wss4j-release.sh | 32 ++++++++++++++++----------------
 pom.xml                  |  2 +-
 3 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/build.xml b/build.xml
index 7dad1d7..c2698ce 100644
--- a/build.xml
+++ b/build.xml
@@ -27,10 +27,10 @@ Build Instructions:
 
         <property name='product.version.major' value='1'/>
         <property name='product.version.minor' value='6'/>
-        <!--<property name='product.version.level' value='0'/>-->
-        <property name='product.version.qualifier' value='-SNAPSHOT'/>
+        <property name='product.version.level' value='0'/>
+        <property name='product.version.qualifier' value='-beta'/>
         <property name='product.version' value='${product.version.major}.${product.version.minor}${product.version.qualifier}'/>
-        <property name="year" value="2010"/>
+        <property name="year" value="2011"/>
         <property name="copyright" value="Copyright &#169; ${year} Apache WSS4J Project. All Rights Reserved."/>
 
         <!-- Give user a chance to override without editing this file
diff --git a/contrib/wss4j-release.sh b/contrib/wss4j-release.sh
index 6f7f8ff..f965ca1 100755
--- a/contrib/wss4j-release.sh
+++ b/contrib/wss4j-release.sh
@@ -38,15 +38,15 @@ fi
 # set up the staging area
 #
 rm -rf ${WSS4J_STAGE_ROOT}
-#mkdir -p ${WSS4J_STAGE_ROOT}/dist
+mkdir -p ${WSS4J_STAGE_ROOT}/dist
 mkdir -p ${WSS4J_STAGE_ROOT}/maven/org/apache/ws/security/wss4j/${WSS4J_VERSION}
 #
 # Build and stage the distribution using ant
 #
-#cd ${WSS4J_SRC_ROOT}
-#ant clean
-#ant dist || exit 1
-#cp -r dist/* ${WSS4J_STAGE_ROOT}/dist
+cd ${WSS4J_SRC_ROOT}
+ant clean
+ant dist || exit 1
+cp -r dist/* ${WSS4J_STAGE_ROOT}/dist
 #
 # Build and stage through maven; copy the Jartifact built by Maven to the dist
 #
@@ -54,20 +54,20 @@ mvn clean || exit 1
 mvn -Prelease,jdk15 install || exit 1
 mkdir -p ${WSS4J_STAGE_ROOT}/maven/org/apache/ws/security/wss4j/
 cp -r ${M2_REPO}/org/apache/ws/security/wss4j/${WSS4J_VERSION} ${WSS4J_STAGE_ROOT}/maven/org/apache/ws/security/wss4j
-#cp -f ${M2_REPO}/org/apache/ws/security/wss4j/${WSS4J_VERSION}/wss4j-${WSS4J_VERSION}.jar ${WSS4J_STAGE_ROOT}/dist
+cp -f ${M2_REPO}/org/apache/ws/security/wss4j/${WSS4J_VERSION}/wss4j-${WSS4J_VERSION}.jar ${WSS4J_STAGE_ROOT}/dist
 #
 # Sign and hash the release bits
 #
-#cd ${WSS4J_STAGE_ROOT}/dist
-#for i in *
-#do
-#    gpg --detach-sign --armor $i
-#    gpg --verify $i.asc
-#done
-#for i in *.jar *.zip
-#do
-#    md5sum $i > $i.md5
-#done
+cd ${WSS4J_STAGE_ROOT}/dist
+for i in *
+do
+    gpg --detach-sign --armor $i
+    gpg --verify $i.asc
+done
+for i in *.jar *.zip
+do
+    md5sum $i > $i.md5
+done
 cd ${WSS4J_STAGE_ROOT}/maven/org/apache/ws/security/wss4j/${WSS4J_VERSION}
 for i in *
 do
diff --git a/pom.xml b/pom.xml
index 3f8488c..f6b6e43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <artifactId>wss4j</artifactId>
     <packaging>bundle</packaging>
     <name>WSS4J</name>
-    <version>1.6-SNAPSHOT</version>
+    <version>1.6.0-beta</version>
     <description>
         Apache WSS4J is an implementation of the Web Services Security
         (WS-Security) being developed at OASIS Web Services Security TC.


[ws-wss4j] 01/02: Creating a 1.6.0-beta tag.

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a1b3bbd1c3cbaa0aad37139e583a23c5d2a7e48a
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Feb 28 16:04:13 2011 +0000

    Creating a 1.6.0-beta tag.