[maven-release-plugin] prepare release 2.0.4
diff --git a/impl/pom.xml b/impl/pom.xml
index fbe03fe..0f581b3 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.fortress</groupId>
     <artifactId>fortress-realm</artifactId>
-    <version>2.0.4-SNAPSHOT</version>
+    <version>2.0.4</version>
   </parent>
   <artifactId>fortress-realm-impl</artifactId>
   <name>Apache Fortress Realm Implementation</name>
diff --git a/pom.xml b/pom.xml
index 26bd415..2fdd738 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
   <artifactId>fortress-realm</artifactId>
   <packaging>pom</packaging>
   <name>Apache Fortress Realm</name>
-  <version>2.0.4-SNAPSHOT</version>
+  <version>2.0.4</version>
   <inceptionYear>2007</inceptionYear>
   <description>
     Apache Fortress Realm provides standards-based Role-Based Access Control security provider to Apache Tomcat.
@@ -49,7 +49,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/directory-fortress-realm.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/directory-fortress-realm.git</developerConnection>
     <url>https://github.com/apache/directory-fortress-realm/tree/{project.scm.tag}</url>
-    <tag>master</tag>
+    <tag>2.0.4</tag>
   </scm>
 
   <issueManagement>
diff --git a/proxy/pom.xml b/proxy/pom.xml
index 4fe3809..285261f 100644
--- a/proxy/pom.xml
+++ b/proxy/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.fortress</groupId>
     <artifactId>fortress-realm</artifactId>
-    <version>2.0.4-SNAPSHOT</version>
+    <version>2.0.4</version>
   </parent>
 
   <artifactId>fortress-realm-proxy</artifactId>