[jbossws-commits] JBossWS SVN: r16008 - thirdparty/wss4j/branches/1_5_x-fixes.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Mar 23 05:31:27 EDT 2012


Author: alessio.soldano at jboss.com
Date: 2012-03-23 05:31:26 -0400 (Fri, 23 Mar 2012)
New Revision: 16008

Modified:
   thirdparty/wss4j/branches/1_5_x-fixes/build.xml
   thirdparty/wss4j/branches/1_5_x-fixes/pom.xml
Log:
Build to 1.5.12-patch-01


Modified: thirdparty/wss4j/branches/1_5_x-fixes/build.xml
===================================================================
--- thirdparty/wss4j/branches/1_5_x-fixes/build.xml	2012-03-23 09:21:16 UTC (rev 16007)
+++ thirdparty/wss4j/branches/1_5_x-fixes/build.xml	2012-03-23 09:31:26 UTC (rev 16008)
@@ -27,7 +27,7 @@
 
         <property name='product.version.major' value='1'/>
         <property name='product.version.minor' value='5'/>
-        <property name='product.version.level' value='12'/>
+        <property name='product.version.level' value='12-patch-01'/>
         <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="2008"/>

Modified: thirdparty/wss4j/branches/1_5_x-fixes/pom.xml
===================================================================
--- thirdparty/wss4j/branches/1_5_x-fixes/pom.xml	2012-03-23 09:21:16 UTC (rev 16007)
+++ thirdparty/wss4j/branches/1_5_x-fixes/pom.xml	2012-03-23 09:31:26 UTC (rev 16008)
@@ -24,7 +24,7 @@
     <artifactId>wss4j</artifactId>
     <packaging>bundle</packaging>
     <name>WSS4J</name>
-    <version>1.5.12</version>
+    <version>1.5.12-patch-01-SNAPSHOT</version>
     <description>
         Apache WSS4J is an implementation of the Web Services Security
         (WS-Security) being developed at OASIS Web Services Security TC.



More information about the jbossws-commits mailing list