You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by kg...@apache.org on 2011/12/01 08:25:59 UTC

svn commit: r1208985 - /felix/trunk/httplite/pom.xml

Author: kgilmer
Date: Thu Dec  1 07:25:58 2011
New Revision: 1208985

URL: http://svn.apache.org/viewvc?rev=1208985&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    felix/trunk/httplite/pom.xml

Modified: felix/trunk/httplite/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/httplite/pom.xml?rev=1208985&r1=1208984&r2=1208985&view=diff
==============================================================================
--- felix/trunk/httplite/pom.xml (original)
+++ felix/trunk/httplite/pom.xml Thu Dec  1 07:25:58 2011
@@ -27,7 +27,7 @@
 	<packaging>bundle</packaging>
 	<name>Apache Felix Lightweight HTTP Server</name>
 	<description>A minimal HTTP Service implementation.</description>
-	<version>0.1.2</version>
+	<version>0.1.3-SNAPSHOT</version>
 	<artifactId>org.apache.felix.httplite</artifactId>
 	<dependencies>
 		<dependency>
@@ -78,8 +78,8 @@
 		</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/repos/asf/felix/releases/org.apache.felix.httplite-0.1.2</url>
+		<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>