[maven-release-plugin] prepare release activemq-cpp-3.2.5

git-svn-id: https://svn.apache.org/repos/asf/activemq/activemq-cpp/branches/activemq-cpp-3.2.x@1075877 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/activemq-cpp-openwire-generator/pom.xml b/activemq-cpp-openwire-generator/pom.xml
index 167cd07..408224c 100644
--- a/activemq-cpp-openwire-generator/pom.xml
+++ b/activemq-cpp-openwire-generator/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.activemq-cpp</groupId>
     <artifactId>activemq-cpp-pom</artifactId>
-    <version>3.2.5-SNAPSHOT</version>
+    <version>3.2.5</version>
   </parent>
 
   <artifactId>activemq-cpp-openwire-generator</artifactId>
diff --git a/activemq-cpp/pom.xml b/activemq-cpp/pom.xml
index 6c88f17..3ade62a 100644
--- a/activemq-cpp/pom.xml
+++ b/activemq-cpp/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.activemq-cpp</groupId>
     <artifactId>activemq-cpp-pom</artifactId>
-    <version>3.2.5-SNAPSHOT</version>
+    <version>3.2.5</version>
   </parent>
 
   <artifactId>activemq-cpp-library</artifactId>
diff --git a/maven-cpptools-plugin/pom.xml b/maven-cpptools-plugin/pom.xml
index b2e4fad..8b80b44 100644
--- a/maven-cpptools-plugin/pom.xml
+++ b/maven-cpptools-plugin/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.activemq-cpp</groupId>
     <artifactId>activemq-cpp-pom</artifactId>
-    <version>3.2.5-SNAPSHOT</version>
+    <version>3.2.5</version>
   </parent>
 
   <artifactId>maven-cpptools-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index 60ffe76..283f029 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.activemq-cpp</groupId>
   <artifactId>activemq-cpp-pom</artifactId>
-  <version>3.2.5-SNAPSHOT</version>
+  <version>3.2.5</version>
   <packaging>pom</packaging>
   <name>ActiveMQ-CPP Project</name>
   <inceptionYear>2007</inceptionYear>
@@ -90,9 +90,9 @@
   </distributionManagement>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-cpp/branches/activemq-cpp-3.2.x</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-cpp/branches/activemq-cpp-3.2.x</developerConnection>
-    <url>http://svn.apache.org/viewvc/activemq/activemq-cpp/branches/activemq-cpp-3.2.x</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-cpp/tags/activemq-cpp-3.2.5</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-cpp/tags/activemq-cpp-3.2.5</developerConnection>
+    <url>http://svn.apache.org/viewvc/activemq/activemq-cpp/tags/activemq-cpp-3.2.5</url>
   </scm>
 
   <dependencyManagement>