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

davidb 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 9017cb5  In preparation for a release, remove SNAPSHOT dependency
9017cb5 is described below

commit 9017cb53873e463b98e5837a5528f2e949f92ea7
Author: David Bosschaert <bossc...@adobe.com>
AuthorDate: Thu Mar 12 15:46:37 2020 +0000

    In preparation for a release, remove SNAPSHOT dependency
    
    The http.base component has not changed since the last release.
---
 http/jetty/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 1ca1881..e135277 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -262,7 +262,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.base</artifactId>
-            <version>4.0.9-SNAPSHOT</version>
+            <version>4.0.8</version>
         </dependency>
         <dependency>
             <groupId>commons-fileupload</groupId>

Reply via email to