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:12:04 UTC

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

Author: cziegeler
Date: Wed Aug  5 23:12:03 2015
New Revision: 1694355

URL: http://svn.apache.org/r1694355
Log:
Use latest snapshot until release of parent pom is done

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=1694355&r1=1694354&r2=1694355&view=diff
==============================================================================
--- felix/trunk/http/servlet-api/pom.xml (original)
+++ felix/trunk/http/servlet-api/pom.xml Wed Aug  5 23:12:03 2015
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http.parent</artifactId>
-        <version>7</version>
+        <version>8-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>