Changing build versions etc.

diff --git a/ChangeLog.txt b/ChangeLog.txt
index 4605c42..b9f911b 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -5,6 +5,21 @@
 Portions of this report were generated using the ReleaseNotes facility
 in Jira.
 
+Release 1.5.10
+=============
+
+** Bug
+
+    * [WSS-40] - WSSecurityEngine does not support chained certificates
+
+** Improvement
+
+    * [WSS-238] - Switch to wsse:KeyIdentifier instead of wsse:Reference for SAML references within SOAP:body EncryptedData elements.
+    * [WSS-239] - Need ability to handle password "equivalent" between WSPasswordCallback and UsernameToken when it's binary data
+    * [WSS-247] - Upgrade to XML Security 1.4.4
+    * [WSS-253] - UsernameTokenProcessor logs the password to the log
+
+
 Release 1.5.9
 =============
 
diff --git a/build.xml b/build.xml
index 0108bbf..b811e9c 100644
--- a/build.xml
+++ b/build.xml
@@ -28,7 +28,7 @@
         <property name='product.version.major' value='1'/>
         <property name='product.version.minor' value='5'/>
         <property name='product.version.level' value='10'/>
-        <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="2008"/>
         <property name="copyright" value="Copyright &#169; ${year} Apache WSS4J Project. All Rights Reserved."/>
diff --git a/pom.xml b/pom.xml
index 1730110..2bbbd98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <artifactId>wss4j</artifactId>
     <packaging>bundle</packaging>
     <name>WSS4J</name>
-    <version>1.5.10-SNAPSHOT</version>
+    <version>1.5.10</version>
     <description>
         Apache WSS4J is an implementation of the Web Services Security
         (WS-Security) being developed at OASIS Web Services Security TC.
diff --git a/xdocs/index.xml b/xdocs/index.xml
index 20c843d..b79f54b 100644
--- a/xdocs/index.xml
+++ b/xdocs/index.xml
@@ -59,7 +59,7 @@
                 <p style="margin-left: 40px;">You can download the latest version of WSS4J at the following URL:<br/>
                     <a href="http://www.apache.org/dyn/closer.cgi/ws/wss4j/">http://www.apache.org/dyn/closer.cgi/ws/wss4j/</a>
                 </p>
-                <p style="margin-left: 40px;">The latest release of WSS4J is version 1.5.9.
+                <p style="margin-left: 40px;">The latest release of WSS4J is version 1.5.10.
                 </p>
             </subsection>
             <subsection name="WS-Security Features">