Changed incorrect description of jersey-container-servlet

- The description is used in manifests and is very confusing as we refer the
  Servlet 4 in dependencies, in other version even newer.

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
diff --git a/containers/jersey-servlet/pom.xml b/containers/jersey-servlet/pom.xml
index 7efb099..13af517 100644
--- a/containers/jersey-servlet/pom.xml
+++ b/containers/jersey-servlet/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-
+    Copyright (c) 2026 Contributors to the Eclipse Foundation.
     Copyright (c) 2012, 2025 Oracle and/or its affiliates. All rights reserved.
 
     This program and the accompanying materials are made available under the
@@ -30,7 +30,7 @@
     <packaging>jar</packaging>
     <name>jersey-container-servlet</name>
 
-    <description>Jersey core Servlet 3.x implementation</description>
+    <description>Jersey Container Servlet Implementation</description>
 
     <dependencies>
         <dependency>