[maven-release-plugin] prepare release org.apache.felix.http.bridge-4.0.0

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk/http/bridge@1830164 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index da428fb..6ec7af9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,13 +29,13 @@
     <name>Apache Felix Http Bridge</name>
     <description>This is an implementation of the OSGi Http Service and the OSGi Http Whiteboard Specification used when run as a web application</description>
     <artifactId>org.apache.felix.http.bridge</artifactId>
-    <version>3.0.19-SNAPSHOT</version>
+    <version>4.0.0</version>
     <packaging>bundle</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http/bridge</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http/bridge</developerConnection>
-        <url>http://svn.apache.org/viewvc/felix/trunk/http/bridge/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.http.bridge-4.0.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.http.bridge-4.0.0</developerConnection>
+        <url>http://svn.apache.org/viewvc/felix/releases/org.apache.felix.http.bridge-4.0.0</url>
     </scm>
 
     <build>