Author: cziegeler
Date: Wed Jan  6 10:28:55 2016
New Revision: 1723272

URL: http://svn.apache.org/viewvc?rev=1723272&view=rev
Log:
Use latest snapshot for parent pom

Modified:
    felix/trunk/http/api/pom.xml
    felix/trunk/http/bridge/pom.xml
    felix/trunk/http/bundle/pom.xml
    felix/trunk/http/cometd/pom.xml
    felix/trunk/http/itest/pom.xml
    felix/trunk/http/jetty/pom.xml
    felix/trunk/http/proxy/pom.xml
    felix/trunk/http/samples/bridge/pom.xml
    felix/trunk/http/samples/cometd/pom.xml
    felix/trunk/http/samples/whiteboard/pom.xml
    felix/trunk/http/servlet-api/pom.xml
    felix/trunk/http/sslfilter/pom.xml
    felix/trunk/http/whiteboard/pom.xml

Modified: felix/trunk/http/api/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/http/api/pom.xml?rev=1723272&r1=1723271&r2=1723272&view=diff
==============================================================================
--- felix/trunk/http/api/pom.xml (original)
+++ felix/trunk/http/api/pom.xml Wed Jan  6 10:28:55 2016
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http.parent</artifactId>
-        <version>8-SNAPSHOT</version>
+        <version>9-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/http/bridge/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/http/bridge/pom.xml?rev=1723272&r1=1723271&r2=1723272&view=diff
==============================================================================
--- felix/trunk/http/bridge/pom.xml (original)
+++ felix/trunk/http/bridge/pom.xml Wed Jan  6 10:28:55 2016
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http.parent</artifactId>
-        <version>8-SNAPSHOT</version>
+        <version>8</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -92,7 +92,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.base</artifactId>
-            <version>3.0.5-SNAPSHOT</version>
+            <version>3.0.6</version>
         </dependency>
     </dependencies>
 

Modified: felix/trunk/http/bundle/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/http/bundle/pom.xml?rev=1723272&r1=1723271&r2=1723272&view=diff
==============================================================================
--- felix/trunk/http/bundle/pom.xml (original)
+++ felix/trunk/http/bundle/pom.xml Wed Jan  6 10:28:55 2016
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http.parent</artifactId>
-        <version>8-SNAPSHOT</version>
+        <version>9-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/http/cometd/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/http/cometd/pom.xml?rev=1723272&r1=1723271&r2=1723272&view=diff
==============================================================================
--- felix/trunk/http/cometd/pom.xml (original)
+++ felix/trunk/http/cometd/pom.xml Wed Jan  6 10:28:55 2016
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http.parent</artifactId>
-        <version>8-SNAPSHOT</version>
+        <version>9-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/http/itest/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/http/itest/pom.xml?rev=1723272&r1=1723271&r2=1723272&view=diff
==============================================================================
--- felix/trunk/http/itest/pom.xml (original)
+++ felix/trunk/http/itest/pom.xml Wed Jan  6 10:28:55 2016
@@ -15,7 +15,7 @@
        <parent>
                <groupId>org.apache.felix</groupId>
                <artifactId>org.apache.felix.http.parent</artifactId>
-               <version>8-SNAPSHOT</version>
+               <version>9-SNAPSHOT</version>
                <relativePath>../parent/pom.xml</relativePath>
        </parent>
 
@@ -35,7 +35,7 @@
                <pax.exam.version>4.4.0</pax.exam.version>
                <pax.url.aether.version>2.4.1</pax.url.aether.version>
                
<http.servlet.api.version>1.1.3-SNAPSHOT</http.servlet.api.version>
-               <http.jetty.version>3.1.5-SNAPSHOT</http.jetty.version>
+               <http.jetty.version>3.1.7-SNAPSHOT</http.jetty.version>
        </properties>
 
     <build>

Modified: felix/trunk/http/jetty/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/http/jetty/pom.xml?rev=1723272&r1=1723271&r2=1723272&view=diff
==============================================================================
--- felix/trunk/http/jetty/pom.xml (original)
+++ felix/trunk/http/jetty/pom.xml Wed Jan  6 10:28:55 2016
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http.parent</artifactId>
-        <version>8-SNAPSHOT</version>
+        <version>8</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -191,7 +191,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.base</artifactId>
-            <version>3.0.5-SNAPSHOT</version>
+            <version>3.0.6</version>
         </dependency>
   <!-- Testing -->
         <dependency>

Modified: felix/trunk/http/proxy/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/http/proxy/pom.xml?rev=1723272&r1=1723271&r2=1723272&view=diff
==============================================================================
--- felix/trunk/http/proxy/pom.xml (original)
+++ felix/trunk/http/proxy/pom.xml Wed Jan  6 10:28:55 2016
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http.parent</artifactId>
-        <version>8-SNAPSHOT</version>
+        <version>9-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/http/samples/bridge/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/http/samples/bridge/pom.xml?rev=1723272&r1=1723271&r2=1723272&view=diff
==============================================================================
--- felix/trunk/http/samples/bridge/pom.xml (original)
+++ felix/trunk/http/samples/bridge/pom.xml Wed Jan  6 10:28:55 2016
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http.parent</artifactId>
-        <version>8-SNAPSHOT</version>
+        <version>9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/http/samples/cometd/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/http/samples/cometd/pom.xml?rev=1723272&r1=1723271&r2=1723272&view=diff
==============================================================================
--- felix/trunk/http/samples/cometd/pom.xml (original)
+++ felix/trunk/http/samples/cometd/pom.xml Wed Jan  6 10:28:55 2016
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http.parent</artifactId>
-        <version>8-SNAPSHOT</version>
+        <version>9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/http/samples/whiteboard/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/http/samples/whiteboard/pom.xml?rev=1723272&r1=1723271&r2=1723272&view=diff
==============================================================================
--- felix/trunk/http/samples/whiteboard/pom.xml (original)
+++ felix/trunk/http/samples/whiteboard/pom.xml Wed Jan  6 10:28:55 2016
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http.parent</artifactId>
-        <version>8-SNAPSHOT</version>
+        <version>9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/http/servlet-api/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/http/servlet-api/pom.xml?rev=1723272&r1=1723271&r2=1723272&view=diff
==============================================================================
--- felix/trunk/http/servlet-api/pom.xml (original)
+++ felix/trunk/http/servlet-api/pom.xml Wed Jan  6 10:28:55 2016
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http.parent</artifactId>
-        <version>8-SNAPSHOT</version>
+        <version>9-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/http/sslfilter/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/http/sslfilter/pom.xml?rev=1723272&r1=1723271&r2=1723272&view=diff
==============================================================================
--- felix/trunk/http/sslfilter/pom.xml (original)
+++ felix/trunk/http/sslfilter/pom.xml Wed Jan  6 10:28:55 2016
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http.parent</artifactId>
-        <version>8-SNAPSHOT</version>
+        <version>9-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: felix/trunk/http/whiteboard/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/http/whiteboard/pom.xml?rev=1723272&r1=1723271&r2=1723272&view=diff
==============================================================================
--- felix/trunk/http/whiteboard/pom.xml (original)
+++ felix/trunk/http/whiteboard/pom.xml Wed Jan  6 10:28:55 2016
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http.parent</artifactId>
-        <version>8-SNAPSHOT</version>
+        <version>9-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 


Reply via email to