Updating release for 1.4.7


git-svn-id: https://svn.apache.org/repos/asf/santuario/xml-security-java/tags/1.4.7@1332971 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 12603b0..4978ebb 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,6 @@
 Changelog for "Apache xml-security" <http://santuario.apache.org/>
 
-New in v.1.4.7-SNAPSHOT:
+New in v.1.4.7:
     Fixed SANTUARIO-306 - KeySelectors loop
     Fixed SANTUARIO-301 - Missing KeyInfo element when encrypting multiple elements.
     Fixed SANTUARIO-299: StringIndexOutOfBoundsException is thrown during reference verification (if URI = "#")
diff --git a/build.xml b/build.xml
index 32afe08..b133e02 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="7"/>
-    <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 18696e9..de7ccb5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <artifactId>xmlsec</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Santuario</name>
-    <version>1.4.7-SNAPSHOT</version>
+    <version>1.4.7</version>
     <description>
         Apache Santuario supports XML-Signature Syntax and Processing,
         W3C Recommendation 12 February 2002, and XML Encryption Syntax and