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

hboutemy 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 86b96bf  fix SCM url
86b96bf is described below

commit 86b96bf016d316cc57ccc4128031a7417d0897b8
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Sun Apr 4 23:33:07 2021 +0200

    fix SCM url
---
 maven-bom/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-bom/pom.xml b/maven-bom/pom.xml
index dbcefda..c5b8663 100644
--- a/maven-bom/pom.xml
+++ b/maven-bom/pom.xml
@@ -42,7 +42,7 @@ under the License.
   <scm>
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</developerConnection>
-    <url>https://github.com/apache/maven/tree/${project.scm.tag}</url>
+    
<url>https://github.com/apache/maven/tree/${project.scm.tag}/${project.artifactId}</url>
     <tag>master</tag>
   </scm>
   <issueManagement>

Reply via email to