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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new afc0b02f90 Fix @since annotation for XmlService.newXMLInputFactory() 
to 4.0.0-rc-6
afc0b02f90 is described below

commit afc0b02f9049a93457666a7beb9f4401ff93b7f7
Author: Guillaume Nodet <[email protected]>
AuthorDate: Tue Jun 16 10:56:36 2026 +0200

    Fix @since annotation for XmlService.newXMLInputFactory() to 4.0.0-rc-6
---
 .../src/main/java/org/apache/maven/api/xml/XmlService.java              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/api/maven-api-xml/src/main/java/org/apache/maven/api/xml/XmlService.java 
b/api/maven-api-xml/src/main/java/org/apache/maven/api/xml/XmlService.java
index 04d7db67e8..13ca0bae15 100644
--- a/api/maven-api-xml/src/main/java/org/apache/maven/api/xml/XmlService.java
+++ b/api/maven-api-xml/src/main/java/org/apache/maven/api/xml/XmlService.java
@@ -109,7 +109,7 @@ public abstract class XmlService {
      * The returned factory has DTD support and external entity resolution 
disabled.
      *
      * @return a hardened XMLInputFactory
-     * @since 4.1.0
+     * @since 4.0.0-rc-6
      */
     public static XMLInputFactory newXMLInputFactory() {
         XMLInputFactory factory = XMLInputFactory.newFactory();

Reply via email to