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

[ws-wss4j] 02/02: Updating product version.

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

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

commit b456d93dca3ed901c5775614ec5ce2bb3ccf71d2
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Aug 5 16:34:18 2011 +0000

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

diff --git a/build.xml b/build.xml
index b2baf2f..da4522c 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='2'/>
-        <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 55e8624..3fb05ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <artifactId>wss4j</artifactId>
     <packaging>bundle</packaging>
     <name>WSS4J</name>
-    <version>1.6.2-SNAPSHOT</version>
+    <version>1.6.2</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