You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2011/08/05 18:34:19 UTC

svn commit: r1154300 - in /webservices/wss4j/tags/1_6_2: build.xml pom.xml

Author: coheigea
Date: Fri Aug  5 16:34:18 2011
New Revision: 1154300

URL: http://svn.apache.org/viewvc?rev=1154300&view=rev
Log:
Updating product version.

Modified:
    webservices/wss4j/tags/1_6_2/build.xml
    webservices/wss4j/tags/1_6_2/pom.xml

Modified: webservices/wss4j/tags/1_6_2/build.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/tags/1_6_2/build.xml?rev=1154300&r1=1154299&r2=1154300&view=diff
==============================================================================
--- webservices/wss4j/tags/1_6_2/build.xml (original)
+++ webservices/wss4j/tags/1_6_2/build.xml Fri Aug  5 16:34:18 2011
@@ -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."/>

Modified: webservices/wss4j/tags/1_6_2/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/tags/1_6_2/pom.xml?rev=1154300&r1=1154299&r2=1154300&view=diff
==============================================================================
--- webservices/wss4j/tags/1_6_2/pom.xml (original)
+++ webservices/wss4j/tags/1_6_2/pom.xml Fri Aug  5 16:34:18 2011
@@ -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