This is an automated email from the ASF dual-hosted git repository. skygo pushed a commit to branch javadoc-release in repository https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git
commit 5ab3ce619c02a9768716bb823c48a6ab7d6d6bff Author: Eric Barboni <[email protected]> AuthorDate: Tue Sep 9 13:54:51 2025 +0200 use release instead of source --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7a9a61b..d4e947d 100644 --- a/pom.xml +++ b/pom.xml @@ -292,7 +292,7 @@ <version>3.11.3</version> <configuration> <quiet>true</quiet> - <source>${jdkbaseline}</source> + <release>${jdkbaseline}</release> <detectLinks>true</detectLinks> </configuration> </plugin> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
