Author: cziegeler
Date: Thu Mar 5 09:12:21 2015
New Revision: 1664289
URL: http://svn.apache.org/r1664289
Log:
Update to latest parent pom
Modified:
felix/trunk/http/api/pom.xml
felix/trunk/http/base/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/filter/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=1664289&r1=1664288&r2=1664289&view=diff
==============================================================================
--- felix/trunk/http/api/pom.xml (original)
+++ felix/trunk/http/api/pom.xml Thu Mar 5 09:12:21 2015
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.parent</artifactId>
- <version>5</version>
+ <version>6</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: felix/trunk/http/base/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/http/base/pom.xml?rev=1664289&r1=1664288&r2=1664289&view=diff
==============================================================================
--- felix/trunk/http/base/pom.xml (original)
+++ felix/trunk/http/base/pom.xml Thu Mar 5 09:12:21 2015
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.parent</artifactId>
- <version>5</version>
+ <version>6</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=1664289&r1=1664288&r2=1664289&view=diff
==============================================================================
--- felix/trunk/http/bridge/pom.xml (original)
+++ felix/trunk/http/bridge/pom.xml Thu Mar 5 09:12:21 2015
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.parent</artifactId>
- <version>5</version>
+ <version>6</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: felix/trunk/http/bundle/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/http/bundle/pom.xml?rev=1664289&r1=1664288&r2=1664289&view=diff
==============================================================================
--- felix/trunk/http/bundle/pom.xml (original)
+++ felix/trunk/http/bundle/pom.xml Thu Mar 5 09:12:21 2015
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.parent</artifactId>
- <version>5</version>
+ <version>6</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=1664289&r1=1664288&r2=1664289&view=diff
==============================================================================
--- felix/trunk/http/cometd/pom.xml (original)
+++ felix/trunk/http/cometd/pom.xml Thu Mar 5 09:12:21 2015
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.parent</artifactId>
- <version>5</version>
+ <version>6</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=1664289&r1=1664288&r2=1664289&view=diff
==============================================================================
--- felix/trunk/http/itest/pom.xml (original)
+++ felix/trunk/http/itest/pom.xml Thu Mar 5 09:12:21 2015
@@ -15,7 +15,7 @@
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.parent</artifactId>
- <version>5</version>
+ <version>6</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: felix/trunk/http/jetty/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/http/jetty/pom.xml?rev=1664289&r1=1664288&r2=1664289&view=diff
==============================================================================
--- felix/trunk/http/jetty/pom.xml (original)
+++ felix/trunk/http/jetty/pom.xml Thu Mar 5 09:12:21 2015
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.parent</artifactId>
- <version>7-SNAPSHOT</version>
+ <version>6</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: felix/trunk/http/proxy/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/http/proxy/pom.xml?rev=1664289&r1=1664288&r2=1664289&view=diff
==============================================================================
--- felix/trunk/http/proxy/pom.xml (original)
+++ felix/trunk/http/proxy/pom.xml Thu Mar 5 09:12:21 2015
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.parent</artifactId>
- <version>5</version>
+ <version>6</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=1664289&r1=1664288&r2=1664289&view=diff
==============================================================================
--- felix/trunk/http/samples/bridge/pom.xml (original)
+++ felix/trunk/http/samples/bridge/pom.xml Thu Mar 5 09:12:21 2015
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.parent</artifactId>
- <version>5</version>
+ <version>6</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=1664289&r1=1664288&r2=1664289&view=diff
==============================================================================
--- felix/trunk/http/samples/cometd/pom.xml (original)
+++ felix/trunk/http/samples/cometd/pom.xml Thu Mar 5 09:12:21 2015
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.parent</artifactId>
- <version>5</version>
+ <version>6</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: felix/trunk/http/samples/filter/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/http/samples/filter/pom.xml?rev=1664289&r1=1664288&r2=1664289&view=diff
==============================================================================
--- felix/trunk/http/samples/filter/pom.xml (original)
+++ felix/trunk/http/samples/filter/pom.xml Thu Mar 5 09:12:21 2015
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.parent</artifactId>
- <version>5</version>
+ <version>6</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=1664289&r1=1664288&r2=1664289&view=diff
==============================================================================
--- felix/trunk/http/samples/whiteboard/pom.xml (original)
+++ felix/trunk/http/samples/whiteboard/pom.xml Thu Mar 5 09:12:21 2015
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.parent</artifactId>
- <version>5</version>
+ <version>6</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=1664289&r1=1664288&r2=1664289&view=diff
==============================================================================
--- felix/trunk/http/servlet-api/pom.xml (original)
+++ felix/trunk/http/servlet-api/pom.xml Thu Mar 5 09:12:21 2015
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.parent</artifactId>
- <version>5</version>
+ <version>6</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=1664289&r1=1664288&r2=1664289&view=diff
==============================================================================
--- felix/trunk/http/sslfilter/pom.xml (original)
+++ felix/trunk/http/sslfilter/pom.xml Thu Mar 5 09:12:21 2015
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.parent</artifactId>
- <version>5</version>
+ <version>6</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=1664289&r1=1664288&r2=1664289&view=diff
==============================================================================
--- felix/trunk/http/whiteboard/pom.xml (original)
+++ felix/trunk/http/whiteboard/pom.xml Thu Mar 5 09:12:21 2015
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.parent</artifactId>
- <version>5</version>
+ <version>6</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>