Update to released parent pom
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1656407 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/api/pom.xml b/http/api/pom.xml
index 6ad2732..c827383 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>6-SNAPSHOT</version>
+ <version>5</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
diff --git a/http/base/pom.xml b/http/base/pom.xml
index e97041c..10d6b92 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>6-SNAPSHOT</version>
+ <version>5</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index 4bd9f4b..c30ca06 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-SNAPSHOT</version>
+ <version>5</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
diff --git a/http/bundle/pom.xml b/http/bundle/pom.xml
index fb958d6..1278b97 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>6-SNAPSHOT</version>
+ <version>5</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -128,7 +128,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>org.apache.felix.http.whiteboard</artifactId>
- <version>2.3.2</version>
+ <version>3.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/http/cometd/pom.xml b/http/cometd/pom.xml
index bdada2f..b7556c6 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-SNAPSHOT</version>
+ <version>5</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
diff --git a/http/itest/pom.xml b/http/itest/pom.xml
index 234385d..980d82f 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-SNAPSHOT</version>
+ <version>5</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index bcc6e57..5887e86 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>6-SNAPSHOT</version>
+ <version>5</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
diff --git a/http/proxy/pom.xml b/http/proxy/pom.xml
index 58f68b3..685787d 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-SNAPSHOT</version>
+ <version>5</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
diff --git a/http/samples/bridge/pom.xml b/http/samples/bridge/pom.xml
index 6db2dd2..7eb96f7 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-SNAPSHOT</version>
+ <version>5</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
diff --git a/http/samples/cometd/pom.xml b/http/samples/cometd/pom.xml
index 3629b2b..3b165b8 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-SNAPSHOT</version>
+ <version>5</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
diff --git a/http/samples/filter/pom.xml b/http/samples/filter/pom.xml
index d79769f..01b83dd 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-SNAPSHOT</version>
+ <version>5</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
diff --git a/http/samples/whiteboard/pom.xml b/http/samples/whiteboard/pom.xml
index d42a3cb..c40f2a8 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-SNAPSHOT</version>
+ <version>5</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
diff --git a/http/servlet-api/pom.xml b/http/servlet-api/pom.xml
index fdc2a8e..d7b01ff 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>6-SNAPSHOT</version>
+ <version>5</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
diff --git a/http/sslfilter/pom.xml b/http/sslfilter/pom.xml
index 5737504..14fbf40 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-SNAPSHOT</version>
+ <version>5</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
diff --git a/http/whiteboard/pom.xml b/http/whiteboard/pom.xml
index fc25fa1..287203c 100644
--- a/http/whiteboard/pom.xml
+++ b/http/whiteboard/pom.xml
@@ -22,13 +22,13 @@
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.parent</artifactId>
- <version>5-SNAPSHOT</version>
+ <version>5</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<name>Apache Felix Http Whiteboard</name>
<artifactId>org.apache.felix.http.whiteboard</artifactId>
- <version>2.4.0-SNAPSHOT</version>
+ <version>3.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<scm>
@@ -77,13 +77,13 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>org.apache.felix.http.api</artifactId>
- <version>2.3.2</version>
+ <version>3.0.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>org.apache.felix.http.base</artifactId>
- <version>2.4.0-SNAPSHOT</version>
+ <version>3.0.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>