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:25 UTC

svn commit: r1694356 - /felix/trunk/http/base/pom.xml

Author: cziegeler
Date: Wed Aug  5 23:12:25 2015
New Revision: 1694356

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

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

Modified: felix/trunk/http/base/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/http/base/pom.xml?rev=1694356&r1=1694355&r2=1694356&view=diff
==============================================================================
--- felix/trunk/http/base/pom.xml (original)
+++ felix/trunk/http/base/pom.xml Wed Aug  5 23:12:25 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>
 
@@ -79,7 +79,7 @@
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>org.apache.felix.http.api</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
+            <version>3.0.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>