[maven-release-plugin] prepare release org.apache.felix.httplite.core-0.1.4

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk/httplite/core@1233782 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 535e060..51e8ed0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 	<packaging>bundle</packaging>
 	<name>Apache Felix Lightweight HTTP Service Core</name>
 	<description>A minimal HTTP Service implementation.</description>
-	<version>0.1.3-SNAPSHOT</version>
+	<version>0.1.4</version>
 	<artifactId>org.apache.felix.httplite.core</artifactId>
 	<dependencies>
 		<dependency>
@@ -139,9 +139,9 @@
 		</plugins>
 	</build>
 	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/httplite/core</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/httplite/core</developerConnection>
-		<url>http://svn.apache.org/repos/asf/felix/trunk/httplite/core</url>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.httplite.core-0.1.4</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.httplite.core-0.1.4</developerConnection>
+		<url>http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.httplite.core-0.1.4</url>
 	</scm>
 	<url>http://felix.apache.org/site/apache-felix-lightweight-http-service.html</url>
 </project>