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:35:49 UTC

[ws-wss4j] 02/02: Updating version for 1.5.12 release.

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

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

commit 5c8e16d18037f4f60bfff742ecf6ff40a21aa034
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Aug 12 14:45:24 2011 +0000

    Updating version for 1.5.12 release.
---
 README.txt | 4 ++--
 build.xml  | 2 +-
 pom.xml    | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.txt b/README.txt
index eca8a6e..a65078a 100644
--- a/README.txt
+++ b/README.txt
@@ -149,7 +149,7 @@ axis-saaj-1.4.jar
     
     See: http://ws.apache.org/axis/
 
-bcprov-jdk14-1.45.jar
+bcprov-jdk14-1.46.jar
     This is the BouncyCastle library that implements all necessary
     encryption, hashing, certificate, and keystore functions. Without
     this fantastic library WSS4J wouldn't work at all.
@@ -201,7 +201,7 @@ xalan-2.7.1.jar
    
     See: http://xml.apache.org/xalan-j/
    
-xmlsec-1.4.3.jar
+xmlsec-1.4.5.jar
     This library implements the XML-Signature Syntax and Processing and
     the XML Encryption Syntax and Processing specifications of the W3C. Thus
     they form one of the base foundations of WSS4J.  
diff --git a/build.xml b/build.xml
index 5004fc1..ba975e6 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='5'/>
         <property name='product.version.level' value='12'/>
-        <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="2008"/>
         <property name="copyright" value="Copyright &#169; ${year} Apache WSS4J Project. All Rights Reserved."/>
diff --git a/pom.xml b/pom.xml
index c7f11bb..45fdfc9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <artifactId>wss4j</artifactId>
     <packaging>bundle</packaging>
     <name>WSS4J</name>
-    <version>1.5.12-SNAPSHOT</version>
+    <version>1.5.12</version>
     <description>
         Apache WSS4J is an implementation of the Web Services Security
         (WS-Security) being developed at OASIS Web Services Security TC.