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:37:11 UTC

[ws-wss4j] annotated tag 1_6_7 created (now 2685416)

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

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


      at 2685416  (tag)
 tagging c035050343c631eba9ea14e7e0f699fc4f0c9167 (commit)
      by Colm O hEigeartaigh
      on Wed Jul 25 14:23:29 2012 +0000

- Log -----------------------------------------------------------------
Updating version numbers
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 076f05e  Creating tag for 1.6.7 release
     new c035050  Updating version numbers

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 version numbers

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_7
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git

commit c035050343c631eba9ea14e7e0f699fc4f0c9167
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Jul 25 14:23:29 2012 +0000

    Updating version numbers
---
 build.xml | 2 +-
 pom.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index 183dc5f..41ab670 100644
--- a/build.xml
+++ b/build.xml
@@ -28,7 +28,7 @@ Build Instructions:
         <property name='product.version.major' value='1'/>
         <property name='product.version.minor' value='6'/>
         <property name='product.version.level' value='7'/>
-        <property name='product.version.qualifier' value='-SNAPSHOT'/>
+        <property name='product.version.qualifier' value=''/>
         <property name='product.version' value='${product.version.major}.${product.version.minor}.${product.version.level}${product.version.qualifier}'/>
         <property name="year" value="2011"/>
         <property name="copyright" value="Copyright &#169; ${year} Apache WSS4J Project. All Rights Reserved."/>
diff --git a/pom.xml b/pom.xml
index 2f7ffdd..983496c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <artifactId>wss4j</artifactId>
     <packaging>bundle</packaging>
     <name>WSS4J</name>
-    <version>1.6.7-SNAPSHOT</version>
+    <version>1.6.7</version>
     <description>
         The Apache WSS4J project provides a Java implementation of the primary security standards 
         for Web Services, namely the OASIS Web Services Security (WS-Security) specifications 


[ws-wss4j] 01/02: Creating tag for 1.6.7 release

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_7
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git

commit 076f05eaa51aae689fbf8a50f81ab87b195bce45
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Jul 25 14:17:20 2012 +0000

    Creating tag for 1.6.7 release