Upgrading versions, etc.


git-svn-id: https://svn.apache.org/repos/asf/santuario/xml-security-java/tags/1.5.1@1291698 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 37894db..fd44cf2 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,6 @@
 Changelog for "Apache xml-security" <http://santuario.apache.org/>
 
-New in v1.5.1-SNAPSHOT:
+New in v1.5.1:
     Fixed SANTUARIO-300 - decryption/encryption optimization.
     Fixed SANTUARIO-296 - XMLSignatureInput fails with an IOException if constructed on a BufferedInputStream
     Fixed SANTUARIO-298 - Xalan is still a required dependency
diff --git a/build.xml b/build.xml
index 4799ba5..6fefd8b 100644
--- a/build.xml
+++ b/build.xml
@@ -10,7 +10,7 @@
     <property name="product.version.major" value="1"/>
     <property name="product.version.minor" value="5"/>
     <property name="product.version.level" value="1"/>
-    <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="product_version" 
diff --git a/pom.xml b/pom.xml
index ed3592e..567f237 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <artifactId>xmlsec</artifactId>
     <packaging>bundle</packaging>
     <name>Apache XML Security for Java</name>
-    <version>1.5.1-SNAPSHOT</version>
+    <version>1.5.1</version>
     <description>
         Apache XML Security for Java supports XML-Signature Syntax and Processing,
         W3C Recommendation 12 February 2002, and XML Encryption Syntax and