[maven-release-plugin] prepare release myfaces-core-module-2.0.25
diff --git a/api/pom.xml b/api/pom.xml
index 36c736c..ede9b47 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>2.0.25-SNAPSHOT</version>
+        <version>2.0.25</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 813dd56..ccd5f8c 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>2.0.25-SNAPSHOT</version>
+    <version>2.0.25</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
diff --git a/bundle/pom.xml b/bundle/pom.xml
index a2b9ec8..fed933e 100644
--- a/bundle/pom.xml
+++ b/bundle/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>2.0.25-SNAPSHOT</version>
+        <version>2.0.25</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/impl/pom.xml b/impl/pom.xml
index d2ad684..159afc7 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>2.0.25-SNAPSHOT</version>
+        <version>2.0.25</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/implee6/pom.xml b/implee6/pom.xml
index f902535..a359b41 100644
--- a/implee6/pom.xml
+++ b/implee6/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>2.0.25-SNAPSHOT</version>
+        <version>2.0.25</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/parent/pom.xml b/parent/pom.xml
index b4bda0a..0d2a0f1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -33,7 +33,7 @@
         This project is the home of the MyFaces implementation of the JavaServer Faces 2.0 specification, and
         consists of an API module (javax.faces.* classes) and an implementation module (org.apache.myfaces.* classes).
     </description>
-    <version>2.0.25-SNAPSHOT</version>
+    <version>2.0.25</version>
     <url>http://myfaces.apache.org/core20</url>
     
     <issueManagement>
@@ -629,4 +629,8 @@
     <siteScmPublish.url>scm:svn:https://svn.apache.org/repos/asf/myfaces/site/publish/</siteScmPublish.url>
   </properties>
 
+
+  <scm>
+    <tag>myfaces-core-module-2.0.25</tag>
+  </scm>
 </project>
diff --git a/pom.xml b/pom.xml
index cdeaae3..fd32df4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
         This project is the home of the MyFaces implementation of the JavaServer Faces 2.0 specification, and
         consists of an API module (javax.faces.* classes) and an implementation module (org.apache.myfaces.* classes).
     </description>
-    <version>2.0.25-SNAPSHOT</version>
+    <version>2.0.25</version>
     <url>http://myfaces.apache.org/core20/module</url>
     
     <issueManagement>
@@ -45,7 +45,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/myfaces.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/myfaces.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=myfaces.git</url>
-        <tag>HEAD</tag>
+        <tag>myfaces-core-module-2.0.25</tag>
   </scm>
 
     <modules>
diff --git a/shared-public/pom.xml b/shared-public/pom.xml
index 602ed7a..d105a09 100644
--- a/shared-public/pom.xml
+++ b/shared-public/pom.xml
@@ -20,7 +20,7 @@
   <parent>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-core-project</artifactId>
-      <version>2.0.25-SNAPSHOT</version>
+      <version>2.0.25</version>
       <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
diff --git a/shared/pom.xml b/shared/pom.xml
index 63c5f68..7e76071 100644
--- a/shared/pom.xml
+++ b/shared/pom.xml
@@ -20,7 +20,7 @@
   <parent>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-core-project</artifactId>
-      <version>2.0.25-SNAPSHOT</version>
+      <version>2.0.25</version>
       <relativePath>../parent/pom.xml</relativePath>
   </parent>