[maven-release-plugin] prepare release 2.0.4
diff --git a/bundle/pom.xml b/bundle/pom.xml
index 8846e03..1d8616c 100644
--- a/bundle/pom.xml
+++ b/bundle/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.bval</groupId>
         <artifactId>bval-parent</artifactId>
-        <version>2.0.4-SNAPSHOT</version>
+        <version>2.0.4</version>
     </parent>
 
     <!-- use fully qualified naming for OSGi bundles -->
diff --git a/bval-extras/pom.xml b/bval-extras/pom.xml
index e3cda21..87acb89 100644
--- a/bval-extras/pom.xml
+++ b/bval-extras/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.bval</groupId>
         <artifactId>bval-parent</artifactId>
-        <version>2.0.4-SNAPSHOT</version>
+        <version>2.0.4</version>
     </parent>
 
     <artifactId>bval-extras</artifactId>
diff --git a/bval-jsr/pom.xml b/bval-jsr/pom.xml
index 2235a9e..63a68c9 100644
--- a/bval-jsr/pom.xml
+++ b/bval-jsr/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.bval</groupId>
         <artifactId>bval-parent</artifactId>
-        <version>2.0.4-SNAPSHOT</version>
+        <version>2.0.4</version>
     </parent>
 
     <artifactId>bval-jsr</artifactId>
@@ -390,7 +390,7 @@
                             <shadedClassifierName>jakarta</shadedClassifierName>
                             <createDependencyReducedPom>false</createDependencyReducedPom>
                             <transformers>
-                                <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
+                                <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
                             </transformers>
                             <artifactSet> <!-- don't include transitive deps -->
                                 <includes>
diff --git a/bval-tck/pom.xml b/bval-tck/pom.xml
index edd1705..070cd35 100644
--- a/bval-tck/pom.xml
+++ b/bval-tck/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.bval</groupId>
         <artifactId>bval-parent</artifactId>
-        <version>2.0.4-SNAPSHOT</version>
+        <version>2.0.4</version>
     </parent>
 
     <artifactId>bval-tck-runner</artifactId>
diff --git a/pom.xml b/pom.xml
index 2773c3d..84e309a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
     <artifactId>bval-parent</artifactId>
     <name>Apache BVal :: bval-parent (Parent POM)</name>
     <packaging>pom</packaging>
-    <version>2.0.4-SNAPSHOT</version>
+    <version>2.0.4</version>
 
     <description>Apache BVal parent pom</description>
 
@@ -56,7 +56,7 @@
         <connection>scm:git:http://git-wip-us.apache.org/repos/asf/bval</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/bval</developerConnection>
         <url>http://git-wip-us.apache.org/repos/asf/bval</url>
-        <tag>HEAD</tag>
+        <tag>2.0.4</tag>
     </scm>
 
     <mailingLists>