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/10/03 11:08:58 UTC

svn commit: r1178349 - in /webservices/wss4j/trunk: build.xml pom.xml

Author: coheigea
Date: Mon Oct  3 09:08:58 2011
New Revision: 1178349

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

Modified:
    webservices/wss4j/trunk/build.xml
    webservices/wss4j/trunk/pom.xml

Modified: webservices/wss4j/trunk/build.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/build.xml?rev=1178349&r1=1178348&r2=1178349&view=diff
==============================================================================
--- webservices/wss4j/trunk/build.xml (original)
+++ webservices/wss4j/trunk/build.xml Mon Oct  3 09:08:58 2011
@@ -27,7 +27,7 @@ Build Instructions:
 
         <property name='product.version.major' value='1'/>
         <property name='product.version.minor' value='6'/>
-        <property name='product.version.level' value='3'/>
+        <property name='product.version.level' value='4'/>
         <property name='product.version.qualifier' value='-SNAPSHOT'/>
         <property name='product.version' value='${product.version.major}.${product.version.minor}.${product.version.level}${product.version.qualifier}'/>
         <property name="year" value="2011"/>

Modified: webservices/wss4j/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/pom.xml?rev=1178349&r1=1178348&r2=1178349&view=diff
==============================================================================
--- webservices/wss4j/trunk/pom.xml (original)
+++ webservices/wss4j/trunk/pom.xml Mon Oct  3 09:08:58 2011
@@ -24,7 +24,7 @@
     <artifactId>wss4j</artifactId>
     <packaging>bundle</packaging>
     <name>WSS4J</name>
-    <version>1.6.3-SNAPSHOT</version>
+    <version>1.6.4-SNAPSHOT</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