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 2012/09/27 17:47:05 UTC

svn commit: r1391060 - in /webservices/wss4j/branches/1_5_x-fixes: ChangeLog.txt pom.xml

Author: coheigea
Date: Thu Sep 27 15:47:05 2012
New Revision: 1391060

URL: http://svn.apache.org/viewvc?rev=1391060&view=rev
Log:
Updating 1_5_x-fixes branch for release

Modified:
    webservices/wss4j/branches/1_5_x-fixes/ChangeLog.txt
    webservices/wss4j/branches/1_5_x-fixes/pom.xml

Modified: webservices/wss4j/branches/1_5_x-fixes/ChangeLog.txt
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_x-fixes/ChangeLog.txt?rev=1391060&r1=1391059&r2=1391060&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_x-fixes/ChangeLog.txt (original)
+++ webservices/wss4j/branches/1_5_x-fixes/ChangeLog.txt Thu Sep 27 15:47:05 2012
@@ -5,6 +5,14 @@ for a given release.  
 Portions of this report were generated using the ReleaseNotes facility
 in Jira.
 
+Release 1.5.13
+=============
+
+Bug
+
+    [WSS-231] - There is an issue with the position of the <Timestamp> element in the <Security> header when using WSS4J calling .NET Web Services with WS-Security.
+    [WSS-330] - CryptoBase.getAliasForX509CertThumb calculates hash wrongly, could only match first certificate correctly
+
 Release 1.5.12
 =============
 

Modified: webservices/wss4j/branches/1_5_x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_x-fixes/pom.xml?rev=1391060&r1=1391059&r2=1391060&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_x-fixes/pom.xml (original)
+++ webservices/wss4j/branches/1_5_x-fixes/pom.xml Thu Sep 27 15:47:05 2012
@@ -322,7 +322,11 @@
                         <tarLongFileMode>gnu</tarLongFileMode>
                     </configuration>
                 </plugin>
-  
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-clean-plugin</artifactId>
+                    <version>2.4.1</version>
+                </plugin>
             </plugins>
         </pluginManagement>