Update to latest parent pom
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1664289 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/api/pom.xml b/http/api/pom.xml
index c827383..01ea61f 100644
--- a/http/api/pom.xml
+++ b/http/api/pom.xml
@@ -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>
diff --git a/http/base/pom.xml b/http/base/pom.xml
index 10d6b92..b5731b8 100644
--- a/http/base/pom.xml
+++ b/http/base/pom.xml
@@ -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>
diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index c30ca06..11721c2 100644
--- a/http/bridge/pom.xml
+++ b/http/bridge/pom.xml
@@ -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>
diff --git a/http/bundle/pom.xml b/http/bundle/pom.xml
index 1278b97..8323112 100644
--- a/http/bundle/pom.xml
+++ b/http/bundle/pom.xml
@@ -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>
diff --git a/http/cometd/pom.xml b/http/cometd/pom.xml
index b7556c6..9cb6b19 100644
--- a/http/cometd/pom.xml
+++ b/http/cometd/pom.xml
@@ -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>
diff --git a/http/itest/pom.xml b/http/itest/pom.xml
index 6009f76..7931dfd 100644
--- a/http/itest/pom.xml
+++ b/http/itest/pom.xml
@@ -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>
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 8618ce7..abdd413 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -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>
diff --git a/http/proxy/pom.xml b/http/proxy/pom.xml
index 685787d..2363453 100644
--- a/http/proxy/pom.xml
+++ b/http/proxy/pom.xml
@@ -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>
diff --git a/http/samples/bridge/pom.xml b/http/samples/bridge/pom.xml
index 7eb96f7..ed98c3f 100644
--- a/http/samples/bridge/pom.xml
+++ b/http/samples/bridge/pom.xml
@@ -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>
diff --git a/http/samples/cometd/pom.xml b/http/samples/cometd/pom.xml
index 3b165b8..fedc9a0 100644
--- a/http/samples/cometd/pom.xml
+++ b/http/samples/cometd/pom.xml
@@ -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>
diff --git a/http/samples/filter/pom.xml b/http/samples/filter/pom.xml
index 01b83dd..65693c1 100644
--- a/http/samples/filter/pom.xml
+++ b/http/samples/filter/pom.xml
@@ -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>
diff --git a/http/samples/whiteboard/pom.xml b/http/samples/whiteboard/pom.xml
index c40f2a8..05892c6 100644
--- a/http/samples/whiteboard/pom.xml
+++ b/http/samples/whiteboard/pom.xml
@@ -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>
diff --git a/http/servlet-api/pom.xml b/http/servlet-api/pom.xml
index d7b01ff..1b7dc91 100644
--- a/http/servlet-api/pom.xml
+++ b/http/servlet-api/pom.xml
@@ -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>
diff --git a/http/sslfilter/pom.xml b/http/sslfilter/pom.xml
index 14fbf40..c8633b8 100644
--- a/http/sslfilter/pom.xml
+++ b/http/sslfilter/pom.xml
@@ -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>
diff --git a/http/whiteboard/pom.xml b/http/whiteboard/pom.xml
index 287203c..d0ca3a3 100644
--- a/http/whiteboard/pom.xml
+++ b/http/whiteboard/pom.xml
@@ -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>