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:10:53 UTC

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

Author: cziegeler
Date: Wed Aug  5 23:10:53 2015
New Revision: 1694351

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

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=1694351&r1=1694350&r2=1694351&view=diff
==============================================================================
--- felix/trunk/http/servlet-api/pom.xml (original)
+++ felix/trunk/http/servlet-api/pom.xml Wed Aug  5 23:10:53 2015
@@ -14,7 +14,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>