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 2016/03/29 07:41:50 UTC

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

Author: cziegeler
Date: Tue Mar 29 05:41:50 2016
New Revision: 1736956

URL: http://svn.apache.org/viewvc?rev=1736956&view=rev
Log:
Use parent 10-SNAPSHOT

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

Modified: felix/trunk/http/api/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/http/api/pom.xml?rev=1736956&r1=1736955&r2=1736956&view=diff
==============================================================================
--- felix/trunk/http/api/pom.xml (original)
+++ felix/trunk/http/api/pom.xml Tue Mar 29 05:41:50 2016
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http.parent</artifactId>
-        <version>9-SNAPSHOT</version>
+        <version>10-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>