anukalp2804 commented on code in PR #11576:
URL: https://github.com/apache/maven/pull/11576#discussion_r2769831139
##########
api/maven-api-core/src/main/java/org/apache/maven/api/Language.java:
##########
@@ -55,7 +55,7 @@ public interface Language extends ExtensibleEnum {
*
* @deprecated Use {@link #RESOURCES} instead.
*/
- @Deprecated
+ @Deprecated(since = "4.0.0-alpha", forRemoval = false)
Review Comment:
You’re right — this file was accidentally included from another PR. I’ve
removed the Language.java changes so this PR now only contains the XmlNode
updates.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]