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/01/29 13:37:28 UTC

svn commit: r1655630 - /felix/trunk/http/bundle/pom.xml

Author: cziegeler
Date: Thu Jan 29 12:37:28 2015
New Revision: 1655630

URL: http://svn.apache.org/r1655630
Log:
Temporarily switch to latest parent pom snapshot version

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

Modified: felix/trunk/http/bundle/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/http/bundle/pom.xml?rev=1655630&r1=1655629&r2=1655630&view=diff
==============================================================================
--- felix/trunk/http/bundle/pom.xml (original)
+++ felix/trunk/http/bundle/pom.xml Thu Jan 29 12:37:28 2015
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http.parent</artifactId>
-        <version>5</version>
+        <version>6-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -37,6 +37,10 @@
         <url>http://svn.apache.org/viewvc/felix/trunk/http/bundle/</url>
     </scm>
 
+    <properties>
+        <http.java.version>7</http.java.version>
+    </properties>
+
     <build>
         <plugins>
             <plugin>
@@ -119,7 +123,7 @@
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>org.apache.felix.http.jetty</artifactId>
-            <version>3.0.0</version>
+            <version>3.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>