[maven-release-plugin] prepare release org.apache.felix.logback-1.0.4
diff --git a/logback/logback/pom.xml b/logback/logback/pom.xml
index edf5f3f..21060e6 100644
--- a/logback/logback/pom.xml
+++ b/logback/logback/pom.xml
@@ -29,14 +29,15 @@
     <description>
         A simple integration of the OSGi R7 Log (1.4) service to Logback backend.
     </description>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4</version>
     <artifactId>org.apache.felix.logback</artifactId>
 
     <scm>
         <connection>scm:git:https://github.com/apache/felix-dev.git</connection>
         <developerConnection>scm:git:https://github.com/apache/felix-dev.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=felix-dev.git</url>
-    </scm>
+      <tag>org.apache.felix.logback-1.0.4</tag>
+  </scm>
 
     <properties>
         <bnd.version>6.1.0</bnd.version>