Adding tag for 1.5.11 release.

diff --git a/ChangeLog.txt b/ChangeLog.txt
index b9f911b..2d8cb95 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.11
+=============
+
+Bug
+
+    * [WSS-258] - Newer version of SecureConversation not recognised for derived key algorithm
+    * [WSS-260] - WSS4J can't process a STR to a SAML Assertion that is not in the SOAP message
+    * [WSS-261] - Rampart failing to extract keyinfo from SAML assertion
+    * [WSS-262] - WSS4J accepts Timestamps that are "Created" in the future
+
+Improvement
+
+    * [WSS-263] - Store secret key from signature processor
+
+
 Release 1.5.10
 =============
 
diff --git a/build.xml b/build.xml
index 7b44896..548962d 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='11'/>
-        <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 c4296a7..a8923b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <artifactId>wss4j</artifactId>
     <packaging>bundle</packaging>
     <name>WSS4J</name>
-    <version>1.5.11-SNAPSHOT</version>
+    <version>1.5.11</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 b79f54b..2cb5315 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.10.
+                <p style="margin-left: 40px;">The latest release of WSS4J is version 1.5.11.
                 </p>
             </subsection>
             <subsection name="WS-Security Features">