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:08:47 UTC

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

Author: cziegeler
Date: Wed Aug  5 23:08:47 2015
New Revision: 1694346

URL: http://svn.apache.org/r1694346
Log:
Use released parent pom

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=1694346&r1=1694345&r2=1694346&view=diff
==============================================================================
--- felix/trunk/http/api/pom.xml (original)
+++ felix/trunk/http/api/pom.xml Wed Aug  5 23:08:47 2015
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http.parent</artifactId>
-        <version>7-SNAPSHOT</version>
+        <version>7</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>