From 7154e9ea40e1986e983dd5ecc9248ce9c8c89528 Mon Sep 17 00:00:00 2001
From: Carsten Ziegeler <cziegeler@apache.org>
Date: Wed, 1 Mar 2023 10:01:25 +0100
Subject: [PATCH] [maven-release-plugin] prepare release
 org.apache.felix.http.jetty-4.2.8

---
 http/jetty/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 62da8fecba..19778a3859 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -30,14 +30,14 @@
     <description>This is an implementation of the R7 OSGi Http Service and the R7 OSGi Http Whiteboard Specification</description>
 
     <artifactId>org.apache.felix.http.jetty</artifactId>
-    <version>4.2.7-SNAPSHOT</version>
+    <version>4.2.8</version>
     <packaging>bundle</packaging>
     
     <scm>
         <connection>scm:git:https://github.com/apache/felix-dev.git</connection>
         <developerConnection>scm:git:https://github.com/apache/felix-dev.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=felix-dev.git</url>
-      <tag>HEAD</tag>
+      <tag>org.apache.felix.http.jetty-4.2.8</tag>
   </scm>
     
     <properties>
-- 
GitLab