[maven-release-plugin] prepare release org.apache.felix.httplite-0.1.4
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1228793 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/httplite/minimum/pom.xml b/httplite/minimum/pom.xml
index 985a016..e3ec6a4 100644
--- a/httplite/minimum/pom.xml
+++ b/httplite/minimum/pom.xml
@@ -16,8 +16,7 @@
specific language governing permissions and limitations
under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>felix-parent</artifactId>
@@ -28,7 +27,7 @@
<packaging>bundle</packaging>
<name>Apache Felix Lightweight HTTP Service</name>
<description>A minimal HTTP Service implementation.</description>
- <version>0.1.3-SNAPSHOT</version>
+ <version>0.1.4</version>
<artifactId>org.apache.felix.httplite</artifactId>
<dependencies>
<dependency>
@@ -120,9 +119,9 @@
</plugins>
</build>
<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>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.httplite-0.1.4</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.httplite-0.1.4</developerConnection>
+ <url>http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.httplite-0.1.4</url>
</scm>
<url>http://felix.apache.org/site/apache-felix-lightweight-http-service.html</url>
</project>