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 2014/04/02 11:11:44 UTC

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

Author: coheigea
Date: Wed Apr  2 09:11:44 2014
New Revision: 1583936

URL: http://svn.apache.org/r1583936
Log:
Updating build

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=1583936&r1=1583935&r2=1583936&view=diff
==============================================================================
--- webservices/wss4j/branches/1_6_x-fixes/build.xml (original)
+++ webservices/wss4j/branches/1_6_x-fixes/build.xml Wed Apr  2 09:11:44 2014
@@ -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='15'/>
-        <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="2014"/>
         <property name="copyright" value="Copyright &#169; ${year} Apache WSS4J Project. All Rights Reserved."/>