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 58f7fa71e3 Increase major version for public api
58f7fa71e3 is described below

commit 58f7fa71e3772c302b0ba5a433c8ae46247328c3
Author: Carsten Ziegeler <cziege...@apache.org>
AuthorDate: Fri Dec 1 11:29:10 2023 +0100

    Increase major version for public api
---
 .../jetty12/src/main/java/org/apache/felix/http/jetty/package-info.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/http/jetty12/src/main/java/org/apache/felix/http/jetty/package-info.java 
b/http/jetty12/src/main/java/org/apache/felix/http/jetty/package-info.java
index 1d8198284a..342f9e0a0b 100644
--- a/http/jetty12/src/main/java/org/apache/felix/http/jetty/package-info.java
+++ b/http/jetty12/src/main/java/org/apache/felix/http/jetty/package-info.java
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-@Version("3.0")
+@Version("4.0")
 package org.apache.felix.http.jetty;
 
 import org.osgi.annotation.versioning.Version;

Reply via email to