You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2015/08/06 01:11:23 UTC

svn commit: r1694354 - /felix/trunk/http/servlet-api/pom.xml

Author: cziegeler
Date: Wed Aug  5 23:11:23 2015
New Revision: 1694354

URL: http://svn.apache.org/r1694354
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    felix/trunk/http/servlet-api/pom.xml

Modified: felix/trunk/http/servlet-api/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/http/servlet-api/pom.xml?rev=1694354&r1=1694353&r2=1694354&view=diff
==============================================================================
--- felix/trunk/http/servlet-api/pom.xml (original)
+++ felix/trunk/http/servlet-api/pom.xml Wed Aug  5 23:11:23 2015
@@ -21,13 +21,13 @@
     <name>Apache Felix Servlet API</name>
     <description>Provides the Servlet API for use by applications</description>
     <artifactId>org.apache.felix.http.servlet-api</artifactId>
-    <version>1.1.2</version>
+    <version>1.1.3-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.http.servlet-api-1.1.2</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.http.servlet-api-1.1.2</developerConnection>
-        <url>http://svn.apache.org/viewvc/felix/releases/org.apache.felix.http.servlet-api-1.1.2</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http/servlet-api</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http/servlet-api</developerConnection>
+        <url>http://svn.apache.org/viewvc/felix/trunk/http/servlet-api/</url>
     </scm>
 
     <build>