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 2013/09/05 11:02:43 UTC

svn commit: r1520257 - /webservices/wss4j/branches/1_6_x-fixes/build.xml

Author: coheigea
Date: Thu Sep  5 09:02:43 2013
New Revision: 1520257

URL: http://svn.apache.org/r1520257
Log:
Preparing for release

Modified:
    webservices/wss4j/branches/1_6_x-fixes/build.xml

Modified: webservices/wss4j/branches/1_6_x-fixes/build.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_6_x-fixes/build.xml?rev=1520257&r1=1520256&r2=1520257&view=diff
==============================================================================
--- webservices/wss4j/branches/1_6_x-fixes/build.xml (original)
+++ webservices/wss4j/branches/1_6_x-fixes/build.xml Thu Sep  5 09:02:43 2013
@@ -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='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="2013"/>
         <property name="copyright" value="Copyright &#169; ${year} Apache WSS4J Project. All Rights Reserved."/>