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

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


The following commit(s) were added to refs/heads/jakarta-servlet-6 by this push:
     new 4534090d98 Servlet API 3.0.0 has been released
4534090d98 is described below

commit 4534090d980dfcfa8897b632a20dd86ee9ea0b33
Author: Carsten Ziegeler <cziege...@apache.org>
AuthorDate: Mon Oct 2 11:25:43 2023 +0200

    Servlet API 3.0.0 has been released
---
 http/servlet-api/pom.xml | 73 ------------------------------------------------
 1 file changed, 73 deletions(-)

diff --git a/http/servlet-api/pom.xml b/http/servlet-api/pom.xml
deleted file mode 100644
index bc8f49853b..0000000000
--- a/http/servlet-api/pom.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-<!-- Licensed to the Apache Software Foundation (ASF) under one or more 
contributor
-    license agreements. See the NOTICE file distributed with this work for 
additional
-    information regarding copyright ownership. The ASF licenses this file to
-    you under the Apache License, Version 2.0 (the "License"); you may not use
-    this file except in compliance with the License. You may obtain a copy of
-    the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
-    by applicable law or agreed to in writing, software distributed under the
-    License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR 
CONDITIONS
-    OF ANY KIND, either express or implied. See the License for the specific
-    language governing permissions and limitations under the License. -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>org.apache.felix.http.parent</artifactId>
-        <version>16-SNAPSHOT</version>
-        <relativePath>../parent/pom.xml</relativePath>
-    </parent>
-
-    <name>Apache Felix Servlet API</name>
-    <description>Provides the Servlet API for use by applications</description>
-    <artifactId>org.apache.felix.http.servlet-api</artifactId>
-    <version>4.0.0-SNAPSHOT</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>
-    </scm>
-
-    <properties>
-        <felix.java.version>17</felix.java.version>
-    </properties>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <extensions>true</extensions>
-                <configuration>
-                    <instructions>
-                        <Export-Package>
-                            
jakarta.servlet;version=6.0;uses:="jakarta.servlet.annotation,jakarta.servlet.descriptor",
-                            
jakarta.servlet.annotation;version=6.0;uses:="jakarta.servlet",
-                            jakarta.servlet.descriptor;version=6.0,
-                            
jakarta.servlet.http;version=6.0;uses:="jakarta.servlet"
-                        </Export-Package>                        
-                        <Import-Package>!*</Import-Package>
-                        <Provide-Capability>
-                            
osgi.contract;osgi.contract="JakartaServlet";version:List&lt;Version&gt;="6.0";
-                            
uses:="jakarta.servlet,jakarta.servlet.http,jakarta.servlet.descriptor,jakarta.servlet.annotation"
-                        </Provide-Capability>                        
-                        
<Embed-Dependency>jakarta.servlet-api;inline=true</Embed-Dependency>
-                    </instructions>
-                    <!-- Skip baselining -->
-                    <skip>true</skip>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-    <dependencies>
-        <dependency>
-            <groupId>jakarta.servlet</groupId>
-            <artifactId>jakarta.servlet-api</artifactId>
-        </dependency>
-    </dependencies>
-
-</project>

Reply via email to