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:46:32 UTC

svn commit: r1736969 - /felix/trunk/http/cometd/pom.xml

Author: cziegeler
Date: Tue Mar 29 05:46:32 2016
New Revision: 1736969

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

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

Modified: felix/trunk/http/cometd/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/http/cometd/pom.xml?rev=1736969&r1=1736968&r2=1736969&view=diff
==============================================================================
--- felix/trunk/http/cometd/pom.xml (original)
+++ felix/trunk/http/cometd/pom.xml Tue Mar 29 05:46:32 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>