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 16:46:38 UTC

svn commit: r1584061 - in /webservices/wss4j/branches/1_6_x-fixes: build.xml pom.xml

Author: coheigea
Date: Wed Apr  2 14:46:38 2014
New Revision: 1584061

URL: http://svn.apache.org/r1584061
Log:
Reverting build number

Modified:
    webservices/wss4j/branches/1_6_x-fixes/build.xml
    webservices/wss4j/branches/1_6_x-fixes/pom.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=1584061&r1=1584060&r2=1584061&view=diff
==============================================================================
--- webservices/wss4j/branches/1_6_x-fixes/build.xml (original)
+++ webservices/wss4j/branches/1_6_x-fixes/build.xml Wed Apr  2 14:46:38 2014
@@ -27,8 +27,8 @@ Build Instructions:
 
         <property name='product.version.major' value='1'/>
         <property name='product.version.minor' value='6'/>
-        <property name='product.version.level' value='16'/>
-        <property name='product.version.qualifier' value='SNAPSHOT'/>
+        <property name='product.version.level' value='15'/>
+        <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."/>

Modified: webservices/wss4j/branches/1_6_x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_6_x-fixes/pom.xml?rev=1584061&r1=1584060&r2=1584061&view=diff
==============================================================================
--- webservices/wss4j/branches/1_6_x-fixes/pom.xml (original)
+++ webservices/wss4j/branches/1_6_x-fixes/pom.xml Wed Apr  2 14:46:38 2014
@@ -22,7 +22,7 @@
     <artifactId>wss4j</artifactId>
     <packaging>bundle</packaging>
     <name>Apache WSS4J</name>
-    <version>1.6.16-SNAPSHOT</version>
+    <version>1.6.15-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