[maven-release-plugin] prepare release xmlschema-2.2.5
diff --git a/pom.xml b/pom.xml
index 9c78ded..1477a08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <artifactId>xmlschema</artifactId>
     <packaging>pom</packaging>
     <name>XmlSchema</name>
-    <version>2.2.5-SNAPSHOT</version>
+    <version>2.2.5</version>
     <description>Apache XMLSchema is a light weight schema object model that can be used to manipulate or generate XML schema.</description>
     <url>https://ws.apache.org/commons/xmlschema20/</url>
     <issueManagement>
@@ -63,7 +63,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/ws-xmlschema.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/ws-xmlschema.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=ws-xmlschema.git;a=summary</url>
-    </scm>
+      <tag>xmlschema-2.2.5</tag>
+  </scm>
     <prerequisites>
         <maven>3.0</maven>
     </prerequisites>
diff --git a/w3c-testcases/pom.xml b/w3c-testcases/pom.xml
index 1aa9454..66806fb 100644
--- a/w3c-testcases/pom.xml
+++ b/w3c-testcases/pom.xml
@@ -22,7 +22,7 @@
     <parent>
       <groupId>org.apache.ws.xmlschema</groupId>
       <artifactId>xmlschema</artifactId>
-      <version>2.2.5-SNAPSHOT</version>
+      <version>2.2.5</version>
     </parent>
     <artifactId>w3c-testcases</artifactId>
     <packaging>jar</packaging>
diff --git a/xmlschema-bundle-test/pom.xml b/xmlschema-bundle-test/pom.xml
index 6362b23..2a79dbb 100644
--- a/xmlschema-bundle-test/pom.xml
+++ b/xmlschema-bundle-test/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.ws.xmlschema</groupId>
         <artifactId>xmlschema</artifactId>
-        <version>2.2.5-SNAPSHOT</version>
+        <version>2.2.5</version>
     </parent>
     <artifactId>xmlschema-bundle-test</artifactId>
     <packaging>jar</packaging>
diff --git a/xmlschema-core/pom.xml b/xmlschema-core/pom.xml
index 393fb1c..f094589 100644
--- a/xmlschema-core/pom.xml
+++ b/xmlschema-core/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.ws.xmlschema</groupId>
         <artifactId>xmlschema</artifactId>
-        <version>2.2.5-SNAPSHOT</version>
+        <version>2.2.5</version>
     </parent>
     <artifactId>xmlschema-core</artifactId>
     <packaging>bundle</packaging>
diff --git a/xmlschema-walker/pom.xml b/xmlschema-walker/pom.xml
index 9247bc9..1204e6b 100644
--- a/xmlschema-walker/pom.xml
+++ b/xmlschema-walker/pom.xml
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.apache.ws.xmlschema</groupId>
     <artifactId>xmlschema</artifactId>
-    <version>2.2.5-SNAPSHOT</version>
+    <version>2.2.5</version>
   </parent>
   <artifactId>xmlschema-walker</artifactId>
   <name>xmlschema-walker</name>