[maven-release-plugin]  copy for tag felix-1.0.4

git-svn-id: https://svn.apache.org/repos/asf/felix/releases/felix-1.0.4@750834 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index f4c170a..6be148e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   <artifactId>felix</artifactId>
   <packaging>pom</packaging>
   <name>Apache Felix</name>
-  <version>1.0.4-SNAPSHOT</version>
+  <version>1.0.4</version>
   <url>http://felix.apache.org/</url>
   <inceptionYear>2006</inceptionYear>
   <description>Apache felix is an OSGi implementation.</description>
@@ -57,9 +57,9 @@
   </mailingLists>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk</connection>
-    <developerConnection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/felix/trunk/?root=Apache-SVN</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/felix-1.0.4</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/felix-1.0.4</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/felix-1.0.4</url>
   </scm>
 
   <!-- 
@@ -361,7 +361,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>2.2-beta-3</version>
+          <version>2.2-beta-1</version>
         </plugin>
       </plugins>
     </pluginManagement>