httplite: fix scm stanza in pom from aborted release
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1208968 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/httplite/pom.xml b/httplite/pom.xml
index 3bf13e5..95903eb 100644
--- a/httplite/pom.xml
+++ b/httplite/pom.xml
@@ -77,10 +77,9 @@
</plugin>
</plugins>
</build>
-
- <scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.httplite-0.1.2</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.httplite-0.1.2</developerConnection>
- <url>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/org.apache.felix.httplite-0.1.2</url>
- </scm>
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/httplite</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/httplite</developerConnection>
+ <url>http://svn.apache.org/repos/asf/felix/trunk/httplite</url>
+ </scm>
</project>