You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2020/10/05 07:57:45 UTC

[felix-dev] branch master updated: Prepare http release

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 2a06d9c  Prepare http release
2a06d9c is described below

commit 2a06d9c1321e3bf705db4964a9e20cc37c73a9ce
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon Oct 5 09:57:28 2020 +0200

    Prepare http release
---
 http/base/pom.xml      | 2 +-
 http/bridge/pom.xml    | 4 ++--
 http/itest/pom.xml     | 4 ++--
 http/jetty/pom.xml     | 4 ++--
 http/sslfilter/pom.xml | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/http/base/pom.xml b/http/base/pom.xml
index 68b0db6..b9253fb 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>13-SNAPSHOT</version>
+        <version>13</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index 803c6a6..fe784c2 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>13-SNAPSHOT</version>
+        <version>13</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -141,7 +141,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.base</artifactId>
-            <version>4.1.0</version>
+            <version>4.1.2</version>
         </dependency>
     </dependencies>
 
diff --git a/http/itest/pom.xml b/http/itest/pom.xml
index f6e2170..14ce638 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>13-SNAPSHOT</version>
+        <version>13</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -35,7 +35,7 @@
         <pax.exam.version>4.13.1</pax.exam.version>
         <pax.url.aether.version>2.6.2</pax.url.aether.version>
         <http.servlet.api.version>1.1.2</http.servlet.api.version>
-        <http.jetty.version>4.1.1-SNAPSHOT</http.jetty.version>
+        <http.jetty.version>4.1.3-SNAPSHOT</http.jetty.version>
     </properties>
 
     <build>
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 969a18a..865527a 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>13-SNAPSHOT</version>
+        <version>13</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -398,7 +398,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.base</artifactId>
-            <version>4.1.1-SNAPSHOT</version>
+            <version>4.1.2</version>
         </dependency>
         <dependency>
             <groupId>commons-fileupload</groupId>
diff --git a/http/sslfilter/pom.xml b/http/sslfilter/pom.xml
index bd49068..613b799 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>13-SNAPSHOT</version>
+        <version>13</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>