[maven-release-plugin] rollback the release of org.apache.felix.http-2.2.1

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1524072 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/samples/cometd/pom.xml b/http/samples/cometd/pom.xml
index 83f7abf..8d2bb65 100644
--- a/http/samples/cometd/pom.xml
+++ b/http/samples/cometd/pom.xml
@@ -22,19 +22,19 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http.parent</artifactId>
-        <version>1</version>
+        <version>1-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
     <name>Apache Felix Http Samples - Cometd</name>
     <artifactId>org.apache.felix.http.samples.cometd</artifactId>
-    <version>2.2.1</version>
+    <version>2.2.1-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.http-2.2.1/samples/cometd</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.http-2.2.1/samples/cometd</developerConnection>
-        <url>http://svn.apache.org/viewvc/felix/releases/org.apache.felix.http-2.2.1/samples/cometd</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http/samples/cometd</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http/samples/cometd</developerConnection>
+        <url>http://svn.apache.org/viewvc/felix/trunk/http/samples/cometd/</url>
     </scm>
 
     <build>