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

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


The following commit(s) were added to refs/heads/master by this push:
     new 29142e6ee Remove unresolvable property as default value for parameter 
"serverId"
29142e6ee is described below

commit 29142e6ee80b588da9c855da90497bc2918052f8
Author: Konrad Windszus <[email protected]>
AuthorDate: Wed Aug 6 11:23:11 2025 +0200

    Remove unresolvable property as default value for parameter "serverId"
---
 .../src/main/java/org/apache/maven/scm/plugin/AbstractScmMojo.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/AbstractScmMojo.java
 
b/maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/AbstractScmMojo.java
index 700720d58..cc1a8fd5b 100644
--- 
a/maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/AbstractScmMojo.java
+++ 
b/maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/AbstractScmMojo.java
@@ -132,7 +132,7 @@ public abstract class AbstractScmMojo extends AbstractMojo {
      * @see <a 
href="https://maven.apache.org/scm/authentication.html";>Authentication</a>
      * @since 2.2.0
      */
-    @Parameter(property = "project.scm.id", defaultValue = "${project.scm.id}")
+    @Parameter(property = "project.scm.id")
     private String serverId;
 
     /**

Reply via email to