This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new 6a315947ec Update to parent pom 9
6a315947ec is described below

commit 6a315947eca66dba44fa017d9d8b7c19e493c1fc
Author: Carsten Ziegeler <cziege...@apache.org>
AuthorDate: Wed May 1 18:11:18 2024 +0200

    Update to parent pom 9
---
 http/base/pom.xml             | 5 ++++-
 http/bridge/pom.xml           | 2 +-
 http/inventoryprinter/pom.xml | 2 +-
 http/itest/pom.xml            | 2 +-
 http/jetty/pom.xml            | 2 +-
 http/jetty12/pom.xml          | 2 +-
 http/proxy/pom.xml            | 2 +-
 http/servlet-api/pom.xml      | 2 +-
 http/sslfilter/pom.xml        | 2 +-
 http/webconsoleplugin/pom.xml | 2 +-
 http/wrappers/pom.xml         | 2 +-
 11 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/http/base/pom.xml b/http/base/pom.xml
index bac38d3165..ebd3455e0a 100644
--- a/http/base/pom.xml
+++ b/http/base/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
-        <version>8</version>
+        <version>9</version>
         <relativePath>../../pom/pom.xml</relativePath>
     </parent>
 
@@ -71,6 +71,9 @@
                     </instructions>                        
                 </configuration>
             </plugin>
+            <plugin>
+                <artifactId>maven-javadoc-plugin</artifactId>
+            </plugin>
         </plugins>
     </build>
 
diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index 873e399f54..d0be826f05 100644
--- a/http/bridge/pom.xml
+++ b/http/bridge/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
-        <version>8</version>
+        <version>9</version>
         <relativePath>../../pom/pom.xml</relativePath>
     </parent>
 
diff --git a/http/inventoryprinter/pom.xml b/http/inventoryprinter/pom.xml
index 8bf3abf387..c3cdf5436d 100644
--- a/http/inventoryprinter/pom.xml
+++ b/http/inventoryprinter/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
-        <version>8</version>
+        <version>9</version>
         <relativePath>../../pom/pom.xml</relativePath>
     </parent>
 
diff --git a/http/itest/pom.xml b/http/itest/pom.xml
index 5e3a70b81b..0c22f10f57 100644
--- a/http/itest/pom.xml
+++ b/http/itest/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
-        <version>8</version>
+        <version>9</version>
         <relativePath>../../pom/pom.xml</relativePath>
     </parent>
 
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 566f6940b5..1dd5b45b43 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
-        <version>8</version>
+        <version>9</version>
         <relativePath>../../pom/pom.xml</relativePath>
     </parent>
 
diff --git a/http/jetty12/pom.xml b/http/jetty12/pom.xml
index f706750fb0..4b0f6dfa44 100644
--- a/http/jetty12/pom.xml
+++ b/http/jetty12/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
-        <version>8</version>
+        <version>9</version>
         <relativePath>../../pom/pom.xml</relativePath>
     </parent>
 
diff --git a/http/proxy/pom.xml b/http/proxy/pom.xml
index 678c111849..c0798add2d 100644
--- a/http/proxy/pom.xml
+++ b/http/proxy/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
-        <version>8</version>
+        <version>9</version>
         <relativePath>../../pom/pom.xml</relativePath>
     </parent>
 
diff --git a/http/servlet-api/pom.xml b/http/servlet-api/pom.xml
index cd0e82de8e..bfbb4de269 100644
--- a/http/servlet-api/pom.xml
+++ b/http/servlet-api/pom.xml
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
-        <version>8</version>
+        <version>9</version>
         <relativePath>../../pom/pom.xml</relativePath>
     </parent>
 
diff --git a/http/sslfilter/pom.xml b/http/sslfilter/pom.xml
index 84f85bb6a6..f056363c15 100644
--- a/http/sslfilter/pom.xml
+++ b/http/sslfilter/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
-        <version>8</version>
+        <version>9</version>
         <relativePath>../pom/pom.xml</relativePath>
     </parent>
 
diff --git a/http/webconsoleplugin/pom.xml b/http/webconsoleplugin/pom.xml
index cc24522106..896bb4f7e3 100644
--- a/http/webconsoleplugin/pom.xml
+++ b/http/webconsoleplugin/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
-        <version>8</version>
+        <version>9</version>
         <relativePath>../pom/pom.xml</relativePath>
     </parent>
 
diff --git a/http/wrappers/pom.xml b/http/wrappers/pom.xml
index 2a8800c7d0..39a5af1395 100644
--- a/http/wrappers/pom.xml
+++ b/http/wrappers/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
-        <version>8</version>
+        <version>9</version>
         <relativePath>../pom/pom.xml</relativePath>
     </parent>
 

Reply via email to