Updating versions


git-svn-id: https://svn.apache.org/repos/asf/santuario/xml-security-java/tags/1.4.5@1124897 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index f021c9a..71b6836 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,5 +1,5 @@
 Changelog for "Apache xml-security" <http://santuario.apache.org/>
-New in v1.4.5-SNAPSHOT
+New in v1.4.5
     Fixed SANTUARIO-250: VerifyMerlinsExamplesFifteen/TwentyThree.java samples should ignore signature-enveloping-hmac-sha1-40.xml
     Fixed SANTUARIO-191: xml:id attributes are not correctly handled when using c14n11.
     Fixed SANTUARIO-266: c14n11 produces different signatures using version 1.4.3 and 1.4.4.
diff --git a/build.xml b/build.xml
index cb3a064..6ef0690 100644
--- a/build.xml
+++ b/build.xml
@@ -17,7 +17,7 @@
     <property name="product.version.major" value="1"/>
     <property name="product.version.minor" value="4"/>
     <property name="product.version.level" value="5"/>
-    <property name='product.version.qualifier' value='-RC1'/>
+    <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 eda70da..1dfc616 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <artifactId>xmlsec</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Santuario</name>
-    <version>1.4.5-RC1</version>
+    <version>1.4.5</version>
     <description>
         Apache Santuario supports XML-Signature Syntax and Processing,
         W3C Recommendation 12 February 2002, and XML Encryption Syntax and